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-11-06T03:16:06.674Z||main|||||INFO|500||The following profiles are active: basic
2022-11-06T03:16:18.946Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-06T03:16:18.947Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-06T03:16:19.067Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-06T03:16:23.299Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-06T03:16:23.716Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-06T03:16:24.180Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-06T03:16:24.187Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-06T03:16:24.299Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-06T03:16:24.531Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-06T03:16:25.224Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-06T03:16:27.896Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-06T03:16:30.289Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-06T03:16:30.357Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-06T03:16:31.015Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-06T03:16:31.240Z||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-11-06T03:16:32.401Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-06T03:16:33.476Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-06T03:16:33.493Z||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$$fa32a587.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-11-06T03:16:33.494Z||main|||||WARN|500||The sdc end point is not alive
2022-11-06T03:16:36.583Z||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-11-06T03:16:39.581Z||main|||||WARN|500||---
2022-11-06T03:16:39.582Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-06T03:16:39.582Z||main|||||WARN|500||---
2022-11-06T03:16:40.074Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-06T03:16:44.771Z||main|||||INFO|500||Started Application in 41.319 seconds (JVM running for 44.684)
2022-11-06T03:16:44.789Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-06T03:16:44.791Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-06T03:16:44.806Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-06T03:16:44.831Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-06T03:16:44.878Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c819563-7203-4a7d-8fc2-41ff4f85d6ee url= /sdc/v1/artifactTypes
2022-11-06T03:16:44.879Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-06T03:16:45.143Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-06T03:16:45.173Z||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-11-06T03:16:45.196Z||scheduling-1|||||DEBUG|500||create keys
2022-11-06T03:16:45.204Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-06T03:16:45.262Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:16:45.278Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= acbc6d74-7c22-4e94-a9fd-480bbbd44d04 url= /sdc/v1/registerForDistribution
2022-11-06T03:16:45.520Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= acbc6d74-7c22-4e94-a9fd-480bbbd44d04 url= /sdc/v1/registerForDistribution
2022-11-06T03:16:45.521Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-06T03:16:45.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:16:45.532Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:16:45.537Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-06T03:16:45.539Z||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-11-06T03:16:45.540Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:16:45.541Z||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-11-06T03:16:45.542Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:16:55.958Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:16:55.980Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:17:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:17:45.529Z||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-11-06T03:17:45.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:17:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:17:45.530Z||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-11-06T03:17:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:17:55.105Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:17:55.209Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:18:45.528Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:18:45.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:18:45.530Z||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-11-06T03:18:45.531Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:18:45.533Z||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-11-06T03:18:45.533Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:18:55.109Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:18:55.122Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:19:45.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:19:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:19:45.530Z||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-11-06T03:19:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:19:45.530Z||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-11-06T03:19:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:19:55.109Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:19:55.133Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:20:45.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:20:45.528Z||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-11-06T03:20:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:20:45.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:20:45.530Z||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-11-06T03:20:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:20:55.089Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:20:55.100Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:21:45.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:21:45.528Z||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-11-06T03:21:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:21:45.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:21:45.530Z||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-11-06T03:21:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:21:55.102Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:21:55.113Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:22:45.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:22:45.529Z||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-11-06T03:22:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:22:45.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:22:45.530Z||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-11-06T03:22:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:22:55.104Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:22:55.112Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:23:45.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:23:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:23:45.530Z||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-11-06T03:23:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:23:45.531Z||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-11-06T03:23:45.531Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:23:55.108Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:23:55.108Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:24:45.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:24:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:24:45.529Z||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-11-06T03:24:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:24:45.530Z||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-11-06T03:24:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:24:55.101Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:24:55.104Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:25:45.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:25:45.529Z||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-11-06T03:25:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:25:45.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:25:45.530Z||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-11-06T03:25:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:25:55.112Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:25:55.122Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:26:29.185Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-06T03:26:45.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:26:45.528Z||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-11-06T03:26:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:26:45.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:26:45.530Z||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-11-06T03:26:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:26:55.127Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:26:55.137Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:27:45.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:27:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:27:45.529Z||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-11-06T03:27:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:27:45.529Z||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-11-06T03:27:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:27:55.112Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:27:55.123Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:28:45.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:28:45.528Z||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-11-06T03:28:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:28:45.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:28:45.530Z||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-11-06T03:28:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:28:55.121Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:28:55.123Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:29:45.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:29:45.529Z||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-11-06T03:29:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:29:45.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:29:45.530Z||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-11-06T03:29:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:29:55.088Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:29:55.107Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:30:45.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:30:45.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:30:45.530Z||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-11-06T03:30:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:30:45.530Z||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-11-06T03:30:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:30:55.089Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:30:55.100Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:31:45.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:31:45.528Z||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-11-06T03:31:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:31:45.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:31:45.530Z||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-11-06T03:31:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:31:55.086Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:31:55.086Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:32:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:32:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:32:45.529Z||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-11-06T03:32:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:32:45.534Z||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-11-06T03:32:45.535Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:32:55.097Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:32:55.104Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:33:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:33:45.529Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:33:45.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:33:45.529Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:33:45.530Z||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-11-06T03:33:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:33:55.085Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:33:55.097Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:34:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:34:45.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:34:45.528Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:34:45.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:34:45.529Z||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-11-06T03:34:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:34:55.135Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:34:55.137Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:35:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:35:45.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:35:45.528Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:35:45.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:35:45.530Z||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-11-06T03:35:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:35:55.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:35:55.084Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:36:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:36:45.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:36:45.529Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:36:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:36:45.530Z||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-11-06T03:36:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:36:55.108Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:36:55.115Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:37:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:37:45.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:37:45.528Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:37:45.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:37:45.529Z||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-11-06T03:37:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:37:55.084Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:37:55.096Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:38:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:38:45.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:38:45.529Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:38:45.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:38:45.530Z||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-11-06T03:38:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:38:55.097Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:38:55.104Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:39:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:39:45.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:39:45.529Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:39:45.529Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:39:45.529Z||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-11-06T03:39:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:39:55.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:39:55.113Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:40:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:40:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:40:45.529Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:40:45.529Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:40:45.529Z||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-11-06T03:40:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:40:55.090Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:40:55.090Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:41:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:41:45.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:41:45.528Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:41:45.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:41:45.529Z||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-11-06T03:41:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:41:55.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:41:55.096Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:42:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:42:45.528Z||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-11-06T03:42:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:42:45.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:42:45.530Z||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-11-06T03:42:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:42:55.086Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:42:55.117Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:43:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:43:45.528Z||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-11-06T03:43:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:43:45.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:43:45.529Z||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-11-06T03:43:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:43:55.101Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:43:55.108Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:44:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:44:45.528Z||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-11-06T03:44:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:44:45.530Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:44:45.530Z||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-11-06T03:44:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:44:55.118Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:44:55.138Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:45:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:45:45.528Z||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-11-06T03:45:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:45:45.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:45:45.529Z||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-11-06T03:45:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:45:55.084Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:45:55.085Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:46:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:46:45.528Z||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-11-06T03:46:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:46:45.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:46:45.530Z||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-11-06T03:46:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:46:55.103Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:46:55.105Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:47:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:47:45.528Z||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-11-06T03:47:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:47:45.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:47:45.529Z||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-11-06T03:47:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:47:55.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:47:55.097Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:48:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:48:45.528Z||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-11-06T03:48:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:48:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:48:45.529Z||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-11-06T03:48:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:48:55.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:48:55.099Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:49:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:49:45.528Z||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-11-06T03:49:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:49:45.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:49:45.529Z||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-11-06T03:49:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:49:55.094Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:49:55.095Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:50:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:50:45.528Z||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-11-06T03:50:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:50:45.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:50:45.530Z||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-11-06T03:50:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:50:55.085Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:50:55.089Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:51:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:51:45.528Z||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-11-06T03:51:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:51:45.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:51:45.529Z||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-11-06T03:51:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:51:55.121Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:51:55.160Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:52:45.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:52:45.528Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:52:45.528Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:52:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:52:45.532Z||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-11-06T03:52:45.532Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:52:55.091Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:52:55.093Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:53:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:53:45.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:53:45.528Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:53:45.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:53:45.530Z||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-11-06T03:53:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:53:55.084Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:53:55.100Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:54:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:54:45.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:54:45.528Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:54:45.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:54:45.529Z||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-11-06T03:54:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:54:55.114Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:54:55.114Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:55:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:55:45.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:55:45.529Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:55:45.529Z||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-11-06T03:55:45.529Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:55:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:55:55.130Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:55:55.130Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:56:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:56:45.528Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:56:45.528Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:56:45.529Z||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-11-06T03:56:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:45.683Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:56:45.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "cds",
"timestamp": 1667706991169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "ves-openapi-manager",
"timestamp": 1667706990628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "policy-id",
"timestamp": 1667706989375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "clamp",
"timestamp": 1667706997254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "ves-openapi-manager",
"timestamp": 1667706990628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "cds",
"timestamp": 1667706991169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "policy-id",
"timestamp": 1667706989375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "clamp",
"timestamp": 1667706997254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
"status": "NOTIFIED"
}
2022-11-06T03:56:45.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "ves-openapi-manager",
"timestamp": 1667706990628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "cds",
"timestamp": 1667706991169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "policy-id",
"timestamp": 1667706989375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-06T03:56:45.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667706997854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667706998788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "aai-ml",
"timestamp": 1667706998727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "clamp",
"timestamp": 1667706997254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "ves-openapi-manager",
"timestamp": 1667706990628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "cds",
"timestamp": 1667706991169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "policy-id",
"timestamp": 1667706989375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667706997854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
"status": "NOTIFIED"
}
2022-11-06T03:56:45.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667706998788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "aai-ml",
"timestamp": 1667706998727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "clamp",
"timestamp": 1667706997254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "ves-openapi-manager",
"timestamp": 1667706990628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "cds",
"timestamp": 1667706991169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "policy-id",
"timestamp": 1667706989375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667706997854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-06T03:56:45.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667706998788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "aai-ml",
"timestamp": 1667706998727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "clamp",
"timestamp": 1667706997254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "ves-openapi-manager",
"timestamp": 1667706990628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "cds",
"timestamp": 1667706991169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "policy-id",
"timestamp": 1667706989375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667706997854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667706998788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "aai-ml",
"timestamp": 1667706998727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "clamp",
"timestamp": 1667706997254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "ves-openapi-manager",
"timestamp": 1667706990628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "cds",
"timestamp": 1667706991169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T03:56:45.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "policy-id",
"timestamp": 1667706989375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T03:56:45.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667706997854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-06T03:56:45.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667706998788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "aai-ml",
"timestamp": 1667706998727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "clamp",
"timestamp": 1667706997254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T03:56:45.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "cds",
"timestamp": 1667707004210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T03:56:45.739Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:56:45.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "policy-id",
"timestamp": 1667707004199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T03:56:45.739Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:56:45.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667706997854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667706998788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "aai-ml",
"timestamp": 1667706998727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:45.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "cds",
"timestamp": 1667707005234,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-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-11-06T03:56:45.957Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4c36269-f986-4850-9ead-d6f4e660afe5
2022-11-06T03:56:45.982Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c36269-f986-4850-9ead-d6f4e660afe5 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-11-06T03:56:46.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:46.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "policy-id",
"timestamp": 1667707005211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T03:56:46.007Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:56:46.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:46.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667706997854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T03:56:46.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:56:46.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:56:46.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T03:56:46.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b4c36269-f986-4850-9ead-d6f4e660afe5","serviceName":"vFW 2022-11-06 03-55-48","serviceVersion":"1.0","serviceUUID":"94c025c8-4f08-460c-b004-1646642c238c","serviceDescription":"catalog service description","serviceInvariantUUID":"30d5e465-e76d-4f31-99e9-b119159b9d89","resources":[{"resourceInstanceName":"vFW 73aaa908-6ebb 0","resourceName":"vFW 73aaa908-6ebb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1df29e54-27b9-4ae5-ac6d-6e0bd3fc0636","resourceInvariantUUID":"d22d705a-4e63-4f4d-b35f-6063a7361543","resourceCustomizationUUID":"e9ff9006-f59e-4625-b920-349c2ca0b32f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vf-license-model.xml","artifactChecksum":"MGFkZGExNmZhZGM0YjliMmFiN2Q4ZDFkMmE0NTg5ODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8ed23f0a-1da9-49c9-9c08-4c60ca560332","artifactVersion":"1"},{"artifactName":"vfw73aaa9086ebb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json","artifactChecksum":"OGM4Y2Y1MjNkNzhlYzRlOTQ5MzMxNDJiNDlkYjJmZjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7543654c-05bd-428a-b2ec-7876f7453cf9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"303a6e79-ee24-4b0b-b7cc-ea01024516b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vendor-license-model.xml","artifactChecksum":"NTY5MjAyNTNiMzdlNjBjY2FmMDE3MzU0MzAyZWM3MDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"13334741-e98c-4816-8cd5-4c13b8f84cc9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a31c348f-7d06-484e-9d1a-750cd7e18a65","artifactVersion":"2","generatedFromUUID":"303a6e79-ee24-4b0b-b7cc-ea01024516b1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221106035548-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-template.yml","artifactChecksum":"ZTUwNWJiNjExNWVkYWY3ZDUwMmNlZjk0MDVmNzI2NDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de2a5cc7-e3bd-424e-b8b9-f9c1b42e415f","artifactVersion":"1"},{"artifactName":"service-Vfw20221106035548-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar","artifactChecksum":"MDIyMGNjNjc4ZjNhNDVkOWE1NzI3YzI3ZTI2MWYyNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a99aac3-9758-4c44-9e0e-fda314da2033","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T03:56:46.185Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T03:56:46.192Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:56:46.205Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:56:46.205Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707005527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:46.305Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-06T03:56:46.309Z||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-11-06T03:56:46.310Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:46.333Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:56:46.335Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-11-06T03:56:47.215Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T03:56:47.216Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:56:47.218Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:56:47.218Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707005527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
"status": "NOTIFIED"
}
2022-11-06T03:56:47.318Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T03:56:47.319Z||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-11-06T03:56:47.320Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:47.337Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:56:47.337Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T03:56:48.219Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T03:56:48.221Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:56:48.223Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:56:48.223Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707005527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-06T03:56:48.323Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T03:56:48.325Z||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-11-06T03:56:48.325Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:48.340Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:56:48.341Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-06T03:56:49.227Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T03:56:49.228Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:56:49.231Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:56:49.231Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707005527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:49.331Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T03:56:49.332Z||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-11-06T03:56:49.333Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:49.346Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:56:49.347Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T03:56:50.232Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T03:56:50.234Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:56:50.238Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:56:50.238Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707005527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-06T03:56:50.340Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T03:56:50.341Z||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-11-06T03:56:50.341Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:50.367Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:56:50.368Z||pool-7-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-11-06T03:56:51.239Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T03:56:51.240Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:56:51.248Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:56:51.248Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707005527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:56:51.348Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T03:56:51.350Z||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-11-06T03:56:51.350Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:51.368Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:56:51.368Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-06T03:56:52.248Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T03:56:52.249Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:56:52.252Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:56:52.252Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707005527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T03:56:52.352Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T03:56:52.353Z||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-11-06T03:56:52.353Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:52.372Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:56:52.372Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":2,"count":1}
2022-11-06T03:56:53.254Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"serviceName": "vFW 2022-11-06 03-55-48",
"serviceVersion": "1.0",
"serviceUUID": "94c025c8-4f08-460c-b004-1646642c238c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "30d5e465-e76d-4f31-99e9-b119159b9d89",
"resources": [
{
"resourceInstanceName": "vFW 73aaa908-6ebb 0",
"resourceCustomizationUUID": "e9ff9006-f59e-4625-b920-349c2ca0b32f",
"resourceName": "vFW 73aaa908-6ebb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1df29e54-27b9-4ae5-ac6d-6e0bd3fc0636",
"resourceInvariantUUID": "d22d705a-4e63-4f4d-b35f-6063a7361543",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw73aaa9086ebb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
"artifactChecksum": "OGM4Y2Y1MjNkNzhlYzRlOTQ5MzMxNDJiNDlkYjJmZjc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7543654c-05bd-428a-b2ec-7876f7453cf9",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "303a6e79-ee24-4b0b-b7cc-ea01024516b1",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a31c348f-7d06-484e-9d1a-750cd7e18a65",
"generatedFromUUID": "303a6e79-ee24-4b0b-b7cc-ea01024516b1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a31c348f-7d06-484e-9d1a-750cd7e18a65",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221106035548-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"artifactChecksum": "MDIyMGNjNjc4ZjNhNDVkOWE1NzI3YzI3ZTI2MWYyNzY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7a99aac3-9758-4c44-9e0e-fda314da2033"
}
],
"workloadContext": "Production"
}
2022-11-06T03:56:53.256Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T03:56:53.256Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 94c025c8-4f08-460c-b004-1646642c238c ASDC
2022-11-06T03:56:53.392Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b4c36269-f986-4850-9ead-d6f4e660afe5
ServiceName:vFW 2022-11-06 03-55-48
ServiceVersion:1.0
ServiceUUID:94c025c8-4f08-460c-b004-1646642c238c
ServiceInvariantUUID:30d5e465-e76d-4f31-99e9-b119159b9d89
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221106035548-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar
ArtifactUUID:7a99aac3-9758-4c44-9e0e-fda314da2033
ArtifactChecksum:MDIyMGNjNjc4ZjNhNDVkOWE1NzI3YzI3ZTI2MWYyNzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 73aaa908-6ebb 0
ResourceCustomizationUUID:e9ff9006-f59e-4625-b920-349c2ca0b32f
ResourceInvariantUUID:d22d705a-4e63-4f4d-b35f-6063a7361543
ResourceName:vFW 73aaa908-6ebb
ResourceType:VF
ResourceUUID:1df29e54-27b9-4ae5-ac6d-6e0bd3fc0636
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw73aaa9086ebb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json
ArtifactUUID:7543654c-05bd-428a-b2ec-7876f7453cf9
ArtifactChecksum:OGM4Y2Y1MjNkNzhlYzRlOTQ5MzMxNDJiNDlkYjJmZjc=
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/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml
ArtifactUUID:303a6e79-ee24-4b0b-b7cc-ea01024516b1
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/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env
ArtifactUUID:a31c348f-7d06-484e-9d1a-750cd7e18a65
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/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env
ArtifactUUID:a31c348f-7d06-484e-9d1a-750cd7e18a65
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-06T03:56:53.393Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94c025c8-4f08-460c-b004-1646642c238c 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-11-06T03:56:53.459Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T03:56:53.460Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-06T03:56:53.462Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-06T03:56:53.462Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7a99aac3-9758-4c44-9e0e-fda314da2033 from URL: /sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:53.462Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-06T03:56:53.465Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:53.575Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-06T03:56:53.596Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar 7a99aac3-9758-4c44-9e0e-fda314da2033 98987
2022-11-06T03:56:53.599Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar ASDC sendASDCNotification
2022-11-06T03:56:53.609Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:53.610Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T03:56:53.611Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:56:53.613Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:56:53.613Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707013597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T03:56:53.713Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T03:56:53.714Z||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-11-06T03:56:53.715Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:53.735Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:56:53.736Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-06T03:56:54.614Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T03:56:54.615Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-06T03:56:54.615Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7a99aac3-9758-4c44-9e0e-fda314da2033, URL: /sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar to file: /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:54.616Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221106035548-csar.csar
2022-11-06T03:56:54.701Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:54.702Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:55.439Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16836464307460648889/Definitions/service-Vfw20221106035548-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-11-06T03:56:58.494Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T03:56:58.499Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-06T03:56:58.499Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.500Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-11-06T03:56:58.500Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.500Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.500Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.500Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.500Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.500Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.501Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.501Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.501Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.501Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.501Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 73aaa908-6ebb 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.501Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.501Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.501Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-06T03:56:58.508Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:56:58.509Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:56:58.514Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:56:58.514Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-06T03:56:58.516Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T03:56:58.519Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:56:58.519Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:56:58.519Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:56:58.520Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-06T03:56:58.520Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T03:56:58.521Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:56:58.521Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:56:58.524Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:56:58.525Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is not matching search criteria
2022-11-06T03:56:58.525Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T03:56:58.525Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T03:56:58.526Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T03:56:58.526Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T03:56:58.526Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.526Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T03:56:58.527Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.527Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T03:56:58.527Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T03:56:58.527Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.528Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T03:56:58.528Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T03:56:58.528Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T03:56:58.528Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T03:56:58.529Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.529Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-06T03:56:58.529Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:56:58.529Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T03:56:58.531Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:56:58.531Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:56:58.531Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T03:56:58.532Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:56:58.532Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:56:58.532Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T03:56:58.533Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:56:58.533Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:56:58.533Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T03:56:58.534Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:56:58.534Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is not matching search criteria
2022-11-06T03:56:58.534Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T03:56:58.534Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T03:56:58.535Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-06T03:56:58.535Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T03:56:58.535Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T03:56:58.535Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.536Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T03:56:58.536Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T03:56:58.536Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T03:56:58.537Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T03:56:58.537Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.537Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a18d6e90-0c2e-40c1-a990-439d7b6429f6
2022-11-06T03:56:58.537Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:56:58.538Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is not matching search criteria
2022-11-06T03:56:58.538Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T03:56:58.538Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T03:56:58.538Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T03:56:58.539Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T03:56:58.539Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.539Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T03:56:58.539Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.540Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-06T03:56:58.540Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T03:56:58.540Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T03:56:58.541Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T03:56:58.541Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.541Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=941647f2-4691-4a77-ab2a-33365c9e7de6
2022-11-06T03:56:58.541Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:56:58.542Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is not matching search criteria
2022-11-06T03:56:58.542Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T03:56:58.542Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T03:56:58.542Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T03:56:58.543Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T03:56:58.543Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.543Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T03:56:58.543Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.544Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T03:56:58.544Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T03:56:58.544Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.544Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T03:56:58.545Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-06T03:56:58.545Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=91abe6a5-7ae9-45f2-a102-02c1716df198
2022-11-06T03:56:58.545Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:56:58.546Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:56:58.546Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:56:58.546Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:56:58.546Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:56:58.547Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:56:58.547Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:56:58.547Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:56:58.547Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-06 03-55-48
Description:catalog service description
Model UUID:94c025c8-4f08-460c-b004-1646642c238c
Model Version:NULL
Model InvariantUuid:30d5e465-e76d-4f31-99e9-b119159b9d89
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 73aaa908-6ebb
Model UUID:d0c9e806-4395-4fc9-b557-ed8448338e9e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d22d705a-4e63-4f4d-b35f-6063a7361543
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e9ff9006-f59e-4625-b920-349c2ca0b32f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d9901119-bd24-403e-b9a3-2fa11a0d719e
ModelName:Vfw73aaa9086ebb..base_vfw..module-0
ModelUuid:0040befa-4b91-45dc-9c3a-6bb1c3d1f224
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a18d6e90-0c2e-40c1-a990-439d7b6429f6
ModelInvariantUuid:2256c808-74eb-45af-b883-44c4a101ba05
ModelName:vFW 73aaa908-6ebb-nodes.vfwCvfc
ModelUuid:75042a7b-1353-42aa-85b6-1deecd713a6e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f3e62164-b5ef-4a54-b43f-41ab29392987
ModelInvariantUuid:155dbd6d-aaf1-40b9-994b-0ac084bf2287
ModelName:Vfw73aaa9086ebb.compute.nodes.heat.vfw
ModelUuid:4449628d-a791-46e5-8962-76c86ca79e5a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:941647f2-4691-4a77-ab2a-33365c9e7de6
ModelInvariantUuid:43329575-fa86-4dec-9742-3ada720c7dca
ModelName:vFW 73aaa908-6ebb-nodes.vsnCvfc
ModelUuid:7c22e1e2-6d21-4c0a-a3d1-9addc9061a6f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:203c62f2-1fcb-4428-8e2d-b00a7247b934
ModelInvariantUuid:8043a339-a940-4f4a-b6d0-783503e982e1
ModelName:Vfw73aaa9086ebb.compute.nodes.heat.vsn
ModelUuid:e70f5d25-6845-4ba3-aeca-7dc113cbc56e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:91abe6a5-7ae9-45f2-a102-02c1716df198
ModelInvariantUuid:4ee1997f-4697-4e4b-a70a-53d8d0de6d55
ModelName:vFW 73aaa908-6ebb-nodes.vpgCvfc
ModelUuid:5a99dec7-185f-4306-8953-5401013ea693
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:78c51a82-6e2f-4a75-b06b-322c5ba29243
ModelInvariantUuid:b6e7a290-9bed-48b8-948f-3ee2352e9254
ModelName:Vfw73aaa9086ebb.compute.nodes.heat.vpg
ModelUuid:45326a5b-21ab-4cda-91b8-393b9c99afee
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-11-06T03:56:58.559Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 1df29e54-27b9-4ae5-ac6d-6e0bd3fc0636
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-11-06T03:56:58.646Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||vFW 73aaa908-6ebb 0
2022-11-06T03:56:58.654Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1df29e54-27b9-4ae5-ac6d-6e0bd3fc0636
2022-11-06T03:56:58.654Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7543654c-05bd-428a-b2ec-7876f7453cf9 from URL: /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json
2022-11-06T03:56:58.654Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-06T03:56:58.655Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json
2022-11-06T03:56:58.708Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-06T03:56:58.709Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json 7543654c-05bd-428a-b2ec-7876f7453cf9 785
2022-11-06T03:56:58.709Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json ASDC sendASDCNotification
2022-11-06T03:56:58.709Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json
2022-11-06T03:56:58.709Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T03:56:58.710Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:56:58.712Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:56:58.713Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707018709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-06T03:56:58.813Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T03:56:58.814Z||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-11-06T03:56:58.814Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:58.829Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:56:58.829Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T03:56:59.714Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw73aaa9086ebb..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d9901119-bd24-403e-b9a3-2fa11a0d719e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0040befa-4b91-45dc-9c3a-6bb1c3d1f224",
"vfModuleModelCustomizationUUID": "de1bfa07-db28-4995-a2a8-3bbf24d5b8b7",
"isBase": true,
"artifacts": [
"303a6e79-ee24-4b0b-b7cc-ea01024516b1",
"a31c348f-7d06-484e-9d1a-750cd7e18a65"
],
"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-11-06T03:56:59.728Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw73aaa9086ebb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0040befa-4b91-45dc-9c3a-6bb1c3d1f224
VfModuleModelInvariantUUID:d9901119-bd24-403e-b9a3-2fa11a0d719e
VfModuleModelDescription:NULL
Artifacts UUID List:{
303a6e79-ee24-4b0b-b7cc-ea01024516b1
,
a31c348f-7d06-484e-9d1a-750cd7e18a65
}
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-11-06T03:56:59.731Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw73aaa9086ebb..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d9901119-bd24-403e-b9a3-2fa11a0d719e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0040befa-4b91-45dc-9c3a-6bb1c3d1f224",
"vfModuleModelCustomizationUUID": "de1bfa07-db28-4995-a2a8-3bbf24d5b8b7",
"isBase": true,
"artifacts": [
"303a6e79-ee24-4b0b-b7cc-ea01024516b1",
"a31c348f-7d06-484e-9d1a-750cd7e18a65"
],
"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-11-06T03:56:59.731Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw73aaa9086ebb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0040befa-4b91-45dc-9c3a-6bb1c3d1f224
VfModuleModelInvariantUUID:d9901119-bd24-403e-b9a3-2fa11a0d719e
VfModuleModelDescription:NULL
Artifacts UUID List:{
303a6e79-ee24-4b0b-b7cc-ea01024516b1
,
a31c348f-7d06-484e-9d1a-750cd7e18a65
}
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-11-06T03:56:59.731Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 303a6e79-ee24-4b0b-b7cc-ea01024516b1 from URL: /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml
2022-11-06T03:56:59.732Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-06T03:56:59.732Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml
2022-11-06T03:56:59.787Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-06T03:56:59.790Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml 303a6e79-ee24-4b0b-b7cc-ea01024516b1 20368
2022-11-06T03:56:59.790Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-06T03:56:59.790Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml
2022-11-06T03:56:59.790Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T03:56:59.791Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:56:59.793Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:56:59.793Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707019790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-06T03:56:59.893Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T03:56:59.896Z||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-11-06T03:56:59.896Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:59.933Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:56:59.934Z||pool-12-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-11-06T03:57:00.794Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a31c348f-7d06-484e-9d1a-750cd7e18a65 from URL: /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env
2022-11-06T03:57:00.795Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-06T03:57:00.795Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env
2022-11-06T03:57:00.847Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-06T03:57:00.847Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env a31c348f-7d06-484e-9d1a-750cd7e18a65 2098
2022-11-06T03:57:00.848Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-06T03:57:00.848Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env
2022-11-06T03:57:00.848Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T03:57:00.848Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:57:00.850Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:57:00.851Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707020848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-06T03:57:00.951Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T03:57:00.953Z||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-11-06T03:57:00.953Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:57:00.982Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:57:00.983Z||pool-13-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-06T03:57:01.851Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 94c025c8-4f08-460c-b004-1646642c238c
2022-11-06T03:57:01.852Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 73aaa908-6ebb 0 1df29e54-27b9-4ae5-ac6d-6e0bd3fc0636 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T03:57:01.886Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8517fcd, org.onap.sdc.toscaparser.api.parameters.Input@4dfe25c5, org.onap.sdc.toscaparser.api.parameters.Input@73e22245, org.onap.sdc.toscaparser.api.parameters.Input@481d890c, org.onap.sdc.toscaparser.api.parameters.Input@4bb138d5]
2022-11-06T03:57:01.890Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:57:01.891Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:57:01.891Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-11-06T03:57:01.891Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= e9ff9006-f59e-4625-b920-349c2ca0b32f
2022-11-06T03:57:01.892Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e9ff9006-f59e-4625-b920-349c2ca0b32f matches Tosca VF Customization UUID: e9ff9006-f59e-4625-b920-349c2ca0b32f
2022-11-06T03:57:01.892Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: e9ff9006-f59e-4625-b920-349c2ca0b32f 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-11-06T03:57:01.898Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:57:01.899Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:57:01.900Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id e9ff9006-f59e-4625-b920-349c2ca0b32f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-11-06T03:57:01.900Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@454f4022
2022-11-06T03:57:01.900Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:57:01.901Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T03:57:01.901Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : de1bfa07-db28-4995-a2a8-3bbf24d5b8b7
2022-11-06T03:57:01.902Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID de1bfa07-db28-4995-a2a8-3bbf24d5b8b7
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-11-06T03:57:01.908Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:57:01.908Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:57:01.909Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T03:57:01.910Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:57:01.910Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:57:01.910Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T03:57:01.910Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:57:01.911Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is not matching search criteria
2022-11-06T03:57:01.911Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T03:57:01.911Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T03:57:01.911Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-06T03:57:01.912Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T03:57:01.912Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T03:57:01.912Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T03:57:01.912Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T03:57:01.913Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T03:57:01.913Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T03:57:01.913Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T03:57:01.913Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T03:57:01.914Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a18d6e90-0c2e-40c1-a990-439d7b6429f6
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-11-06T03:57:01.921Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:57:01.921Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:57:01.921Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T03:57:01.921Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:57:01.922Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is not matching search criteria
2022-11-06T03:57:01.922Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T03:57:01.922Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T03:57:01.922Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T03:57:01.923Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T03:57:01.923Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T03:57:01.923Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T03:57:01.924Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T03:57:01.924Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-06T03:57:01.924Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T03:57:01.924Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T03:57:01.925Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T03:57:01.925Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T03:57:01.925Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=941647f2-4691-4a77-ab2a-33365c9e7de6
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-11-06T03:57:01.927Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:57:01.928Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:57:01.928Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T03:57:01.930Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:57:01.930Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is not matching search criteria
2022-11-06T03:57:01.930Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T03:57:01.931Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T03:57:01.931Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T03:57:01.931Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T03:57:01.932Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T03:57:01.932Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T03:57:01.932Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T03:57:01.932Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T03:57:01.933Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T03:57:01.933Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T03:57:01.933Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T03:57:01.933Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-06T03:57:01.934Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=91abe6a5-7ae9-45f2-a102-02c1716df198
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-11-06T03:57:01.936Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:57:01.936Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:57:01.936Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T03:57:01.937Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:57:01.937Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:57:01.937Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0] matching following query criteria: sdcType=VF, customizationUUID=e9ff9006-f59e-4625-b920-349c2ca0b32f
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-11-06T03:57:01.939Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:57:01.940Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:57:01.940Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 94c025c8-4f08-460c-b004-1646642c238c: vFW 73aaa908-6ebb
2022-11-06T03:57:01.940Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:57:01.941Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:57:01.941Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:57:01.941Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:57:01.942Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:57:01.942Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:57:01.942Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:57:01.942Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:57:01.943Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T03:57:01.943Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:57:01.943Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-11-06 03-55-48
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-11-06T03:57:02.204Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 73aaa908-6ebb 1df29e54-27b9-4ae5-ac6d-6e0bd3fc0636 1 ASDC deployResourceStructure
2022-11-06T03:57:02.205Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json ASDC sendASDCNotification
2022-11-06T03:57:02.205Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json
2022-11-06T03:57:02.205Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T03:57:02.205Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:57:02.207Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:57:02.207Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707022205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-06T03:57:02.308Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T03:57:02.309Z||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-11-06T03:57:02.309Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:57:02.339Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:57:02.340Z||pool-14-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-06T03:57:03.208Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-06T03:57:03.209Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml
2022-11-06T03:57:03.209Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T03:57:03.209Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:57:03.211Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:57:03.211Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707023208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-06T03:57:03.311Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T03:57:03.312Z||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-11-06T03:57:03.312Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:57:03.328Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:57:03.329Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-06T03:57:04.211Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-06T03:57:04.212Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env
2022-11-06T03:57:04.212Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T03:57:04.213Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:57:04.214Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:57:04.215Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707024211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-06T03:57:04.315Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T03:57:04.316Z||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-11-06T03:57:04.316Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:57:04.351Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:57:04.352Z||pool-16-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-11-06T03:57:05.216Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar ASDC sendASDCNotification
2022-11-06T03:57:05.216Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar
2022-11-06T03:57:05.217Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T03:57:05.217Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:57:05.220Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:57:05.220Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707025215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T03:57:05.320Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T03:57:05.321Z||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-11-06T03:57:05.321Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:57:05.340Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:57:05.341Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-06T03:57:06.221Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
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-11-06T03:57:06.240Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
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-11-06T03:57:06.243Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T03:57:06.243Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T03:57:06.243Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T03:57:36.244Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
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-11-06T03:57:36.256Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
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-11-06T03:57:36.258Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T03:57:36.258Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T03:57:36.258Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T03:57:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:57:45.530Z||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-11-06T03:57:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:57:45.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:57:45.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:57:45.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667706998788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T03:57:45.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:58:06.259Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
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-11-06T03:58:06.270Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
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-11-06T03:58:06.272Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T03:58:06.272Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T03:58:06.272Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T03:58:36.273Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
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-11-06T03:58:36.285Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
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-11-06T03:58:36.288Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T03:58:36.288Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T03:58:36.288Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T03:58:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:58:45.530Z||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-11-06T03:58:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:58:45.591Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:58:45.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:58:45.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "aai-ml",
"timestamp": 1667706998727,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T03:58:45.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:06.289Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
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-11-06T03:59:06.300Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
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-11-06T03:59:06.303Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T03:59:06.303Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T03:59:06.303Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T03:59:36.304Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
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-11-06T03:59:36.314Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
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-11-06T03:59:36.316Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T03:59:36.316Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T03:59:36.316Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T03:59:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:59:45.530Z||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-11-06T03:59:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:59:46.062Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T03:59:46.065Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707005527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.067Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:46.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "policy-id",
"timestamp": 1667707006216,
"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-11-06T03:59:46.075Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4c36269-f986-4850-9ead-d6f4e660afe5
2022-11-06T03:59:46.076Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c36269-f986-4850-9ead-d6f4e660afe5 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-11-06T03:59:46.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707005695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.084Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707006630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.084Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "aai-ml",
"timestamp": 1667707006615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.085Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "cds",
"timestamp": 1667707006249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:46.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707005527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
"status": "NOTIFIED"
}
2022-11-06T03:59:46.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:46.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707006795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.086Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "cds",
"timestamp": 1667707006249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T03:59:46.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:46.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707005527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-06T03:59:46.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:46.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707007862,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.087Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "cds",
"timestamp": 1667707009005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.087Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707005527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.088Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:46.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707008926,
"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-11-06T03:59:46.092Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4c36269-f986-4850-9ead-d6f4e660afe5
2022-11-06T03:59:46.093Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c36269-f986-4850-9ead-d6f4e660afe5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-06T03:59:46.100Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.100Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "cds",
"timestamp": 1667707010016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-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-11-06T03:59:46.113Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
2022-11-06T03:59:46.113Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a 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-11-06T03:59:46.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "policy-id",
"timestamp": 1667707009375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:46.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707005527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-06T03:59:46.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:46.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707009933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-06T03:59:46.122Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "policy-id",
"timestamp": 1667707009375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T03:59:46.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:46.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707005527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:46.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707011913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T03:59:46.123Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "clamp",
"timestamp": 1667707012017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.123Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707010628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:46.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "policy-id",
"timestamp": 1667707012094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.124Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707005527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T03:59:46.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:46.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707012918,
"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-11-06T03:59:46.129Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4c36269-f986-4850-9ead-d6f4e660afe5
2022-11-06T03:59:46.129Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c36269-f986-4850-9ead-d6f4e660afe5 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-11-06T03:59:46.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707010628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.138Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:46.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "policy-id",
"timestamp": 1667707013098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T03:59:46.138Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707013597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.139Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "clamp",
"timestamp": 1667707014028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T03:59:46.139Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "policy-id",
"timestamp": 1667707014101,
"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-11-06T03:59:46.144Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
2022-11-06T03:59:46.144Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a 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-11-06T03:59:46.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "clamp",
"timestamp": 1667707015033,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T03:59:46.156Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b4c36269-f986-4850-9ead-d6f4e660afe5
2022-11-06T03:59:46.156Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c36269-f986-4850-9ead-d6f4e660afe5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T03:59:46.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707018709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.165Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707017854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:46.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707019790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.165Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707017854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T03:59:46.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:46.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707020848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "aai-ml",
"timestamp": 1667707021716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T03:59:46.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707022205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-06T03:59:46.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "aai-ml",
"timestamp": 1667707022723,
"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-11-06T03:59:46.173Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b4c36269-f986-4850-9ead-d6f4e660afe5
2022-11-06T03:59:46.173Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c36269-f986-4850-9ead-d6f4e660afe5 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-11-06T03:59:46.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707023208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-06T03:59:46.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707024211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-06T03:59:46.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707025215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T03:59:46.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "clamp",
"timestamp": 1667707027254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:46.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "clamp",
"timestamp": 1667707027254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T03:59:46.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:46.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707028788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:46.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "aai-ml",
"timestamp": 1667707028727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:46.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707028788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T03:59:46.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:46.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "aai-ml",
"timestamp": 1667707028727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T03:59:46.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T03:59:46.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707031514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.186Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "aai-ml",
"timestamp": 1667707031437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.186Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707033043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T03:59:46.186Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "clamp",
"timestamp": 1667707034011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.187Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707034047,
"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-11-06T03:59:46.191Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
2022-11-06T03:59:46.191Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a 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-11-06T03:59:46.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "aai-ml",
"timestamp": 1667707034869,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T03:59:46.200Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "clamp",
"timestamp": 1667707036023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T03:59:46.201Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "aai-ml",
"timestamp": 1667707035872,
"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-11-06T03:59:46.205Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
2022-11-06T03:59:46.205Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a 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-11-06T03:59:46.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "clamp",
"timestamp": 1667707037027,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T03:59:46.219Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
2022-11-06T03:59:46.219Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T04:00:06.317Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
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-11-06T04:00:06.333Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
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-11-06T04:00:06.337Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:00:06.338Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T04:00:06.338Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T04:00:06.338Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T04:00:06.338Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T04:00:06.338Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T04:00:06.339Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T04:00:06.339Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T04:00:06.339Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T04:00:06.339Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T04:00:06.339Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T04:00:06.345Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T04:00:36.346Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5 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-11-06T04:00:36.363Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4c36269-f986-4850-9ead-d6f4e660afe5 and serviceModelVersionId: 94c025c8-4f08-460c-b004-1646642c238c
2022-11-06T04:00:36.364Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d5e465-e76d-4f31-99e9-b119159b9d89
2022-11-06T04:00:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:00:45.530Z||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-11-06T04:00:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:00:51.928Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d5e465-e76d-4f31-99e9-b119159b9d89/model-vers/model-ver/94c025c8-4f08-460c-b004-1646642c238c?depth=0
2022-11-06T04:00:52.032Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T04:00:52.531Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30d5e465-e76d-4f31-99e9-b119159b9d89/model-vers/model-ver/94c025c8-4f08-460c-b004-1646642c238c?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-11-06T04:00:52.535Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30d5e465-e76d-4f31-99e9-b119159b9d89/model-vers/model-ver/94c025c8-4f08-460c-b004-1646642c238c?depth=0|INFO|500||Invoke
2022-11-06T04:00:52.646Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30d5e465-e76d-4f31-99e9-b119159b9d89/model-vers/model-ver/94c025c8-4f08-460c-b004-1646642c238c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-06T04:00:52.868Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30d5e465-e76d-4f31-99e9-b119159b9d89/model-vers/model-ver/94c025c8-4f08-460c-b004-1646642c238c?depth=0|INFO|500||InvokeReturn
2022-11-06T04:00:52.869Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30d5e465-e76d-4f31-99e9-b119159b9d89/model-vers/model-ver/94c025c8-4f08-460c-b004-1646642c238c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221106-04:00:53:985-52711], vertex-id=[340040], Content-Length=[0], Date=[Sun, 06 Nov 2022 04:00:53 GMT], Content-Type=[application/json]}
2022-11-06T04:00:52.870Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-11-06T04:00:52.873Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T04:00:52.873Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T04:00:52.879Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-06T04:00:52.880Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4c36269-f986-4850-9ead-d6f4e660afe5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T04:00:52.881Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T04:00:52.882Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:00:52.884Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:00:52.884Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707252881,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T04:00:52.996Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-11-06T04:00:52.997Z||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-11-06T04:00:52.997Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:00:53.017Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:00:53.018Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:00:53.638Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:00:53.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T04:00:53.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707252881,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T04:00:53.639Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-06T04:00:53.897Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T04:00:53.897Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a","serviceName":"basic_onboard_mGwToh","serviceVersion":"1.0","serviceUUID":"5b39cdfe-2581-44a7-8943-b896743592ad","serviceDescription":"service","serviceInvariantUUID":"13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a","resources":[],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMgwtoh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-template.yml","artifactChecksum":"MWIzZmI0NDQxNGNjNmE5YzAxNmJlMmU3MTc4YTg4YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35c5f73f-cdc2-47e8-b913-4a785113cc22","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMgwtoh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar","artifactChecksum":"OTY2ZDk2ZWM3ODJiMzIxMjAyZWE0MDQ1YzAxYjJjMjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ee7c503-2363-48cd-875a-60de452a25c5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T04:00:53.898Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:00:53.898Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:00:53.900Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:00:53.900Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707005527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:00:54.000Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:00:54.001Z||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-11-06T04:00:54.001Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:00:54.018Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:00:54.019Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:00:54.900Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:00:54.901Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:00:54.903Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:00:54.903Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707005527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T04:00:55.004Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T04:00:55.005Z||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-11-06T04:00:55.005Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:00:55.024Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:00:55.024Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:00:55.904Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"serviceName": "basic_onboard_mGwToh",
"serviceVersion": "1.0",
"serviceUUID": "5b39cdfe-2581-44a7-8943-b896743592ad",
"serviceDescription": "service",
"serviceInvariantUUID": "13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a",
"resources": [],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardMgwtoh-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
"artifactChecksum": "OTY2ZDk2ZWM3ODJiMzIxMjAyZWE0MDQ1YzAxYjJjMjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8ee7c503-2363-48cd-875a-60de452a25c5"
}
],
"workloadContext": "Production"
}
2022-11-06T04:00:55.905Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 0
2022-11-06T04:00:55.905Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5b39cdfe-2581-44a7-8943-b896743592ad ASDC
2022-11-06T04:00:55.905Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
ServiceName:basic_onboard_mGwToh
ServiceVersion:1.0
ServiceUUID:5b39cdfe-2581-44a7-8943-b896743592ad
ServiceInvariantUUID:13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMgwtoh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar
ArtifactUUID:8ee7c503-2363-48cd-875a-60de452a25c5
ArtifactChecksum:OTY2ZDk2ZWM3ODJiMzIxMjAyZWE0MDQ1YzAxYjJjMjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
}
2022-11-06T04:00:55.905Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b39cdfe-2581-44a7-8943-b896743592ad 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-11-06T04:00:55.933Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:00:55.933Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-06T04:00:55.933Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-06T04:00:55.933Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8ee7c503-2363-48cd-875a-60de452a25c5 from URL: /sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar
2022-11-06T04:00:55.933Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-06T04:00:55.934Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar
2022-11-06T04:00:56.071Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-06T04:00:56.073Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar 8ee7c503-2363-48cd-875a-60de452a25c5 50281
2022-11-06T04:00:56.074Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar ASDC sendASDCNotification
2022-11-06T04:00:56.074Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar
2022-11-06T04:00:56.074Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:00:56.074Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:00:56.076Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:00:56.077Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707256074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:00:56.177Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:00:56.180Z||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-11-06T04:00:56.180Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:00:56.197Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:00:56.198Z||pool-21-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:00:57.077Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:00:57.078Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-06T04:00:57.079Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8ee7c503-2363-48cd-875a-60de452a25c5, URL: /sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar to file: /app/ASDC/1/service-BasicOnboardMgwtoh-csar.csar
2022-11-06T04:00:57.079Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMgwtoh-csar.csar
2022-11-06T04:00:57.079Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMgwtoh-csar.csar
2022-11-06T04:00:57.079Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMgwtoh-csar.csar
2022-11-06T04:00:57.222Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10431959111647867396/Definitions/service-BasicOnboardMgwtoh-template.yml
2022-11-06T04:00:57.635Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T04:00:57.635Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:00:57.636Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mGwToh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:00:57.636Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-06T04:00:57.636Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:00:57.636Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:00:57.636Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mGwToh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:00:57.637Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-06T04:00:57.637Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:00:57.637Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:00:57.637Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mGwToh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:00:57.637Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:00:57.637Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mGwToh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:00:57.637Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:00:57.638Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mGwToh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:00:57.638Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:00:57.638Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mGwToh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:00:57.638Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:00:57.638Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mGwToh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:00:57.639Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_mGwToh
Description:service
Model UUID:5b39cdfe-2581-44a7-8943-b896743592ad
Model Version:NULL
Model InvariantUuid:13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a
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-11-06T04:00:57.647Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||ERROR|500||Service Model contains no resources.
2022-11-06T04:00:57.648Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-11-06T04:00:57.657Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-11-06T04:00:57.660Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:00:57.660Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:01:27.661Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-11-06T04:01:27.673Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-11-06T04:01:27.677Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:01:27.677Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:01:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:01:45.530Z||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-11-06T04:01:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:01:45.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:01:45.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T04:01:45.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707005527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:01:45.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T04:01:57.678Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-11-06T04:01:57.688Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-11-06T04:01:57.691Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:01:57.691Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:02:27.691Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-11-06T04:02:27.703Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-11-06T04:02:27.709Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:02:27.709Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:02:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:02:45.530Z||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-11-06T04:02:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:02:46.081Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:02:46.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T04:02:46.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707005527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T04:02:46.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-06T04:02:46.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T04:02:46.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707256074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:02:46.083Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:02:57.710Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-11-06T04:02:57.722Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-11-06T04:02:57.725Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:02:57.725Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:03:27.731Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-11-06T04:03:27.744Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-11-06T04:03:27.747Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:03:27.747Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:03:45.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:03:45.530Z||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-11-06T04:03:45.531Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:03:55.102Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:03:57.748Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-11-06T04:03:57.764Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-11-06T04:03:57.768Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:03:57.768Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:04:27.769Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-11-06T04:04:27.790Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-11-06T04:04:27.794Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:04:27.794Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:04:45.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:04:45.530Z||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-11-06T04:04:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:04:55.096Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:04:57.795Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-11-06T04:04:57.805Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-11-06T04:04:57.808Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:04:57.808Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:05:27.809Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-11-06T04:05:27.821Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-11-06T04:05:27.824Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:05:27.824Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:05:45.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:05:45.530Z||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-11-06T04:05:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:05:55.097Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:05:57.824Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-11-06T04:05:57.825Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a 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-11-06T04:05:57.830Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a and serviceModelVersionId: 5b39cdfe-2581-44a7-8943-b896743592ad
2022-11-06T04:05:57.830Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a
2022-11-06T04:05:57.831Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a/model-vers/model-ver/5b39cdfe-2581-44a7-8943-b896743592ad?depth=0
2022-11-06T04:05:57.840Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T04:05:57.900Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a/model-vers/model-ver/5b39cdfe-2581-44a7-8943-b896743592ad?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-11-06T04:05:57.902Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a/model-vers/model-ver/5b39cdfe-2581-44a7-8943-b896743592ad?depth=0|INFO|500||Invoke
2022-11-06T04:05:57.933Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a/model-vers/model-ver/5b39cdfe-2581-44a7-8943-b896743592ad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-11-06T04:05:58.017Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a/model-vers/model-ver/5b39cdfe-2581-44a7-8943-b896743592ad?depth=0|INFO|500||InvokeReturn
2022-11-06T04:05:58.018Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a/model-vers/model-ver/5b39cdfe-2581-44a7-8943-b896743592ad?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221106-04:05:59:299-25269], vertex-id=[344136], Content-Length=[0], Date=[Sun, 06 Nov 2022 04:05:59 GMT], Content-Type=[application/json]}
2022-11-06T04:05:58.019Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-11-06T04:05:58.019Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T04:05:58.019Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T04:05:58.024Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-06T04:05:58.024Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-11-06T04:05:58.025Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-11-06T04:05:58.025Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:05:58.030Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:05:58.030Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707558025,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-11-06T04:05:58.131Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:05:58.132Z||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-11-06T04:05:58.132Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:05:58.151Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:05:58.152Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 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-11-06T04:05:59.044Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:05:59.045Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:05:59.045Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:06:09.359Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:06:09.360Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:06:09.361Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:06:09.361Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:06:18.933Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:06:18.934Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:06:18.936Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:06:18.937Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:06:28.478Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:06:28.478Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:06:28.479Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:06:28.479Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:06:38.030Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:06:38.031Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:06:38.032Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:06:38.032Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:06:45.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:06:45.530Z||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-11-06T04:06:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:06:46.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:06:46.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:06:46.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707558025,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-11-06T04:06:46.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:06:47.612Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:06:47.613Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:06:47.614Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:06:47.614Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:06:57.167Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:06:57.167Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:06:57.168Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:06:57.168Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:07:06.744Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:07:06.745Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:07:06.745Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:07:06.746Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:07:16.298Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:07:16.299Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:07:16.300Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:07:16.300Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:07:25.886Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:07:25.886Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:07:25.887Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:07:25.887Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:07:35.435Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:07:45.527Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:07:45.528Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:07:45.528Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:07:45.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:07:45.529Z||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-11-06T04:07:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:07:55.075Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:07:55.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:08:45.527Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:08:45.528Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:08:45.528Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:08:45.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:08:45.529Z||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-11-06T04:08:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:08:55.091Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:08:55.091Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:09:45.527Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:09:45.528Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:09:45.528Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:09:45.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:09:45.530Z||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-11-06T04:09:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:09:55.083Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:09:55.091Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:10:45.527Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:10:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:10:45.529Z||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-11-06T04:10:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:10:45.530Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:10:45.530Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:10:45.695Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:10:45.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "cds",
"timestamp": 1667707816170,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:10:45.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-06T04:10:45.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707817854,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:10:45.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-06T04:10:45.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "cds",
"timestamp": 1667707816170,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T04:10:45.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-06T04:10:45.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707817854,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T04:10:45.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-06T04:10:45.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "cds",
"timestamp": 1667707828015,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:10:45.702Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:10:45.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "cds",
"timestamp": 1667707829023,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T04:10:45.721Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
2022-11-06T04:10:45.722Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac81bf3-2d3a-44f4-9030-e470ff3c516e 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-11-06T04:10:45.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "policy-id",
"timestamp": 1667707829375,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:10:45.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-06T04:10:45.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "policy-id",
"timestamp": 1667707829375,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T04:10:45.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-06T04:10:45.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707830628,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:10:45.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-06T04:10:45.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "policy-id",
"timestamp": 1667707832112,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:10:45.732Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:10:45.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707830628,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:10:45.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-06T04:10:45.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "policy-id",
"timestamp": 1667707833118,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T04:10:45.734Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:10:45.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "policy-id",
"timestamp": 1667707834121,
"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-11-06T04:10:45.739Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
2022-11-06T04:10:45.739Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac81bf3-2d3a-44f4-9030-e470ff3c516e 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-11-06T04:10:45.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "clamp",
"timestamp": 1667707837254,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:10:45.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-06T04:10:45.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "clamp",
"timestamp": 1667707837254,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T04:10:45.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-06T04:10:45.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707838788,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:10:45.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-06T04:10:45.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "aai-ml",
"timestamp": 1667707838727,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:10:45.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-06T04:10:45.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707838788,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T04:10:45.752Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-06T04:10:45.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "aai-ml",
"timestamp": 1667707838727,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T04:10:45.752Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-06T04:10:45.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707841556,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:10:45.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:10:45.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "aai-ml",
"timestamp": 1667707841459,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:10:45.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:10:45.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707843241,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T04:10:45.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:10:45.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707844246,
"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-11-06T04:10:45.759Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
2022-11-06T04:10:45.760Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac81bf3-2d3a-44f4-9030-e470ff3c516e 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-11-06T04:10:46.170Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:10:46.171Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T04:10:46.171Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"5ac81bf3-2d3a-44f4-9030-e470ff3c516e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"5f243b06-de2d-4f7d-aaa4-f95e0124b40e","serviceDescription":"service","serviceInvariantUUID":"1e6b2dea-d592-47e9-935d-dc237455e26d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"87db5db5-727a-4f69-936f-78ee3575654f","resourceInvariantUUID":"50cd63ba-6f42-4e4c-abe4-bbfee4b070f0","resourceCustomizationUUID":"5d5de3a0-fa74-4ff4-b29f-47d4173555df","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":"NjZiMjA5YTNmN2E4NjQ4YmEwMDY4ZTA1M2MyZjQ0NjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4e7415dc-b906-4219-8863-9ccdf577b33b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Y2QwNzdlZjRjYjcxNzAxYjM5ZDZmOTI1NmY2NzZlYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"613a279c-7a23-49e3-887e-aca955dc625e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T04:10:46.174Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:10:46.174Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:10:46.177Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:10:46.177Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707845527,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:10:46.277Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:10:46.278Z||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-11-06T04:10:46.278Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:10:46.293Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:10:46.294Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:10:47.177Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:10:47.179Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:10:47.181Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:10:47.181Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707845527,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T04:10:47.281Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:10:47.282Z||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-11-06T04:10:47.282Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:10:47.299Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:10:47.300Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:10:48.182Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "5f243b06-de2d-4f7d-aaa4-f95e0124b40e",
"serviceDescription": "service",
"serviceInvariantUUID": "1e6b2dea-d592-47e9-935d-dc237455e26d",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "5d5de3a0-fa74-4ff4-b29f-47d4173555df",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "87db5db5-727a-4f69-936f-78ee3575654f",
"resourceInvariantUUID": "50cd63ba-6f42-4e4c-abe4-bbfee4b070f0",
"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": "Y2QwNzdlZjRjYjcxNzAxYjM5ZDZmOTI1NmY2NzZlYTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "613a279c-7a23-49e3-887e-aca955dc625e"
}
],
"workloadContext": "Production"
}
2022-11-06T04:10:48.183Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T04:10:48.184Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f243b06-de2d-4f7d-aaa4-f95e0124b40e ASDC
2022-11-06T04:10:48.184Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:5ac81bf3-2d3a-44f4-9030-e470ff3c516e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:5f243b06-de2d-4f7d-aaa4-f95e0124b40e
ServiceInvariantUUID:1e6b2dea-d592-47e9-935d-dc237455e26d
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:613a279c-7a23-49e3-887e-aca955dc625e
ArtifactChecksum:Y2QwNzdlZjRjYjcxNzAxYjM5ZDZmOTI1NmY2NzZlYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5d5de3a0-fa74-4ff4-b29f-47d4173555df
ResourceInvariantUUID:50cd63ba-6f42-4e4c-abe4-bbfee4b070f0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:87db5db5-727a-4f69-936f-78ee3575654f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-06T04:10:48.184Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f243b06-de2d-4f7d-aaa4-f95e0124b40e 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-11-06T04:10:48.212Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:10:48.213Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-06T04:10:48.213Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-06T04:10:48.213Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 613a279c-7a23-49e3-887e-aca955dc625e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-06T04:10:48.214Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-06T04:10:48.214Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-06T04:10:48.278Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-06T04:10:48.280Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 613a279c-7a23-49e3-887e-aca955dc625e 52503
2022-11-06T04:10:48.280Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-06T04:10:48.280Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-06T04:10:48.281Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:10:48.281Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:10:48.283Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:10:48.283Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707848280,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:10:48.383Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:10:48.384Z||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-11-06T04:10:48.385Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:10:48.399Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:10:48.399Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:10:49.283Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:10:49.285Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-06T04:10:49.285Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 613a279c-7a23-49e3-887e-aca955dc625e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T04:10:49.285Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-06T04:10:49.286Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T04:10:49.286Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T04:10:49.465Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12570185075680778873/Definitions/service-BasicNetwork-template.yml
2022-11-06T04:10:50.028Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T04:10:50.029Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-06T04:10:50.029Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T04:10:50.029Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-06T04:10:50.030Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-11-06T04:10:50.030Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-11-06T04:10:50.030Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-11-06T04:10:50.030Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-11-06T04:10:50.030Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T04:10:50.030Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-11-06T04:10:50.030Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-11-06T04:10:50.030Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-11-06T04:10:50.031Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-06T04:10:50.031Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:10:50.031Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.031Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-06T04:10:50.031Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-06T04:10:50.031Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:10:50.032Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:10:50.032Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.032Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-06T04:10:50.032Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-06T04:10:50.032Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:10:50.032Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:10:50.033Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.033Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:10:50.033Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.033Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:10:50.033Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.034Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:10:50.034Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.034Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:10:50.034Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.034Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:5f243b06-de2d-4f7d-aaa4-f95e0124b40e
Model Version:NULL
Model InvariantUuid:1e6b2dea-d592-47e9-935d-dc237455e26d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:50cd63ba-6f42-4e4c-abe4-bbfee4b070f0
Model UUID:0175847b-12ae-4005-9d85-e59ad480943f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:5d5de3a0-fa74-4ff4-b29f-47d4173555df
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-11-06T04:10:50.043Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 87db5db5-727a-4f69-936f-78ee3575654f
2022-11-06T04:10:50.044Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||No resources found for Service: 5f243b06-de2d-4f7d-aaa4-f95e0124b40e
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-11-06T04:10:50.049Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||
2022-11-06T04:10:50.049Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-06T04:10:50.050Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 5f243b06-de2d-4f7d-aaa4-f95e0124b40e
2022-11-06T04:10:50.050Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5f243b06-de2d-4f7d-aaa4-f95e0124b40e
2022-11-06T04:10:50.050Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-06T04:10:50.050Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-11-06T04:10:50.055Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70333d79, org.onap.sdc.toscaparser.api.parameters.Input@1942e7e9, org.onap.sdc.toscaparser.api.parameters.Input@4cc7e528, org.onap.sdc.toscaparser.api.parameters.Input@6cfd789f, org.onap.sdc.toscaparser.api.parameters.Input@54c588c]
2022-11-06T04:10:50.056Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:10:50.056Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.057Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:10:50.057Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.057Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5f243b06-de2d-4f7d-aaa4-f95e0124b40e: Generic NeutronNet
2022-11-06T04:10:50.057Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:10:50.057Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.058Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:10:50.058Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-11-06T04:10:50.089Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:10:50.090Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.090Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:10:50.090Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.090Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:10:50.091Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.091Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-11-06T04:10:50.146Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-06T04:10:50.146Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-06T04:10:50.146Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-06T04:10:50.146Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T04:10:50.147Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:10:50.149Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:10:50.149Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707850146,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T04:10:50.250Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:10:50.250Z||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-11-06T04:10:50.251Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:10:50.268Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:10:50.268Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:10:51.150Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
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-11-06T04:10:51.160Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
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-11-06T04:10:51.163Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:10:51.163Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:10:51.163Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:11:21.163Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
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-11-06T04:11:21.177Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
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-11-06T04:11:21.181Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:11:21.181Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:11:21.181Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:11:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:11:45.530Z||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-11-06T04:11:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:11:45.594Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:11:45.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T04:11:45.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "aai-ml",
"timestamp": 1667707845384,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T04:11:45.595Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:11:51.181Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
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-11-06T04:11:51.193Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
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-11-06T04:11:51.196Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:11:51.196Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:11:51.196Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:12:21.197Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
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-11-06T04:12:21.215Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
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-11-06T04:12:21.218Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:12:21.218Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:12:21.218Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:12:45.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:12:45.530Z||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-11-06T04:12:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:12:45.561Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:12:45.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707845527,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "aai-ml",
"timestamp": 1667707846388,
"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-11-06T04:12:45.600Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
2022-11-06T04:12:45.600Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac81bf3-2d3a-44f4-9030-e470ff3c516e 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-11-06T04:12:45.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707845527,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T04:12:45.610Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707848280,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:12:45.610Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "clamp",
"timestamp": 1667707849129,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:12:45.610Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667707850146,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T04:12:45.611Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "clamp",
"timestamp": 1667707851138,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T04:12:45.611Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "clamp",
"timestamp": 1667707852142,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T04:12:45.616Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
2022-11-06T04:12:45.616Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac81bf3-2d3a-44f4-9030-e470ff3c516e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T04:12:45.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707850629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "policy-id",
"timestamp": 1667707849375,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "cds",
"timestamp": 1667707846169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707850629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "policy-id",
"timestamp": 1667707849375,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.626Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "cds",
"timestamp": 1667707846169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.626Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707850629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.626Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "policy-id",
"timestamp": 1667707849375,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "cds",
"timestamp": 1667707846169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707850629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "policy-id",
"timestamp": 1667707849375,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "cds",
"timestamp": 1667707846169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707850629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "policy-id",
"timestamp": 1667707849375,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "cds",
"timestamp": 1667707846169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707857854,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707850629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-11-06T04:12:45.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "policy-id",
"timestamp": 1667707849375,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "cds",
"timestamp": 1667707846169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.631Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707857854,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.631Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707850629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.631Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "policy-id",
"timestamp": 1667707849375,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "cds",
"timestamp": 1667707846169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707857854,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707850629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "policy-id",
"timestamp": 1667707849375,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T04:12:45.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "cds",
"timestamp": 1667707846169,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T04:12:45.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707857854,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707857854,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "cds",
"timestamp": 1667707863334,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:12:45.634Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707862528,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:12:45.635Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "policy-id",
"timestamp": 1667707863390,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:12:45.635Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707857854,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "cds",
"timestamp": 1667707864341,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-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-11-06T04:12:45.651Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d545fec8-7a68-4848-9353-19e7f13dc97c
2022-11-06T04:12:45.651Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d545fec8-7a68-4848-9353-19e7f13dc97c 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-11-06T04:12:45.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "policy-id",
"timestamp": 1667707864394,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T04:12:45.658Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707863731,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-11-06T04:12:45.658Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707857854,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.659Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "policy-id",
"timestamp": 1667707865397,
"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-11-06T04:12:45.664Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d545fec8-7a68-4848-9353-19e7f13dc97c
2022-11-06T04:12:45.665Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d545fec8-7a68-4848-9353-19e7f13dc97c 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-11-06T04:12:45.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707864736,
"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-11-06T04:12:45.677Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of d545fec8-7a68-4848-9353-19e7f13dc97c
2022-11-06T04:12:45.677Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d545fec8-7a68-4848-9353-19e7f13dc97c 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-11-06T04:12:45.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707857854,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T04:12:45.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "clamp",
"timestamp": 1667707867254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "clamp",
"timestamp": 1667707867254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707868788,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "aai-ml",
"timestamp": 1667707868727,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "clamp",
"timestamp": 1667707867254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707868788,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "aai-ml",
"timestamp": 1667707868727,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "clamp",
"timestamp": 1667707867254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707868788,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "aai-ml",
"timestamp": 1667707868727,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "clamp",
"timestamp": 1667707867254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707868788,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "aai-ml",
"timestamp": 1667707868727,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "clamp",
"timestamp": 1667707867254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707868788,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "aai-ml",
"timestamp": 1667707868727,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "clamp",
"timestamp": 1667707867254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707868788,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "aai-ml",
"timestamp": 1667707868727,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "clamp",
"timestamp": 1667707867254,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707868788,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "aai-ml",
"timestamp": 1667707868727,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707868788,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "aai-ml",
"timestamp": 1667707868727,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707877547,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "aai-ml",
"timestamp": 1667707877526,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:12:45.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707879376,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T04:12:45.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "clamp",
"timestamp": 1667707880134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:12:45.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707880383,
"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-11-06T04:12:45.704Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d545fec8-7a68-4848-9353-19e7f13dc97c
2022-11-06T04:12:45.704Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d545fec8-7a68-4848-9353-19e7f13dc97c 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-11-06T04:12:45.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "clamp",
"timestamp": 1667707882142,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T04:12:45.713Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "aai-ml",
"timestamp": 1667707882278,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T04:12:45.713Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "clamp",
"timestamp": 1667707883151,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T04:12:45.718Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d545fec8-7a68-4848-9353-19e7f13dc97c
2022-11-06T04:12:45.718Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d545fec8-7a68-4848-9353-19e7f13dc97c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T04:12:45.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "aai-ml",
"timestamp": 1667707883282,
"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-11-06T04:12:45.731Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d545fec8-7a68-4848-9353-19e7f13dc97c
2022-11-06T04:12:45.731Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d545fec8-7a68-4848-9353-19e7f13dc97c 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-11-06T04:12:45.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "policy-id",
"timestamp": 1667707889375,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "policy-id",
"timestamp": 1667707889375,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "cds",
"timestamp": 1667707891169,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "policy-id",
"timestamp": 1667707889375,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707890628,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "cds",
"timestamp": 1667707891169,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "policy-id",
"timestamp": 1667707889375,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707890628,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "cds",
"timestamp": 1667707891169,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "policy-id",
"timestamp": 1667707889375,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-06T04:12:45.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707890628,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "cds",
"timestamp": 1667707891169,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "policy-id",
"timestamp": 1667707889375,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707890628,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "cds",
"timestamp": 1667707891169,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "policy-id",
"timestamp": 1667707889375,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707890628,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "cds",
"timestamp": 1667707891169,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "policy-id",
"timestamp": 1667707889375,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707890628,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "cds",
"timestamp": 1667707891169,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "clamp",
"timestamp": 1667707897254,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "policy-id",
"timestamp": 1667707889375,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T04:12:45.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707890628,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "cds",
"timestamp": 1667707891169,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "clamp",
"timestamp": 1667707897254,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707890628,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "policy-id",
"timestamp": 1667707899173,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:12:45.748Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707897854,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707898788,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "aai-ml",
"timestamp": 1667707898727,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "cds",
"timestamp": 1667707891169,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T04:12:45.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "clamp",
"timestamp": 1667707897254,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "ves-openapi-manager",
"timestamp": 1667707890628,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "policy-id",
"timestamp": 1667707900177,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T04:12:45.751Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707897854,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-11-06T04:12:45.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707898788,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "aai-ml",
"timestamp": 1667707898727,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "clamp",
"timestamp": 1667707897254,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-11-06T04:12:45.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "cds",
"timestamp": 1667707900959,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:12:45.753Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "policy-id",
"timestamp": 1667707901180,
"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=?
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-11-06T04:12:45.764Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3e49cb7-bdff-42e0-9412-5bf2909faf51
2022-11-06T04:12:45.764Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e49cb7-bdff-42e0-9412-5bf2909faf51 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-11-06T04:12:45.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707897854,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-11-06T04:12:45.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707898788,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "aai-ml",
"timestamp": 1667707898727,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "clamp",
"timestamp": 1667707897254,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "cds",
"timestamp": 1667707901966,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-11-06T04:12:45.778Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3e49cb7-bdff-42e0-9412-5bf2909faf51
2022-11-06T04:12:45.778Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e49cb7-bdff-42e0-9412-5bf2909faf51 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-11-06T04:12:45.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707897854,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-11-06T04:12:45.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707898788,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "aai-ml",
"timestamp": 1667707898727,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "clamp",
"timestamp": 1667707897254,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707897854,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-06T04:12:45.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707898788,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "aai-ml",
"timestamp": 1667707898727,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "clamp",
"timestamp": 1667707897254,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707897854,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707898788,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "aai-ml",
"timestamp": 1667707898727,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "clamp",
"timestamp": 1667707897254,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:45.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667707897854,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-11-06T04:12:45.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:12:51.218Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
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-11-06T04:12:51.229Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
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-11-06T04:12:51.233Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:12:51.233Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T04:12:51.233Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T04:12:51.233Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T04:12:51.233Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T04:12:51.233Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T04:12:51.233Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T04:12:51.233Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T04:12:51.233Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T04:12:51.234Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T04:12:51.234Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T04:12:51.238Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T04:13:21.238Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e 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-11-06T04:13:21.244Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e and serviceModelVersionId: 5f243b06-de2d-4f7d-aaa4-f95e0124b40e
2022-11-06T04:13:21.244Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1e6b2dea-d592-47e9-935d-dc237455e26d
2022-11-06T04:13:21.245Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1e6b2dea-d592-47e9-935d-dc237455e26d/model-vers/model-ver/5f243b06-de2d-4f7d-aaa4-f95e0124b40e?depth=0
2022-11-06T04:13:21.250Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T04:13:21.341Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e6b2dea-d592-47e9-935d-dc237455e26d/model-vers/model-ver/5f243b06-de2d-4f7d-aaa4-f95e0124b40e?depth=0|INFO|500||Invoke
2022-11-06T04:13:21.342Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e6b2dea-d592-47e9-935d-dc237455e26d/model-vers/model-ver/5f243b06-de2d-4f7d-aaa4-f95e0124b40e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e6b2dea-d592-47e9-935d-dc237455e26d/model-vers/model-ver/5f243b06-de2d-4f7d-aaa4-f95e0124b40e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5ac81bf3-2d3a-44f4-9030-e470ff3c516e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1e322f82-407a-4453-a1fd-3dbf1831e353], X-ECOMP-RequestID=[5ac81bf3-2d3a-44f4-9030-e470ff3c516e], X-TransactionId=[], X-ONAP-RequestID=[5ac81bf3-2d3a-44f4-9030-e470ff3c516e], Content-Type=[application/merge-patch+json]}
2022-11-06T04:13:21.364Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e6b2dea-d592-47e9-935d-dc237455e26d/model-vers/model-ver/5f243b06-de2d-4f7d-aaa4-f95e0124b40e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-06T04:13:21.453Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e6b2dea-d592-47e9-935d-dc237455e26d/model-vers/model-ver/5f243b06-de2d-4f7d-aaa4-f95e0124b40e?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/1e6b2dea-d592-47e9-935d-dc237455e26d/model-vers/model-ver/5f243b06-de2d-4f7d-aaa4-f95e0124b40e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221106-04:13:22:772-84474], vertex-id=[205032], Content-Length=[0], Date=[Sun, 06 Nov 2022 04:13:22 GMT], Content-Type=[application/json]}
2022-11-06T04:13:21.453Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e6b2dea-d592-47e9-935d-dc237455e26d/model-vers/model-ver/5f243b06-de2d-4f7d-aaa4-f95e0124b40e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-06T04:13:21.454Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e6b2dea-d592-47e9-935d-dc237455e26d/model-vers/model-ver/5f243b06-de2d-4f7d-aaa4-f95e0124b40e?depth=0|INFO|500||InvokeReturn
2022-11-06T04:13:21.454Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T04:13:21.454Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T04:13:21.460Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-06T04:13:21.460Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ac81bf3-2d3a-44f4-9030-e470ff3c516e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T04:13:21.461Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T04:13:21.461Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:21.463Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:21.463Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708001460,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T04:13:21.563Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:13:21.565Z||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-11-06T04:13:21.565Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:21.583Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:13:21.583Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-06T04:13:22.476Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:13:22.476Z||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-11-06T04:13:22.477Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:26.922Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:13:26.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-06T04:13:26.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d545fec8-7a68-4848-9353-19e7f13dc97c","serviceName":"Demo_pNF_LReBMjuAp5cTdS5G4biq","serviceVersion":"1.0","serviceUUID":"71c89ed6-838e-4fb5-b951-ac1296145221","serviceDescription":"catalog service description","serviceInvariantUUID":"a77760f5-222f-4b5a-b2d2-abd8e5356659","resources":[{"resourceInstanceName":"pNF 9dbea0b1-60c1 0","resourceName":"pNF 9dbea0b1-60c1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dd4f9a50-f1ac-4a71-9449-603c188cc674","resourceInvariantUUID":"06b669cb-5b34-43a1-ae88-8a7741b28179","resourceCustomizationUUID":"84cb11da-5f7f-42c4-9dcf-0e62db508ba6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vf-license-model.xml","artifactChecksum":"MmRmZTYwZTljNTFjMTM4ZmEwODZlNTdkYjRkZGZhYzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92ac0d21-d6c5-448f-8cb9-94a44268e679","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/pNF.csar","artifactChecksum":"YmU0Yzc4ZGNjNWEzNmZiM2VkY2JjOTA1YWE1MTA3MzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2bf62a9-51b5-4cd3-a20c-21596a3235fc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa402896-79c4-4709-9754-241236fc1e7d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vendor-license-model.xml","artifactChecksum":"MWQwZjhkMGU3YjljYTkxMmI2ZDc2NjI1ZjIzODkxNTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f851a0e5-8abb-4f26-bf52-acd1fe40bc06","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"baaf78b1-8ef4-49ae-b4bd-3aa54a6f777c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a181a3b3-6146-470d-a7c3-1c3991efaa7b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLrebmjuap5ctds5g4biq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-template.yml","artifactChecksum":"YjY2NTY1MzkzOTIwMmY1YmUxZWZhZDNkNjYyY2FkZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"08f80758-8493-4db4-bb0d-037fbafbd9aa","artifactVersion":"1"},{"artifactName":"service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar","artifactChecksum":"N2ZhOGQwZGFiZWMxYjllOWQ1NTFiMTYwOWZhNTlmZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0dc10755-3246-4626-86b4-1560f3ab945d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T04:13:26.928Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:13:26.928Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:26.930Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:26.930Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708002475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:13:27.030Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:13:27.031Z||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-11-06T04:13:27.032Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:27.050Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:13:27.050Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:13:27.931Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:13:27.931Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:27.934Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:27.934Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708002475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:13:28.034Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:13:28.035Z||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-11-06T04:13:28.035Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:28.051Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:13:28.052Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:13:28.935Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:13:28.936Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:28.938Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:28.938Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708002475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:13:29.038Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:13:29.039Z||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-11-06T04:13:29.039Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:29.068Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:13:29.068Z||pool-30-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:13:29.939Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:13:29.940Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:29.942Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:29.942Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708002475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:13:30.042Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:13:30.043Z||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-11-06T04:13:30.043Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:30.060Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:13:30.060Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:13:30.943Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:13:30.944Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:30.946Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:30.946Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708002475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:13:31.046Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:13:31.047Z||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-11-06T04:13:31.047Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:31.067Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:13:31.068Z||pool-32-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:13:31.947Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:13:31.947Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:31.950Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:31.950Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708002475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:13:32.050Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:13:32.051Z||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-11-06T04:13:32.051Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:32.078Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:13:32.078Z||pool-33-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:13:32.950Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:13:32.951Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:32.954Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:32.954Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708002475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:13:33.054Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:13:33.055Z||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-11-06T04:13:33.055Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:33.071Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:13:33.071Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:13:33.955Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:13:33.956Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:33.958Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:33.959Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708002475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T04:13:34.059Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:13:34.060Z||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-11-06T04:13:34.060Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:34.075Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:13:34.076Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:13:34.960Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"serviceName": "Demo_pNF_LReBMjuAp5cTdS5G4biq",
"serviceVersion": "1.0",
"serviceUUID": "71c89ed6-838e-4fb5-b951-ac1296145221",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a77760f5-222f-4b5a-b2d2-abd8e5356659",
"resources": [
{
"resourceInstanceName": "pNF 9dbea0b1-60c1 0",
"resourceCustomizationUUID": "84cb11da-5f7f-42c4-9dcf-0e62db508ba6",
"resourceName": "pNF 9dbea0b1-60c1",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "dd4f9a50-f1ac-4a71-9449-603c188cc674",
"resourceInvariantUUID": "06b669cb-5b34-43a1-ae88-8a7741b28179",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
"artifactChecksum": "N2ZhOGQwZGFiZWMxYjllOWQ1NTFiMTYwOWZhNTlmZTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0dc10755-3246-4626-86b4-1560f3ab945d"
}
],
"workloadContext": "Production"
}
2022-11-06T04:13:34.960Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T04:13:34.960Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 71c89ed6-838e-4fb5-b951-ac1296145221 ASDC
2022-11-06T04:13:34.960Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d545fec8-7a68-4848-9353-19e7f13dc97c
ServiceName:Demo_pNF_LReBMjuAp5cTdS5G4biq
ServiceVersion:1.0
ServiceUUID:71c89ed6-838e-4fb5-b951-ac1296145221
ServiceInvariantUUID:a77760f5-222f-4b5a-b2d2-abd8e5356659
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
ArtifactUUID:0dc10755-3246-4626-86b4-1560f3ab945d
ArtifactChecksum:N2ZhOGQwZGFiZWMxYjllOWQ1NTFiMTYwOWZhNTlmZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9dbea0b1-60c1 0
ResourceCustomizationUUID:84cb11da-5f7f-42c4-9dcf-0e62db508ba6
ResourceInvariantUUID:06b669cb-5b34-43a1-ae88-8a7741b28179
ResourceName:pNF 9dbea0b1-60c1
ResourceType:PNF
ResourceUUID:dd4f9a50-f1ac-4a71-9449-603c188cc674
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-06T04:13:34.961Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71c89ed6-838e-4fb5-b951-ac1296145221 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-11-06T04:13:34.984Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:13:34.985Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-06T04:13:34.985Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-06T04:13:34.985Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0dc10755-3246-4626-86b4-1560f3ab945d from URL: /sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:34.985Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-06T04:13:34.985Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:35.060Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-06T04:13:35.066Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar 0dc10755-3246-4626-86b4-1560f3ab945d 82636
2022-11-06T04:13:35.066Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar ASDC sendASDCNotification
2022-11-06T04:13:35.066Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:35.066Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:13:35.067Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:35.069Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:35.069Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708015066,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:13:35.170Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:13:35.171Z||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-11-06T04:13:35.171Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:35.198Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:13:35.199Z||pool-36-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:13:36.070Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:13:36.071Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-06T04:13:36.071Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0dc10755-3246-4626-86b4-1560f3ab945d, URL: /sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar to file: /app/ASDC/1/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.072Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.072Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.072Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.215Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18055327357960159258/Definitions/service-DemoPnfLrebmjuap5ctds5g4biq-template.yml
2022-11-06T04:13:36.950Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T04:13:36.950Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-06T04:13:36.950Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.950Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-06T04:13:36.950Z|d545fec8-7a68-4848-9353-19e7f13dc97c|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-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.950Z|d545fec8-7a68-4848-9353-19e7f13dc97c|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-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.951Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9dbea0b1-60c1 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-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.951Z|d545fec8-7a68-4848-9353-19e7f13dc97c|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-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.951Z|d545fec8-7a68-4848-9353-19e7f13dc97c|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-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.951Z|d545fec8-7a68-4848-9353-19e7f13dc97c|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-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.951Z|d545fec8-7a68-4848-9353-19e7f13dc97c|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-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.951Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-06T04:13:36.951Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:13:36.951Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_LReBMjuAp5cTdS5G4biq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:13:36.952Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Node template pNF 9dbea0b1-60c1 0 is matching search criteria
2022-11-06T04:13:36.952Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-06T04:13:36.952Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 9dbea0b1-60c1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:13:36.952Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:13:36.952Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_LReBMjuAp5cTdS5G4biq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:13:36.952Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Node template pNF 9dbea0b1-60c1 0 is matching search criteria
2022-11-06T04:13:36.953Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-06T04:13:36.953Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 9dbea0b1-60c1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:13:36.953Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:13:36.953Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_LReBMjuAp5cTdS5G4biq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:13:36.953Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:13:36.953Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_LReBMjuAp5cTdS5G4biq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:13:36.953Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:13:36.954Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_LReBMjuAp5cTdS5G4biq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:13:36.954Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:13:36.954Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_LReBMjuAp5cTdS5G4biq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:13:36.954Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:13:36.954Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_LReBMjuAp5cTdS5G4biq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:13:36.955Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_LReBMjuAp5cTdS5G4biq
Description:catalog service description
Model UUID:71c89ed6-838e-4fb5-b951-ac1296145221
Model Version:NULL
Model InvariantUuid:a77760f5-222f-4b5a-b2d2-abd8e5356659
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-11-06T04:13:36.961Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: dd4f9a50-f1ac-4a71-9449-603c188cc674
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-11-06T04:13:36.964Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||pNF 9dbea0b1-60c1 0
2022-11-06T04:13:36.964Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dd4f9a50-f1ac-4a71-9449-603c188cc674
2022-11-06T04:13:36.964Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 71c89ed6-838e-4fb5-b951-ac1296145221
2022-11-06T04:13:36.964Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 71c89ed6-838e-4fb5-b951-ac1296145221
2022-11-06T04:13:36.965Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9dbea0b1-60c1 0 dd4f9a50-f1ac-4a71-9449-603c188cc674 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-11-06T04:13:36.970Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52b20ae6, org.onap.sdc.toscaparser.api.parameters.Input@1b6a86d6, org.onap.sdc.toscaparser.api.parameters.Input@4d07b332, org.onap.sdc.toscaparser.api.parameters.Input@7ad25c8b, org.onap.sdc.toscaparser.api.parameters.Input@38758c0d]
2022-11-06T04:13:36.970Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:13:36.970Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_LReBMjuAp5cTdS5G4biq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:13:36.971Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 71c89ed6-838e-4fb5-b951-ac1296145221: pNF 9dbea0b1-60c1
2022-11-06T04:13:36.971Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||Processing PNF resource: dd4f9a50-f1ac-4a71-9449-603c188cc674
2022-11-06T04:13:36.971Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:13:36.971Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_LReBMjuAp5cTdS5G4biq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:13:36.972Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||Resource customization UUID: 84cb11da-5f7f-42c4-9dcf-0e62db508ba6 is the same as notified resource customizationUUID: 84cb11da-5f7f-42c4-9dcf-0e62db508ba6
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-06T04:13:37.010Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9dbea0b1-60c1 dd4f9a50-f1ac-4a71-9449-603c188cc674 0 ASDC deployResourceStructure
2022-11-06T04:13:37.010Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar ASDC sendASDCNotification
2022-11-06T04:13:37.010Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:37.011Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T04:13:37.011Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:37.013Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:37.013Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708017010,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-06T04:13:37.113Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T04:13:37.114Z||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-11-06T04:13:37.115Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:37.131Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:13:37.132Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:13:38.014Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d545fec8-7a68-4848-9353-19e7f13dc97c
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-11-06T04:13:38.026Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d545fec8-7a68-4848-9353-19e7f13dc97c
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-11-06T04:13:38.030Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:13:38.030Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T04:13:38.030Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T04:13:38.031Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T04:13:38.031Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T04:13:38.031Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T04:13:38.031Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T04:13:38.032Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T04:13:38.032Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T04:13:38.032Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T04:13:38.033Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-06T04:13:38.033Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||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-11-06T04:13:38.039Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T04:13:45.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:13:45.530Z||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-11-06T04:13:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:45.571Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:13:45.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:13:45.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667707898788,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:13:45.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-06T04:14:08.039Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d545fec8-7a68-4848-9353-19e7f13dc97c 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-11-06T04:14:08.049Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d545fec8-7a68-4848-9353-19e7f13dc97c and serviceModelVersionId: 71c89ed6-838e-4fb5-b951-ac1296145221
2022-11-06T04:14:08.050Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a77760f5-222f-4b5a-b2d2-abd8e5356659
2022-11-06T04:14:08.051Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a77760f5-222f-4b5a-b2d2-abd8e5356659/model-vers/model-ver/71c89ed6-838e-4fb5-b951-ac1296145221?depth=0
2022-11-06T04:14:08.058Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T04:14:08.154Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a77760f5-222f-4b5a-b2d2-abd8e5356659/model-vers/model-ver/71c89ed6-838e-4fb5-b951-ac1296145221?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-11-06T04:14:08.157Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a77760f5-222f-4b5a-b2d2-abd8e5356659/model-vers/model-ver/71c89ed6-838e-4fb5-b951-ac1296145221?depth=0|INFO|500||Invoke
2022-11-06T04:14:08.179Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a77760f5-222f-4b5a-b2d2-abd8e5356659/model-vers/model-ver/71c89ed6-838e-4fb5-b951-ac1296145221?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-06T04:14:08.365Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a77760f5-222f-4b5a-b2d2-abd8e5356659/model-vers/model-ver/71c89ed6-838e-4fb5-b951-ac1296145221?depth=0|INFO|500||InvokeReturn
2022-11-06T04:14:08.367Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a77760f5-222f-4b5a-b2d2-abd8e5356659/model-vers/model-ver/71c89ed6-838e-4fb5-b951-ac1296145221?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221106-04:14:09:591-93847], vertex-id=[405704], Content-Length=[0], Date=[Sun, 06 Nov 2022 04:14:09 GMT], Content-Type=[application/json]}
2022-11-06T04:14:08.368Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-11-06T04:14:08.368Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T04:14:08.368Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||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-11-06T04:14:08.374Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||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-11-06T04:14:08.374Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d545fec8-7a68-4848-9353-19e7f13dc97c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T04:14:08.374Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T04:14:08.375Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:08.377Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:08.377Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708048374,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T04:14:08.477Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:08.478Z||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-11-06T04:14:08.478Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:08.516Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:14:08.516Z||pool-38-thread-1|||||INFO|500||cambria reply ok (38 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-11-06T04:14:09.389Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-06T04:14:09.389Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3e49cb7-bdff-42e0-9412-5bf2909faf51","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"22e757fb-28e3-4053-a806-9f64970239f7","serviceDescription":"service","serviceInvariantUUID":"c40dbe0f-cedd-44c7-85ec-b563fa3ba58a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f1ec8c5c-6784-4442-a98e-19b402ef03ec","resourceInvariantUUID":"532a32fb-8039-4fa9-a8f4-93997c52ea19","resourceCustomizationUUID":"82ddb41a-323c-4213-82d6-1a4f8014288b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZDY4MjY3ZWE2ZDY0ZTgzNjNiNzExMzM2OTYyNGRkYmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"86ebcefd-266a-479f-a072-058b0b5a2a33","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"157f5b1f-c4e6-4cef-80dc-5b2af0a5a625","artifactVersion":"2","generatedFromUUID":"19a29af1-cff0-4d9c-b3e9-7ee23dc62d49"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"19a29af1-cff0-4d9c-b3e9-7ee23dc62d49","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"YjE2ZjU4MDI4YWZjNWIyMDY1YjYyNDdkNDJiYTk3Yzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"093bf75e-841d-4829-97ec-36875b1a028c","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c461b63e-1126-491b-85aa-b41380853842","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"223306e6-c238-465b-b253-854b30da52bf","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d70de47d-b099-4c92-ace3-eb6e486efcc3","artifactVersion":"2","generatedFromUUID":"c461b63e-1126-491b-85aa-b41380853842"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MGNhNmY0NzExY2MyNmM1MWFkYTBhODg5OWIzNGVkNmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1deeabab-0f68-4b44-9b7f-f48447330732","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NGM3NmZjOGVmNDI0NTk1NDBkYmMyNjJjZGFlOGFhOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da6ac713-c805-44fc-8462-e1cccfe7ea02","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T04:14:09.389Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:14:09.390Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:09.392Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:09.393Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708002475,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:14:09.493Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:09.495Z||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-11-06T04:14:09.495Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:09.520Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:14:09.520Z||pool-39-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:14:10.393Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:14:10.394Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:10.397Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:10.397Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708002475,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-11-06T04:14:10.497Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:10.499Z||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-11-06T04:14:10.499Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:10.519Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:14:10.520Z||pool-40-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:14:11.398Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:14:11.399Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:11.402Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:11.402Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708002475,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-11-06T04:14:11.502Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:11.503Z||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-11-06T04:14:11.504Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:11.520Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:14:11.520Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:12.403Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:14:12.404Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:12.406Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:12.406Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708002475,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-11-06T04:14:12.508Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T04:14:12.509Z||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-11-06T04:14:12.509Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:12.532Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:14:12.532Z||pool-42-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:14:13.408Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:14:13.409Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:13.411Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:13.411Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708002475,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-06T04:14:13.511Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:13.512Z||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-11-06T04:14:13.512Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:13.531Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:14:13.531Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:14.411Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:14:14.412Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:14.414Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:14.414Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708002475,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:14:14.514Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:14.514Z||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-11-06T04:14:14.514Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:14.532Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:14:14.532Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:15.414Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:14:15.415Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:15.417Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:15.417Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708002475,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-11-06T04:14:15.517Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:15.518Z||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-11-06T04:14:15.518Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:15.540Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:14:15.541Z||pool-45-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:16.418Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:14:16.419Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:16.420Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:16.421Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708002475,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-06T04:14:16.521Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:16.523Z||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-11-06T04:14:16.523Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:16.541Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:14:16.542Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:17.421Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:14:17.422Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:17.424Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:17.424Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708002475,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-06T04:14:17.524Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:17.525Z||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-11-06T04:14:17.525Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:17.560Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:14:17.560Z||pool-47-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:18.427Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "22e757fb-28e3-4053-a806-9f64970239f7",
"serviceDescription": "service",
"serviceInvariantUUID": "c40dbe0f-cedd-44c7-85ec-b563fa3ba58a",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "82ddb41a-323c-4213-82d6-1a4f8014288b",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f1ec8c5c-6784-4442-a98e-19b402ef03ec",
"resourceInvariantUUID": "532a32fb-8039-4fa9-a8f4-93997c52ea19",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "157f5b1f-c4e6-4cef-80dc-5b2af0a5a625",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "19a29af1-cff0-4d9c-b3e9-7ee23dc62d49",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "YjE2ZjU4MDI4YWZjNWIyMDY1YjYyNDdkNDJiYTk3Yzg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "093bf75e-841d-4829-97ec-36875b1a028c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c461b63e-1126-491b-85aa-b41380853842",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d70de47d-b099-4c92-ace3-eb6e486efcc3",
"generatedFromUUID": "c461b63e-1126-491b-85aa-b41380853842"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d70de47d-b099-4c92-ace3-eb6e486efcc3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "NGM3NmZjOGVmNDI0NTk1NDBkYmMyNjJjZGFlOGFhOTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "da6ac713-c805-44fc-8462-e1cccfe7ea02"
}
],
"workloadContext": "Production"
}
2022-11-06T04:14:18.427Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T04:14:18.427Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 22e757fb-28e3-4053-a806-9f64970239f7 ASDC
2022-11-06T04:14:18.427Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c3e49cb7-bdff-42e0-9412-5bf2909faf51
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:22e757fb-28e3-4053-a806-9f64970239f7
ServiceInvariantUUID:c40dbe0f-cedd-44c7-85ec-b563fa3ba58a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:da6ac713-c805-44fc-8462-e1cccfe7ea02
ArtifactChecksum:NGM3NmZjOGVmNDI0NTk1NDBkYmMyNjJjZGFlOGFhOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:82ddb41a-323c-4213-82d6-1a4f8014288b
ResourceInvariantUUID:532a32fb-8039-4fa9-a8f4-93997c52ea19
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:f1ec8c5c-6784-4442-a98e-19b402ef03ec
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:157f5b1f-c4e6-4cef-80dc-5b2af0a5a625
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:19a29af1-cff0-4d9c-b3e9-7ee23dc62d49
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:093bf75e-841d-4829-97ec-36875b1a028c
ArtifactChecksum:YjE2ZjU4MDI4YWZjNWIyMDY1YjYyNDdkNDJiYTk3Yzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:c461b63e-1126-491b-85aa-b41380853842
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:d70de47d-b099-4c92-ace3-eb6e486efcc3
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:d70de47d-b099-4c92-ace3-eb6e486efcc3
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-06T04:14:18.428Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 22e757fb-28e3-4053-a806-9f64970239f7 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-11-06T04:14:18.456Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:14:18.456Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-06T04:14:18.456Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-06T04:14:18.457Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: da6ac713-c805-44fc-8462-e1cccfe7ea02 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-06T04:14:18.457Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-06T04:14:18.457Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-06T04:14:18.525Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-06T04:14:18.528Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar da6ac713-c805-44fc-8462-e1cccfe7ea02 68959
2022-11-06T04:14:18.529Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-06T04:14:18.529Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-06T04:14:18.529Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:14:18.529Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:18.531Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:18.531Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708058529,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:14:18.631Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:18.632Z||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-11-06T04:14:18.632Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:18.646Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:14:18.646Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:19.531Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:14:19.532Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-06T04:14:19.532Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: da6ac713-c805-44fc-8462-e1cccfe7ea02, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-06T04:14:19.534Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-06T04:14:19.534Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-06T04:14:19.534Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-06T04:14:19.669Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13465547345473297596/Definitions/service-BasicCnf-template.yml
2022-11-06T04:14:20.813Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T04:14:20.814Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-06T04:14:20.814Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-06T04:14:20.814Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-06T04:14:20.814Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-06T04:14:20.814Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-06T04:14:20.814Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|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-BasicCnf-csar.csar
2022-11-06T04:14:20.815Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-06T04:14:20.815Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-06T04:14:20.815Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:14:20.815Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:20.815Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T04:14:20.815Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-06T04:14:20.815Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:14:20.816Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:14:20.816Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:20.816Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T04:14:20.816Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-06T04:14:20.816Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:14:20.816Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:14:20.817Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:20.817Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:14:20.817Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-06T04:14:20.817Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-06T04:14:20.817Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-06T04:14:20.817Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-06T04:14:20.818Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:14:20.818Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T04:14:20.818Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:14:20.818Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T04:14:20.818Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:14:20.818Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:14:20.819Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T04:14:20.819Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:14:20.819Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:14:20.819Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T04:14:20.819Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:14:20.819Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:14:20.820Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-06T04:14:20.820Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-06T04:14:20.820Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1d97daf0-0bf9-4c3e-a31a-30629c3bc2ff
2022-11-06T04:14:20.820Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:14:20.820Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:20.820Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:14:20.820Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:20.821Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:14:20.821Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:20.821Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:14:20.821Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:20.821Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:22e757fb-28e3-4053-a806-9f64970239f7
Model Version:NULL
Model InvariantUuid:c40dbe0f-cedd-44c7-85ec-b563fa3ba58a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:9d1a4240-a582-4aa5-8bc1-aae67fa125c0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:532a32fb-8039-4fa9-a8f4-93997c52ea19
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:82ddb41a-323c-4213-82d6-1a4f8014288b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5d65e4c3-6bad-4614-b534-8e903862ba96
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:6525d9e7-1253-492f-a006-3c557c838ffb
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1d97daf0-0bf9-4c3e-a31a-30629c3bc2ff
ModelInvariantUuid:73411805-0fce-46e9-aeef-c2670b3d8515
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:3f105a54-fcee-4d53-b4f4-8060166ac8c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:7668877b-f553-46f9-8e86-49b481a87cb6
ModelInvariantUuid:6b8d532d-4b47-4620-9a06-800f76536b6a
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d2efb4de-5c53-4187-bdb1-8aa0d558bbc4
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-11-06T04:14:20.827Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f1ec8c5c-6784-4442-a98e-19b402ef03ec
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-11-06T04:14:20.829Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-11-06T04:14:20.830Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f1ec8c5c-6784-4442-a98e-19b402ef03ec
2022-11-06T04:14:20.830Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 157f5b1f-c4e6-4cef-80dc-5b2af0a5a625 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-06T04:14:20.830Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-06T04:14:20.830Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-06T04:14:20.884Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-06T04:14:20.884Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 157f5b1f-c4e6-4cef-80dc-5b2af0a5a625 12
2022-11-06T04:14:20.884Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-06T04:14:20.884Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-06T04:14:20.884Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:14:20.885Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:20.887Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:20.887Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708060884,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:14:20.987Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:20.988Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T04:14:20.988Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:21.004Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:14:21.006Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:14:21.887Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 19a29af1-cff0-4d9c-b3e9-7ee23dc62d49 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-06T04:14:21.888Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-06T04:14:21.888Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-06T04:14:21.940Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-06T04:14:21.941Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 19a29af1-cff0-4d9c-b3e9-7ee23dc62d49 2688
2022-11-06T04:14:21.941Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-06T04:14:21.941Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-06T04:14:21.941Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:14:21.941Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:21.943Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:21.943Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708061941,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:14:22.043Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:22.044Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T04:14:22.045Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:22.059Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:14:22.060Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:22.945Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 093bf75e-841d-4829-97ec-36875b1a028c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-06T04:14:22.945Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-06T04:14:22.945Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-06T04:14:22.994Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-06T04:14:22.994Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 093bf75e-841d-4829-97ec-36875b1a028c 828
2022-11-06T04:14:22.994Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-06T04:14:22.994Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-06T04:14:22.994Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:14:22.995Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:22.996Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:22.997Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708062994,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:14:23.097Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T04:14:23.097Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T04:14:23.097Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:23.117Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:14:23.117Z||pool-51-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:23.997Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "5d65e4c3-6bad-4614-b534-8e903862ba96",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6525d9e7-1253-492f-a006-3c557c838ffb",
"vfModuleModelCustomizationUUID": "93dfcda6-8f93-4a7f-9133-8abe73d73ef0",
"isBase": true,
"artifacts": [
"c461b63e-1126-491b-85aa-b41380853842",
"19a29af1-cff0-4d9c-b3e9-7ee23dc62d49",
"d70de47d-b099-4c92-ace3-eb6e486efcc3"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-06T04:14:24.003Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6525d9e7-1253-492f-a006-3c557c838ffb
VfModuleModelInvariantUUID:5d65e4c3-6bad-4614-b534-8e903862ba96
VfModuleModelDescription:NULL
Artifacts UUID List:{
c461b63e-1126-491b-85aa-b41380853842
,
19a29af1-cff0-4d9c-b3e9-7ee23dc62d49
,
d70de47d-b099-4c92-ace3-eb6e486efcc3
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
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-11-06T04:14:24.004Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "5d65e4c3-6bad-4614-b534-8e903862ba96",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6525d9e7-1253-492f-a006-3c557c838ffb",
"vfModuleModelCustomizationUUID": "93dfcda6-8f93-4a7f-9133-8abe73d73ef0",
"isBase": true,
"artifacts": [
"c461b63e-1126-491b-85aa-b41380853842",
"19a29af1-cff0-4d9c-b3e9-7ee23dc62d49",
"d70de47d-b099-4c92-ace3-eb6e486efcc3"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_dummy",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-06T04:14:24.005Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6525d9e7-1253-492f-a006-3c557c838ffb
VfModuleModelInvariantUUID:5d65e4c3-6bad-4614-b534-8e903862ba96
VfModuleModelDescription:NULL
Artifacts UUID List:{
c461b63e-1126-491b-85aa-b41380853842
,
19a29af1-cff0-4d9c-b3e9-7ee23dc62d49
,
d70de47d-b099-4c92-ace3-eb6e486efcc3
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_dummy
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-11-06T04:14:24.005Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c461b63e-1126-491b-85aa-b41380853842 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-06T04:14:24.005Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-06T04:14:24.005Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-06T04:14:24.069Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-06T04:14:24.069Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c461b63e-1126-491b-85aa-b41380853842 1164
2022-11-06T04:14:24.069Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-06T04:14:24.070Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-06T04:14:24.070Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:14:24.070Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:24.072Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:24.072Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708064069,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:14:24.173Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T04:14:24.174Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T04:14:24.174Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:24.192Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:14:24.193Z||pool-52-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:25.072Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d70de47d-b099-4c92-ace3-eb6e486efcc3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-06T04:14:25.072Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-06T04:14:25.073Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-06T04:14:25.129Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-06T04:14:25.129Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d70de47d-b099-4c92-ace3-eb6e486efcc3 200
2022-11-06T04:14:25.129Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-06T04:14:25.129Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-06T04:14:25.129Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:14:25.130Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:25.131Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:25.131Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667708065129,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-11-06T04:14:25.232Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T04:14:25.233Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T04:14:25.233Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:25.250Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-06T04:14:25.250Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:14:26.132Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 22e757fb-28e3-4053-a806-9f64970239f7
2022-11-06T04:14:26.133Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f1ec8c5c-6784-4442-a98e-19b402ef03ec ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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=?
2022-11-06T04:14:26.153Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
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-11-06T04:14:26.158Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@667c8a8b, org.onap.sdc.toscaparser.api.parameters.Input@15978a97, org.onap.sdc.toscaparser.api.parameters.Input@d70d1e1, org.onap.sdc.toscaparser.api.parameters.Input@49b5d5b, org.onap.sdc.toscaparser.api.parameters.Input@631b791]
2022-11-06T04:14:26.159Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:14:26.159Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:26.159Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-11-06T04:14:26.160Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 82ddb41a-323c-4213-82d6-1a4f8014288b
2022-11-06T04:14:26.160Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 82ddb41a-323c-4213-82d6-1a4f8014288b matches Tosca VF Customization UUID: 82ddb41a-323c-4213-82d6-1a4f8014288b
2022-11-06T04:14:26.160Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 82ddb41a-323c-4213-82d6-1a4f8014288b 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-11-06T04:14:26.164Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:14:26.164Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:26.165Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 82ddb41a-323c-4213-82d6-1a4f8014288b: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-11-06T04:14:26.165Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a80956a
2022-11-06T04:14:26.166Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:14:26.166Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T04:14:26.166Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 93dfcda6-8f93-4a7f-9133-8abe73d73ef0
2022-11-06T04:14:26.167Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 93dfcda6-8f93-4a7f-9133-8abe73d73ef0
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-11-06T04:14:26.170Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:14:26.170Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T04:14:26.170Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:14:26.171Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:14:26.171Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T04:14:26.172Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:14:26.173Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-06T04:14:26.173Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-06T04:14:26.173Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-06T04:14:26.174Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1d97daf0-0bf9-4c3e-a31a-30629c3bc2ff
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-11-06T04:14:26.177Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery