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-09-07T05:29:40.018Z||main|||||INFO|500||The following profiles are active: basic
2022-09-07T05:29:58.156Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-07T05:29:58.157Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-07T05:29:58.380Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-07T05:30:05.234Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-07T05:30:05.798Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-07T05:30:06.776Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-07T05:30:06.801Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-07T05:30:07.201Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-07T05:30:07.586Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-07T05:30:08.596Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-07T05:30:11.869Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-07T05:30:15.480Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-07T05:30:15.548Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-07T05:30:16.314Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-07T05:30:16.712Z||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-09-07T05:30:18.899Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-07T05:30:20.583Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-09-07T05:30:20.614Z||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$$47a94641.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-09-07T05:30:20.615Z||main|||||WARN|500||The sdc end point is not alive
2022-09-07T05:30:25.356Z||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-09-07T05:30:29.711Z||main|||||WARN|500||---
2022-09-07T05:30:29.711Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-07T05:30:29.711Z||main|||||WARN|500||---
2022-09-07T05:30:30.341Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-07T05:30:37.331Z||main|||||INFO|500||Started Application in 63.372 seconds (JVM running for 68.976)
2022-09-07T05:30:37.363Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-07T05:30:37.365Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-07T05:30:37.384Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-07T05:30:37.428Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-07T05:30:37.488Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7c9cce3f-a126-4967-9558-4b7b5d51b65c url= /sdc/v1/artifactTypes
2022-09-07T05:30:37.489Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-07T05:30:37.865Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-07T05:30:37.905Z||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-09-07T05:30:37.942Z||scheduling-1|||||DEBUG|500||create keys
2022-09-07T05:30:37.987Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-07T05:30:38.088Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:30:38.121Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ce8c5c0c-11d9-47a7-99f2-7f4d55082ac9 url= /sdc/v1/registerForDistribution
2022-09-07T05:30:38.311Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ce8c5c0c-11d9-47a7-99f2-7f4d55082ac9 url= /sdc/v1/registerForDistribution
2022-09-07T05:30:38.312Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-07T05:30:38.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:30:38.345Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:30:38.359Z||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-09-07T05:30:38.359Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:30:38.359Z||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-09-07T05:30:38.360Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-07T05:30:38.360Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:30:49.647Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:30:49.673Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:31:38.324Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:31:38.327Z||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-09-07T05:31:38.328Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:31:38.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:31:38.345Z||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-09-07T05:31:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:31:47.947Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:31:48.037Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:32:38.324Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:32:38.329Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:32:38.330Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:32:38.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:32:38.346Z||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-09-07T05:32:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:32:47.972Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:32:47.978Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:33:38.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:33:38.327Z||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-09-07T05:33:38.328Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:33:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:33:38.345Z||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-09-07T05:33:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:33:48.034Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:33:48.051Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:34:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:34:38.325Z||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-09-07T05:34:38.325Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:34:38.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:34:38.345Z||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-09-07T05:34:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:34:47.924Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:34:47.939Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:35:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:35:38.324Z||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-09-07T05:35:38.325Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:35:38.345Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:35:38.351Z||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-09-07T05:35:38.352Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:35:47.947Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:35:47.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:36:38.324Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:36:38.325Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:36:38.326Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:36:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:36:38.346Z||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-09-07T05:36:38.347Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:36:48.003Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:36:48.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:37:38.324Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:37:38.327Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:37:38.327Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:37:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:37:38.345Z||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-09-07T05:37:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:37:47.971Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:37:47.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:38:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:38:38.328Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:38:38.328Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:38:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:38:38.345Z||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-09-07T05:38:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:38:47.957Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:38:47.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:39:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:39:38.325Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:39:38.326Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:39:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:39:38.346Z||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-09-07T05:39:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:39:45.564Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-07T05:39:47.971Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:39:47.978Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:40:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:40:38.325Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:40:38.326Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:40:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:40:38.346Z||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-09-07T05:40:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:40:47.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:40:47.955Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:41:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:41:38.325Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:41:38.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:41:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:41:38.345Z||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-09-07T05:41:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:41:47.909Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:41:47.955Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:42:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:42:38.325Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:42:38.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:42:38.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:42:38.346Z||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-09-07T05:42:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:42:47.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:42:47.972Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:43:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:43:38.324Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:43:38.324Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:43:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:43:38.346Z||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-09-07T05:43:38.347Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:43:48.002Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:43:48.011Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:44:38.324Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:44:38.325Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:44:38.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:44:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:44:38.346Z||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-09-07T05:44:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:44:47.922Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:44:47.930Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:45:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:45:38.324Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:45:38.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:45:38.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:45:38.345Z||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-09-07T05:45:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:45:47.968Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:45:47.968Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:46:38.324Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:46:38.326Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:46:38.326Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:46:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:46:38.345Z||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-09-07T05:46:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:46:47.961Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:46:47.964Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:47:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:47:38.338Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:47:38.338Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:47:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:47:38.345Z||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-09-07T05:47:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:47:47.954Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:47:47.957Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:48:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:48:38.326Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:48:38.326Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:48:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:48:38.345Z||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-09-07T05:48:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:48:47.921Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:48:47.932Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:49:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:49:38.325Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:49:38.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:49:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:49:38.345Z||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-09-07T05:49:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:49:47.928Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:49:47.964Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:50:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:50:38.326Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:50:38.326Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:50:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:50:38.345Z||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-09-07T05:50:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:50:47.934Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:50:47.961Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:51:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:51:38.324Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:51:38.324Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:51:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:51:38.345Z||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-09-07T05:51:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:51:47.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:51:47.971Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:52:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:52:38.325Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:52:38.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:52:38.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:52:38.345Z||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-09-07T05:52:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:52:47.898Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:52:47.922Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:53:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:53:38.324Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:53:38.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:53:38.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:53:38.346Z||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-09-07T05:53:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:53:47.946Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:53:47.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:54:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:54:38.324Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:54:38.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:54:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:54:38.346Z||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-09-07T05:54:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:54:47.971Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:54:47.990Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:55:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:55:38.325Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:55:38.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:55:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:55:38.345Z||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-09-07T05:55:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:55:47.912Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:55:47.966Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:56:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:56:38.325Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:56:38.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:56:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:56:38.346Z||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-09-07T05:56:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:56:47.936Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:56:47.967Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:57:38.324Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:57:38.326Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:57:38.326Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:57:38.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:57:38.346Z||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-09-07T05:57:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:57:47.960Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:57:47.960Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:58:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:58:38.326Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:58:38.326Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:58:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:58:38.345Z||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-09-07T05:58:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:58:47.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:58:47.912Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:59:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:59:38.325Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T05:59:38.326Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T05:59:38.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T05:59:38.345Z||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-09-07T05:59:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T05:59:47.900Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T05:59:47.938Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:00:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:00:38.325Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:00:38.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:00:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:00:38.345Z||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-09-07T06:00:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:00:47.963Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:00:47.978Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:01:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:01:38.325Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:01:38.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:01:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:01:38.345Z||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-09-07T06:01:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:01:47.981Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:01:47.986Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:02:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:02:38.324Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:02:38.324Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:02:38.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:02:38.345Z||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-09-07T06:02:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:02:47.912Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:02:47.967Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:03:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:03:38.324Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:03:38.324Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:03:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:03:38.345Z||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-09-07T06:03:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:03:47.917Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:03:47.917Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:04:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:04:38.324Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:04:38.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:04:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:04:38.350Z||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-09-07T06:04:38.351Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:04:47.982Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:04:47.982Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:05:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:05:38.324Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:05:38.324Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:05:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:05:38.345Z||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-09-07T06:05:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:05:47.929Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:05:47.930Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:06:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:06:38.327Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:06:38.327Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:06:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:06:38.345Z||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-09-07T06:06:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:06:47.960Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:06:47.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:07:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:07:38.324Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:07:38.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:07:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:07:38.345Z||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-09-07T06:07:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:07:48.121Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:07:48.140Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:08:38.324Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:08:38.326Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:08:38.326Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:08:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:08:38.345Z||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-09-07T06:08:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:08:48.006Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:08:48.007Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:09:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:09:38.325Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:09:38.325Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:09:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:09:38.345Z||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-09-07T06:09:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:09:47.941Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:09:47.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:10:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:10:38.326Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:10:38.327Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:10:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:10:38.345Z||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-09-07T06:10:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:10:47.927Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:10:47.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:11:38.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:11:38.326Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:11:38.327Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:11:38.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:11:38.346Z||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-09-07T06:11:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:11:47.983Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:11:48.033Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:12:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:12:38.324Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:12:38.324Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:12:38.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:12:38.345Z||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-09-07T06:12:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:12:47.978Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:12:48.013Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:13:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:13:38.324Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:13:38.326Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:13:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:13:38.345Z||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-09-07T06:13:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:13:47.981Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:13:47.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:14:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:14:38.324Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:14:38.324Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:14:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:14:38.345Z||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-09-07T06:14:38.347Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:14:47.960Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:14:48.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:15:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:15:38.324Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:15:38.325Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:15:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:15:38.345Z||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-09-07T06:15:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:15:48.005Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:15:48.054Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:16:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:16:38.325Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:16:38.325Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:16:38.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:16:38.345Z||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-09-07T06:16:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:16:48.015Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:16:48.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:17:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:17:38.325Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:17:38.325Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:17:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:17:38.345Z||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-09-07T06:17:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:17:47.997Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:17:48.041Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:18:38.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:18:38.325Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:18:38.326Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:18:38.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:18:38.345Z||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-09-07T06:18:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:18:47.994Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:18:47.994Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:19:38.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:19:38.327Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:19:38.327Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:19:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:19:38.345Z||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-09-07T06:19:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:19:47.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:19:48.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:20:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:20:38.325Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:20:38.325Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:20:38.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:20:38.345Z||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-09-07T06:20:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:20:47.985Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:20:47.998Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:21:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:21:38.324Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:21:38.324Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:21:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:21:38.345Z||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-09-07T06:21:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:21:47.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:21:47.983Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:22:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:22:38.325Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:22:38.326Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:22:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:22:38.345Z||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-09-07T06:22:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:22:47.946Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:22:47.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:23:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:23:38.325Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:23:38.325Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:23:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:23:38.345Z||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-09-07T06:23:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:23:47.959Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:23:48.024Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:24:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:24:38.325Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:24:38.325Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:24:38.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:24:38.345Z||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-09-07T06:24:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:24:47.972Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:24:47.992Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:25:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:25:38.325Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:25:38.325Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:25:38.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:25:38.345Z||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-09-07T06:25:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:25:47.986Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:25:48.001Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:26:38.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:26:38.325Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:26:38.325Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:26:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:26:38.345Z||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-09-07T06:26:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:26:48.034Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:26:48.034Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:27:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:27:38.324Z||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-09-07T06:27:38.324Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:27:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:27:38.345Z||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-09-07T06:27:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:27:48.010Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:27:48.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:28:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:28:38.324Z||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-09-07T06:28:38.325Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:28:38.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:28:38.345Z||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-09-07T06:28:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:28:47.973Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:28:48.008Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:29:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:29:38.325Z||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-09-07T06:29:38.326Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:29:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:29:38.345Z||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-09-07T06:29:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:29:48.093Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:29:48.114Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:30:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:30:38.325Z||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-09-07T06:30:38.325Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:30:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:30:38.345Z||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-09-07T06:30:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:30:47.940Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:30:47.997Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:31:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:31:38.325Z||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-09-07T06:31:38.325Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:31:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:31:38.345Z||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-09-07T06:31:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:31:47.914Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:31:48.013Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:32:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:32:38.325Z||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-09-07T06:32:38.325Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:32:38.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:32:38.345Z||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-09-07T06:32:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:32:47.982Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:32:48.008Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:33:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:33:38.325Z||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-09-07T06:33:38.325Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:33:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:33:38.345Z||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-09-07T06:33:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:33:47.917Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:33:47.932Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:34:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:34:38.325Z||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-09-07T06:34:38.325Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:34:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:34:38.345Z||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-09-07T06:34:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:34:47.978Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:34:47.997Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:35:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:35:38.325Z||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-09-07T06:35:38.325Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:35:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:35:38.345Z||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-09-07T06:35:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:35:48.008Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:35:48.026Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:36:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:36:38.324Z||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-09-07T06:36:38.325Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:36:38.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:36:38.346Z||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-09-07T06:36:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:36:48.024Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:36:48.038Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:37:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:37:38.324Z||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-09-07T06:37:38.325Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:37:38.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:37:38.345Z||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-09-07T06:37:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:37:47.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:37:48.006Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:38:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:38:38.324Z||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-09-07T06:38:38.325Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:38:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:38:38.345Z||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-09-07T06:38:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:38:48.009Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:38:48.091Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:39:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:39:38.327Z||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-09-07T06:39:38.328Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:39:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:39:38.345Z||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-09-07T06:39:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:39:48.023Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:39:48.041Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:40:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:40:38.325Z||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-09-07T06:40:38.325Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:40:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:40:38.345Z||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-09-07T06:40:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:40:48.091Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:40:48.103Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:41:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:41:38.325Z||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-09-07T06:41:38.325Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:41:38.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:41:38.345Z||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-09-07T06:41:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:41:47.950Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:41:47.991Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:42:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:42:38.326Z||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-09-07T06:42:38.326Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:42:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:42:38.345Z||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-09-07T06:42:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:42:47.959Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:42:47.961Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:43:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:43:38.325Z||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-09-07T06:43:38.325Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:43:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:43:38.346Z||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-09-07T06:43:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:43:47.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:43:47.986Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:44:38.323Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:44:38.324Z||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-09-07T06:44:38.324Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:44:38.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:44:38.345Z||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-09-07T06:44:38.348Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:44:47.993Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:44:47.994Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:45:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:45:38.325Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:45:38.326Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:45:38.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:45:38.345Z||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-09-07T06:45:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:45:47.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:45:47.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:46:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:46:38.325Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:46:38.328Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:46:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:46:38.345Z||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-09-07T06:46:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:46:47.996Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:46:48.012Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:47:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:47:38.324Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:47:38.325Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:47:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:47:38.345Z||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-09-07T06:47:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:47:47.983Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:47:48.040Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:48:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:48:38.324Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:48:38.324Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:48:38.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:48:38.345Z||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-09-07T06:48:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:48:48.007Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:48:48.126Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:49:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:49:38.325Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:49:38.325Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:49:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:49:38.345Z||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-09-07T06:49:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:49:48.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:49:48.114Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:50:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:50:38.324Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:50:38.325Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:50:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:50:38.345Z||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-09-07T06:50:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:50:47.999Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:50:48.014Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:51:38.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:51:38.326Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:51:38.327Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:51:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:51:38.345Z||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-09-07T06:51:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:51:47.988Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:51:48.066Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:52:38.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:52:38.326Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T06:52:38.326Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T06:52:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:52:38.345Z||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-09-07T06:52:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:52:48.023Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:52:48.036Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:53:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:53:38.324Z||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-09-07T06:53:38.325Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:53:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:53:38.345Z||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-09-07T06:53:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:53:48.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:53:48.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:54:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:54:38.324Z||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-09-07T06:54:38.325Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:54:38.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:54:38.345Z||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-09-07T06:54:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:54:48.009Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:54:48.011Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:55:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:55:38.324Z||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-09-07T06:55:38.324Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:55:38.345Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:55:38.346Z||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-09-07T06:55:38.347Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:55:47.947Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:55:48.016Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:56:38.323Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:56:38.324Z||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-09-07T06:56:38.324Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:56:38.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:56:38.345Z||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-09-07T06:56:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:56:47.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:56:47.997Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:57:38.323Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:57:38.324Z||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-09-07T06:57:38.324Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:57:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:57:38.345Z||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-09-07T06:57:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:57:47.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:57:48.027Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:58:38.323Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:58:38.324Z||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-09-07T06:58:38.326Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:58:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:58:38.345Z||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-09-07T06:58:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:58:47.930Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:58:47.959Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:59:38.323Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:59:38.325Z||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-09-07T06:59:38.325Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:59:38.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T06:59:38.345Z||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-09-07T06:59:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T06:59:47.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T06:59:47.988Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:00:38.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:00:38.325Z||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-09-07T07:00:38.325Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:00:38.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:00:38.346Z||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-09-07T07:00:38.347Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:00:47.963Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:00:47.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:01:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:01:38.324Z||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-09-07T07:01:38.324Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:01:38.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:01:38.345Z||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-09-07T07:01:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:01:47.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:01:48.036Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:02:38.323Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:02:38.326Z||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-09-07T07:02:38.326Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:02:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:02:38.345Z||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-09-07T07:02:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:02:48.062Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:02:48.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:03:38.323Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:03:38.324Z||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-09-07T07:03:38.324Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:03:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:03:38.345Z||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-09-07T07:03:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:03:47.968Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:03:47.985Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:04:38.323Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:04:38.324Z||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-09-07T07:04:38.324Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:04:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:04:38.346Z||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-09-07T07:04:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:04:41.018Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:04:41.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:04:41.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"efd5f627-01fd-45a5-9f88-72c0fa4de724","serviceName":"vFW 2022-09-07 07-02-44","serviceVersion":"1.0","serviceUUID":"35fc8a3f-5b5c-438d-839b-68fbdd895040","serviceDescription":"catalog service description","serviceInvariantUUID":"46d71842-71d3-43e4-a4a7-9bc0c6966237","resources":[{"resourceInstanceName":"vFW 4906e6fc-0657 0","resourceName":"vFW 4906e6fc-0657","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b5c80d50-3b54-4151-8cf1-750c6cb9c101","resourceInvariantUUID":"eba035a8-7e2b-4c4e-9ec0-afdabcf12e34","resourceCustomizationUUID":"9f43898a-8d2d-4120-bb96-2a1cbd610ca6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vf-license-model.xml","artifactChecksum":"YTNiOWMyMDJhZWE1OTQ5MWY3YjcyZGY3YjJkYzI3Yjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"df8f2519-19a0-458c-9082-b93faa21d063","artifactVersion":"1"},{"artifactName":"vfw4906e6fc06570_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json","artifactChecksum":"OTVhYzk0MzE1ODg2Nzc4ZGQzNTI4MGQzOWE5MGFjZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4a742171-d2f1-4bae-91d6-9a939f307fb3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c87976bb-19f0-4737-80c8-fbf972a1bfc2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vendor-license-model.xml","artifactChecksum":"ODI2ODI4ODI3YTZhMzExMTlhOTMxOGI2ODM5MjQxZjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"21649423-93ae-469b-b704-43bfeffdc22d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eb0df4d7-8780-46b8-b182-339e8dd3849a","artifactVersion":"2","generatedFromUUID":"c87976bb-19f0-4737-80c8-fbf972a1bfc2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220907070244-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-template.yml","artifactChecksum":"OTcyMTlmMjlhOTljYjM1MTY2YjAyZjMzMTIyMDlmODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3b4d1ea1-00d0-44db-a95a-7938f7297555","artifactVersion":"1"},{"artifactName":"service-Vfw20220907070244-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar","artifactChecksum":"ZjQ5NTFiMGViMzJjYjEzNDAyMWE2OWFiODBkOWM5N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"40951e41-d192-44c2-97ab-54217d0e75f5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-07T07:04:41.040Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:04:41.053Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:04:41.068Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:04:41.069Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534278323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:04:41.168Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-09-07T07:04:41.175Z||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-09-07T07:04:41.175Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:04:41.225Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:04:41.226Z||pool-3-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":5,"count":1}
2022-09-07T07:04:41.362Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:04:41.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-07T07:04:41.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534278323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:04:41.388Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-07T07:04:42.083Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:04:42.084Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:04:42.088Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:04:42.088Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534278323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json",
"status": "NOTIFIED"
}
2022-09-07T07:04:42.189Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:04:42.190Z||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-09-07T07:04:42.190Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:04:42.219Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:04:42.221Z||pool-4-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:04:43.089Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:04:43.089Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:04:43.093Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:04:43.093Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534278323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-07T07:04:43.201Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-09-07T07:04:43.202Z||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-09-07T07:04:43.202Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:04:43.233Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:04:43.234Z||pool-5-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-09-07T07:04:44.094Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:04:44.095Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:04:44.097Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:04:44.097Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534278323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:04:44.198Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:04:44.199Z||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-09-07T07:04:44.199Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:04:44.227Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:04:44.228Z||pool-6-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:04:45.098Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:04:45.101Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:04:45.103Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:04:45.104Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534278323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-07T07:04:45.206Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-07T07:04:45.210Z||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-09-07T07:04:45.210Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:04:45.244Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:04:45.245Z||pool-7-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:04:46.104Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:04:46.105Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:04:46.109Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:04:46.109Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534278323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:04:46.209Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:04:46.210Z||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-09-07T07:04:46.210Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:04:46.253Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:04:46.254Z||pool-8-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-09-07T07:04:47.110Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:04:47.111Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:04:47.115Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:04:47.115Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534278323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:04:47.214Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-07T07:04:47.215Z||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-09-07T07:04:47.215Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:04:47.241Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:04:47.242Z||pool-9-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:04:48.118Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"serviceName": "vFW 2022-09-07 07-02-44",
"serviceVersion": "1.0",
"serviceUUID": "35fc8a3f-5b5c-438d-839b-68fbdd895040",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "46d71842-71d3-43e4-a4a7-9bc0c6966237",
"resources": [
{
"resourceInstanceName": "vFW 4906e6fc-0657 0",
"resourceCustomizationUUID": "9f43898a-8d2d-4120-bb96-2a1cbd610ca6",
"resourceName": "vFW 4906e6fc-0657",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b5c80d50-3b54-4151-8cf1-750c6cb9c101",
"resourceInvariantUUID": "eba035a8-7e2b-4c4e-9ec0-afdabcf12e34",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4906e6fc06570_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json",
"artifactChecksum": "OTVhYzk0MzE1ODg2Nzc4ZGQzNTI4MGQzOWE5MGFjZjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4a742171-d2f1-4bae-91d6-9a939f307fb3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c87976bb-19f0-4737-80c8-fbf972a1bfc2",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "eb0df4d7-8780-46b8-b182-339e8dd3849a",
"generatedFromUUID": "c87976bb-19f0-4737-80c8-fbf972a1bfc2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "eb0df4d7-8780-46b8-b182-339e8dd3849a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220907070244-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar",
"artifactChecksum": "ZjQ5NTFiMGViMzJjYjEzNDAyMWE2OWFiODBkOWM5N2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "40951e41-d192-44c2-97ab-54217d0e75f5"
}
],
"workloadContext": "Production"
}
2022-09-07T07:04:48.119Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-07T07:04:48.119Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 35fc8a3f-5b5c-438d-839b-68fbdd895040 ASDC
2022-09-07T07:04:48.313Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:efd5f627-01fd-45a5-9f88-72c0fa4de724
ServiceName:vFW 2022-09-07 07-02-44
ServiceVersion:1.0
ServiceUUID:35fc8a3f-5b5c-438d-839b-68fbdd895040
ServiceInvariantUUID:46d71842-71d3-43e4-a4a7-9bc0c6966237
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220907070244-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar
ArtifactUUID:40951e41-d192-44c2-97ab-54217d0e75f5
ArtifactChecksum:ZjQ5NTFiMGViMzJjYjEzNDAyMWE2OWFiODBkOWM5N2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4906e6fc-0657 0
ResourceCustomizationUUID:9f43898a-8d2d-4120-bb96-2a1cbd610ca6
ResourceInvariantUUID:eba035a8-7e2b-4c4e-9ec0-afdabcf12e34
ResourceName:vFW 4906e6fc-0657
ResourceType:VF
ResourceUUID:b5c80d50-3b54-4151-8cf1-750c6cb9c101
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4906e6fc06570_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json
ArtifactUUID:4a742171-d2f1-4bae-91d6-9a939f307fb3
ArtifactChecksum:OTVhYzk0MzE1ODg2Nzc4ZGQzNTI4MGQzOWE5MGFjZjU=
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/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml
ArtifactUUID:c87976bb-19f0-4737-80c8-fbf972a1bfc2
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/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env
ArtifactUUID:eb0df4d7-8780-46b8-b182-339e8dd3849a
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/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env
ArtifactUUID:eb0df4d7-8780-46b8-b182-339e8dd3849a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-07T07:04:48.314Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 35fc8a3f-5b5c-438d-839b-68fbdd895040 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-07T07:04:48.857Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-07T07:04:48.859Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-07T07:04:48.861Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-07T07:04:48.862Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 40951e41-d192-44c2-97ab-54217d0e75f5 from URL: /sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar
2022-09-07T07:04:48.862Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-07T07:04:48.864Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar
2022-09-07T07:04:49.120Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-07T07:04:49.151Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar 40951e41-d192-44c2-97ab-54217d0e75f5 100652
2022-09-07T07:04:49.154Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar ASDC sendASDCNotification
2022-09-07T07:04:49.154Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar
2022-09-07T07:04:49.156Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-07T07:04:49.158Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:04:49.161Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:04:49.161Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534289151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:04:49.261Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:04:49.262Z||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-09-07T07:04:49.262Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:04:49.288Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:04:49.288Z||pool-10-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-09-07T07:04:50.162Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-07T07:04:50.164Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-07T07:04:50.165Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 40951e41-d192-44c2-97ab-54217d0e75f5, URL: /sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar to file: /app/ASDC/1/service-Vfw20220907070244-csar.csar
2022-09-07T07:04:50.166Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220907070244-csar.csar
2022-09-07T07:04:50.301Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220907070244-csar.csar
2022-09-07T07:04:50.301Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220907070244-csar.csar
2022-09-07T07:04:51.324Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13183325948844296348/Definitions/service-Vfw20220907070244-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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-09-07T07:04:56.601Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-07T07:04:56.607Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-07T07:04:56.608Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220907070244-csar.csar
2022-09-07T07:04:56.608Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-07T07:04:56.608Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220907070244-csar.csar
2022-09-07T07:04:56.608Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||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-Vfw20220907070244-csar.csar
2022-09-07T07:04:56.608Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||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-Vfw20220907070244-csar.csar
2022-09-07T07:04:56.609Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||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-Vfw20220907070244-csar.csar
2022-09-07T07:04:56.609Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220907070244-csar.csar
2022-09-07T07:04:56.609Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220907070244-csar.csar
2022-09-07T07:04:56.609Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||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-Vfw20220907070244-csar.csar
2022-09-07T07:04:56.609Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220907070244-csar.csar
2022-09-07T07:04:56.610Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220907070244-csar.csar
2022-09-07T07:04:56.610Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4906e6fc-0657 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220907070244-csar.csar
2022-09-07T07:04:56.610Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220907070244-csar.csar
2022-09-07T07:04:56.610Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-07T07:04:56.619Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:04:56.621Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:04:56.626Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria
2022-09-07T07:04:56.627Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-07T07:04:56.629Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-07T07:04:56.632Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:04:56.632Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:04:56.633Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria
2022-09-07T07:04:56.633Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-07T07:04:56.633Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-07T07:04:56.634Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:04:56.634Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:04:56.638Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:04:56.639Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is not matching search criteria
2022-09-07T07:04:56.639Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-07T07:04:56.639Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-07T07:04:56.640Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-07T07:04:56.640Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-07T07:04:56.640Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-07T07:04:56.640Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-07T07:04:56.640Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-07T07:04:56.641Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-07T07:04:56.641Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-07T07:04:56.641Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-07T07:04:56.641Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-07T07:04:56.641Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-07T07:04:56.641Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-07T07:04:56.642Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-07T07:04:56.642Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-07T07:04:56.642Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-07T07:04:56.642Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:04:56.642Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-07T07:04:56.644Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:04:56.644Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria
2022-09-07T07:04:56.644Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-07T07:04:56.645Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:04:56.645Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria
2022-09-07T07:04:56.645Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-07T07:04:56.646Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:04:56.646Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria
2022-09-07T07:04:56.646Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-07T07:04:56.646Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:04:56.647Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is not matching search criteria
2022-09-07T07:04:56.647Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-07T07:04:56.647Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-07T07:04:56.647Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-07T07:04:56.647Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-07T07:04:56.648Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-07T07:04:56.648Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-07T07:04:56.648Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-07T07:04:56.648Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-07T07:04:56.648Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-07T07:04:56.648Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-07T07:04:56.649Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-07T07:04:56.649Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bf455344-3ea0-4e50-a11f-63105c94a410
2022-09-07T07:04:56.649Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:04:56.650Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is not matching search criteria
2022-09-07T07:04:56.650Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-07T07:04:56.650Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-07T07:04:56.650Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-07T07:04:56.650Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-07T07:04:56.651Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-07T07:04:56.651Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-07T07:04:56.651Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-07T07:04:56.651Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-07T07:04:56.651Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-07T07:04:56.651Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-07T07:04:56.651Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-07T07:04:56.652Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-07T07:04:56.652Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8f611dc6-a332-40b6-b98c-6b948dab5b00
2022-09-07T07:04:56.652Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:04:56.652Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is not matching search criteria
2022-09-07T07:04:56.652Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-07T07:04:56.653Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-07T07:04:56.653Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-07T07:04:56.653Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-07T07:04:56.653Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-07T07:04:56.653Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-07T07:04:56.653Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-07T07:04:56.654Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-07T07:04:56.654Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-07T07:04:56.654Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-07T07:04:56.654Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-07T07:04:56.654Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-07T07:04:56.654Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=00a2831d-4ea0-4727-bf5c-f3a7be7074f9
2022-09-07T07:04:56.655Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:04:56.655Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:04:56.655Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:04:56.655Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:04:56.655Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:04:56.656Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:04:56.656Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:04:56.656Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:04:56.656Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-07 07-02-44
Description:catalog service description
Model UUID:35fc8a3f-5b5c-438d-839b-68fbdd895040
Model Version:NULL
Model InvariantUuid:46d71842-71d3-43e4-a4a7-9bc0c6966237
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4906e6fc-0657
Model UUID:c3a77852-b4ba-480e-8c0b-8cf6c253dded
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eba035a8-7e2b-4c4e-9ec0-afdabcf12e34
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9f43898a-8d2d-4120-bb96-2a1cbd610ca6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c35e8efb-2ba6-4c10-ba4e-27001edbed6e
ModelName:Vfw4906e6fc0657..base_vfw..module-0
ModelUuid:9b9505f2-315b-4fb8-92e1-525a24a97d45
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bf455344-3ea0-4e50-a11f-63105c94a410
ModelInvariantUuid:b8a2b18c-656b-49eb-a3d2-1eb789f8d7d1
ModelName:vFW 4906e6fc-0657-nodes.vfwCvfc
ModelUuid:22df2a93-787a-4dc6-bcea-e6b0db538412
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:963a33f3-f945-43ec-b5be-cfdfbd889c3c
ModelInvariantUuid:e3bd59bb-129e-4bfa-bfb5-0e59292ec41d
ModelName:Vfw4906e6fc0657.compute.nodes.heat.vfw
ModelUuid:6ea5b32a-ca21-4459-b52f-31602b320161
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8f611dc6-a332-40b6-b98c-6b948dab5b00
ModelInvariantUuid:e68ee970-c718-4a3c-af40-e630c92628fd
ModelName:vFW 4906e6fc-0657-nodes.vsnCvfc
ModelUuid:b7363493-d150-4d8d-bf60-0a0f77e0c427
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:2bc73860-17e8-46a9-b8c6-c02849d59727
ModelInvariantUuid:d6eb5c0d-1ba9-458f-a625-9bee4f7abc2b
ModelName:Vfw4906e6fc0657.compute.nodes.heat.vsn
ModelUuid:3368c4c4-11a8-4e20-9a79-183935467317
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:00a2831d-4ea0-4727-bf5c-f3a7be7074f9
ModelInvariantUuid:588696fc-60f5-40aa-a851-739aaa88ec2c
ModelName:vFW 4906e6fc-0657-nodes.vpgCvfc
ModelUuid:fc89430a-9c94-44a1-bb9e-aefd32d7394f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:20efa821-8137-48b0-a8b9-9b5c4f041c88
ModelInvariantUuid:b438d48c-43ba-4bc6-ac59-2cf16d8fbba2
ModelName:Vfw4906e6fc0657.compute.nodes.heat.vpg
ModelUuid:448f328c-cfc1-466f-b5ad-e4ff53945ecc
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-09-07T07:04:56.697Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: b5c80d50-3b54-4151-8cf1-750c6cb9c101
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-09-07T07:04:56.856Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||vFW 4906e6fc-0657 0
2022-09-07T07:04:56.871Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b5c80d50-3b54-4151-8cf1-750c6cb9c101
2022-09-07T07:04:56.871Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4a742171-d2f1-4bae-91d6-9a939f307fb3 from URL: /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json
2022-09-07T07:04:56.871Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-07T07:04:56.872Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json
2022-09-07T07:04:56.962Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-07T07:04:56.963Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json 4a742171-d2f1-4bae-91d6-9a939f307fb3 785
2022-09-07T07:04:56.963Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json ASDC sendASDCNotification
2022-09-07T07:04:56.963Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json
2022-09-07T07:04:56.963Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-07T07:04:56.964Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:04:56.967Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:04:56.968Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534296963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:04:57.068Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-07T07:04:57.069Z||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-09-07T07:04:57.069Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:04:57.093Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:04:57.094Z||pool-11-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:04:57.969Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4906e6fc0657..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c35e8efb-2ba6-4c10-ba4e-27001edbed6e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9b9505f2-315b-4fb8-92e1-525a24a97d45",
"vfModuleModelCustomizationUUID": "b52e6628-50a9-4148-aacb-1f30decd2b55",
"isBase": true,
"artifacts": [
"c87976bb-19f0-4737-80c8-fbf972a1bfc2",
"eb0df4d7-8780-46b8-b182-339e8dd3849a"
],
"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-09-07T07:04:57.991Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4906e6fc0657..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b9505f2-315b-4fb8-92e1-525a24a97d45
VfModuleModelInvariantUUID:c35e8efb-2ba6-4c10-ba4e-27001edbed6e
VfModuleModelDescription:NULL
Artifacts UUID List:{
c87976bb-19f0-4737-80c8-fbf972a1bfc2
,
eb0df4d7-8780-46b8-b182-339e8dd3849a
}
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-09-07T07:04:57.996Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4906e6fc0657..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c35e8efb-2ba6-4c10-ba4e-27001edbed6e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9b9505f2-315b-4fb8-92e1-525a24a97d45",
"vfModuleModelCustomizationUUID": "b52e6628-50a9-4148-aacb-1f30decd2b55",
"isBase": true,
"artifacts": [
"c87976bb-19f0-4737-80c8-fbf972a1bfc2",
"eb0df4d7-8780-46b8-b182-339e8dd3849a"
],
"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-09-07T07:04:57.997Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4906e6fc0657..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b9505f2-315b-4fb8-92e1-525a24a97d45
VfModuleModelInvariantUUID:c35e8efb-2ba6-4c10-ba4e-27001edbed6e
VfModuleModelDescription:NULL
Artifacts UUID List:{
c87976bb-19f0-4737-80c8-fbf972a1bfc2
,
eb0df4d7-8780-46b8-b182-339e8dd3849a
}
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-09-07T07:04:57.997Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c87976bb-19f0-4737-80c8-fbf972a1bfc2 from URL: /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml
2022-09-07T07:04:57.997Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-07T07:04:57.997Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml
2022-09-07T07:04:58.145Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-07T07:04:58.146Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml c87976bb-19f0-4737-80c8-fbf972a1bfc2 20368
2022-09-07T07:04:58.147Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-07T07:04:58.147Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml
2022-09-07T07:04:58.147Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-07T07:04:58.147Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:04:58.150Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:04:58.150Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534298147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:04:58.250Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:04:58.252Z||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-09-07T07:04:58.252Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:04:58.324Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:04:58.325Z||pool-12-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":1,"count":1}
2022-09-07T07:04:59.151Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eb0df4d7-8780-46b8-b182-339e8dd3849a from URL: /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env
2022-09-07T07:04:59.152Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-07T07:04:59.152Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env
2022-09-07T07:04:59.350Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-07T07:04:59.350Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env eb0df4d7-8780-46b8-b182-339e8dd3849a 2098
2022-09-07T07:04:59.351Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-07T07:04:59.351Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env
2022-09-07T07:04:59.351Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-07T07:04:59.351Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:04:59.355Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:04:59.355Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534299351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:04:59.455Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:04:59.456Z||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-09-07T07:04:59.456Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:04:59.520Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:04:59.520Z||pool-13-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:05:00.356Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 35fc8a3f-5b5c-438d-839b-68fbdd895040
2022-09-07T07:05:00.356Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4906e6fc-0657 0 b5c80d50-3b54-4151-8cf1-750c6cb9c101 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-07T07:05:00.470Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@147a7504, org.onap.sdc.toscaparser.api.parameters.Input@754ea80a, org.onap.sdc.toscaparser.api.parameters.Input@69baa16c, org.onap.sdc.toscaparser.api.parameters.Input@16dec90f, org.onap.sdc.toscaparser.api.parameters.Input@51cb5c85]
2022-09-07T07:05:00.475Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:05:00.475Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:05:00.475Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-09-07T07:05:00.476Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 9f43898a-8d2d-4120-bb96-2a1cbd610ca6
2022-09-07T07:05:00.476Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9f43898a-8d2d-4120-bb96-2a1cbd610ca6 matches Tosca VF Customization UUID: 9f43898a-8d2d-4120-bb96-2a1cbd610ca6
2022-09-07T07:05:00.476Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 9f43898a-8d2d-4120-bb96-2a1cbd610ca6 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-09-07T07:05:00.485Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:05:00.485Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:05:00.487Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 9f43898a-8d2d-4120-bb96-2a1cbd610ca6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-07T07:05:00.487Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@45ca1631
2022-09-07T07:05:00.488Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:05:00.488Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-07T07:05:00.489Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b52e6628-50a9-4148-aacb-1f30decd2b55
2022-09-07T07:05:00.491Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b52e6628-50a9-4148-aacb-1f30decd2b55
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-09-07T07:05:00.500Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:05:00.500Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria
2022-09-07T07:05:00.501Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-07T07:05:00.502Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:05:00.502Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria
2022-09-07T07:05:00.502Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-07T07:05:00.503Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:05:00.503Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is not matching search criteria
2022-09-07T07:05:00.503Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-07T07:05:00.503Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-07T07:05:00.504Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-07T07:05:00.504Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-07T07:05:00.504Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-07T07:05:00.505Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-07T07:05:00.505Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-07T07:05:00.505Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-07T07:05:00.505Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-07T07:05:00.506Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-07T07:05:00.506Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-07T07:05:00.507Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bf455344-3ea0-4e50-a11f-63105c94a410
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-09-07T07:05:00.517Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:05:00.518Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria
2022-09-07T07:05:00.518Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-07T07:05:00.518Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:05:00.519Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is not matching search criteria
2022-09-07T07:05:00.519Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-07T07:05:00.519Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-07T07:05:00.519Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-07T07:05:00.520Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-07T07:05:00.521Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-07T07:05:00.521Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-07T07:05:00.521Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-07T07:05:00.522Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-07T07:05:00.522Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-07T07:05:00.522Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-07T07:05:00.522Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-07T07:05:00.523Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-07T07:05:00.523Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8f611dc6-a332-40b6-b98c-6b948dab5b00
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-09-07T07:05:00.527Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:05:00.527Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria
2022-09-07T07:05:00.528Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-07T07:05:00.531Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:05:00.532Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is not matching search criteria
2022-09-07T07:05:00.532Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-07T07:05:00.532Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-07T07:05:00.533Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-07T07:05:00.533Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-07T07:05:00.533Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-07T07:05:00.533Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-07T07:05:00.534Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-07T07:05:00.534Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-07T07:05:00.534Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-07T07:05:00.535Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-07T07:05:00.535Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-07T07:05:00.535Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-07T07:05:00.535Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=00a2831d-4ea0-4727-bf5c-f3a7be7074f9
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-09-07T07:05:00.539Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:05:00.540Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria
2022-09-07T07:05:00.540Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-07T07:05:00.541Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:05:00.541Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Node template vFW 4906e6fc-0657 0 is matching search criteria
2022-09-07T07:05:00.541Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 4906e6fc-0657 0] matching following query criteria: sdcType=VF, customizationUUID=9f43898a-8d2d-4120-bb96-2a1cbd610ca6
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-09-07T07:05:00.544Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:05:00.544Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:05:00.545Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 35fc8a3f-5b5c-438d-839b-68fbdd895040: vFW 4906e6fc-0657
2022-09-07T07:05:00.545Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:05:00.545Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:05:00.546Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:05:00.546Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:05:00.546Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:05:00.547Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:05:00.547Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:05:00.547Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:05:00.548Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:05:00.548Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-09-07 07-02-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:05:00.548Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-09-07 07-02-44
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-09-07T07:05:01.003Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4906e6fc-0657 b5c80d50-3b54-4151-8cf1-750c6cb9c101 1 ASDC deployResourceStructure
2022-09-07T07:05:01.004Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json ASDC sendASDCNotification
2022-09-07T07:05:01.004Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json
2022-09-07T07:05:01.004Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-07T07:05:01.004Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:05:01.007Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:05:01.007Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534301004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json",
"status": "DEPLOY_OK"
}
2022-09-07T07:05:01.107Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:05:01.109Z||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-09-07T07:05:01.109Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:05:01.140Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:05:01.142Z||pool-14-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:05:02.008Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-07T07:05:02.009Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml
2022-09-07T07:05:02.009Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-07T07:05:02.009Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:05:02.012Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:05:02.012Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534302008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-07T07:05:02.112Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:05:02.113Z||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-09-07T07:05:02.114Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:05:02.149Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:05:02.149Z||pool-15-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:05:03.013Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-07T07:05:03.013Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env
2022-09-07T07:05:03.014Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-07T07:05:03.014Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:05:03.016Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:05:03.016Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534303013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-07T07:05:03.117Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-07T07:05:03.118Z||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-09-07T07:05:03.118Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:05:03.147Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:05:03.148Z||pool-16-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:05:04.017Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar ASDC sendASDCNotification
2022-09-07T07:05:04.018Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar
2022-09-07T07:05:04.018Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-07T07:05:04.019Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:05:04.022Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:05:04.022Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534304017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:05:04.121Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-07T07:05:04.122Z||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-09-07T07:05:04.123Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:05:04.147Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:05:04.148Z||pool-17-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:05:05.023Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724
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-09-07T07:05:05.054Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724
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-09-07T07:05:05.057Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-07T07:05:05.057Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-07T07:05:05.057Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-07T07:05:35.058Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724
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-09-07T07:05:35.074Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724
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-09-07T07:05:35.076Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-07T07:05:35.076Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-07T07:05:35.077Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-07T07:05:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:05:38.346Z||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-09-07T07:05:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:05:38.474Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:05:38.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-07T07:05:38.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "ves-openapi-manager",
"timestamp": 1662534273922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:05:38.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:05.077Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724
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-09-07T07:06:05.096Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724
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-09-07T07:06:05.101Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-07T07:06:05.102Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-07T07:06:05.102Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-07T07:06:35.102Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724
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-09-07T07:06:35.145Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724
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-09-07T07:06:35.148Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-07T07:06:35.148Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-07T07:06:35.149Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-07T07:06:38.346Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:06:38.347Z||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-09-07T07:06:38.347Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:06:38.943Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:06:38.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "ves-openapi-manager",
"timestamp": 1662534273922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534278323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json",
"status": "NOTIFIED"
}
2022-09-07T07:06:38.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "cds",
"timestamp": 1662534281504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "ves-openapi-manager",
"timestamp": 1662534273922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534278323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-07T07:06:38.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662534281617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "cds",
"timestamp": 1662534281504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "ves-openapi-manager",
"timestamp": 1662534273922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534278323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662534281617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json",
"status": "NOTIFIED"
}
2022-09-07T07:06:38.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "cds",
"timestamp": 1662534281504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "ves-openapi-manager",
"timestamp": 1662534273922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534278323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-07T07:06:38.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662534281617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-07T07:06:38.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "cds",
"timestamp": 1662534281504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "ves-openapi-manager",
"timestamp": 1662534273922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534278323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662534281617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "cds",
"timestamp": 1662534281504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "ves-openapi-manager",
"timestamp": 1662534273922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534278323,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:06:38.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662534281617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-07T07:06:38.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "cds",
"timestamp": 1662534281504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662534281617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "cds",
"timestamp": 1662534281504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:06:38.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534289151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:06:38.966Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:38.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662534281617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:06:38.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "cds",
"timestamp": 1662534289526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:06:38.967Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:38.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "policy-id",
"timestamp": 1662534287926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662534289920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:06:38.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:38.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "cds",
"timestamp": 1662534290545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-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-09-07T07:06:38.978Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of efd5f627-01fd-45a5-9f88-72c0fa4de724
2022-09-07T07:06:38.979Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd5f627-01fd-45a5-9f88-72c0fa4de724 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-09-07T07:06:38.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "policy-id",
"timestamp": 1662534287926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662534291145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:06:38.994Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:38.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "policy-id",
"timestamp": 1662534287926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-07T07:06:38.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "aai-ml",
"timestamp": 1662534291736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662534292274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:06:38.996Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:38.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "policy-id",
"timestamp": 1662534287926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "aai-ml",
"timestamp": 1662534291736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "policy-id",
"timestamp": 1662534287926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:38.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:38.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:38.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662534293585,
"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-09-07T07:06:39.004Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efd5f627-01fd-45a5-9f88-72c0fa4de724
2022-09-07T07:06:39.004Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd5f627-01fd-45a5-9f88-72c0fa4de724 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-09-07T07:06:39.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "ves-openapi-manager",
"timestamp": 1662534293920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:39.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "aai-ml",
"timestamp": 1662534291736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:39.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "policy-id",
"timestamp": 1662534287926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:39.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662534294619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json",
"status": "DEPLOY_OK"
}
2022-09-07T07:06:39.029Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:39.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "ves-openapi-manager",
"timestamp": 1662534293920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:39.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "aai-ml",
"timestamp": 1662534291736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:39.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "policy-id",
"timestamp": 1662534287926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:06:39.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "aai-ml",
"timestamp": 1662534291736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:39.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534296963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:06:39.031Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:39.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "policy-id",
"timestamp": 1662534296082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:06:39.032Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:39.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "cds",
"timestamp": 1662534296503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:39.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "aai-ml",
"timestamp": 1662534291736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:39.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534298147,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:06:39.034Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:39.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "policy-id",
"timestamp": 1662534297117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:06:39.035Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:39.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "cds",
"timestamp": 1662534296503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:06:39.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "aai-ml",
"timestamp": 1662534291736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:06:39.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662534296950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:39.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534299351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:06:39.037Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:39.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "policy-id",
"timestamp": 1662534298135,
"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-09-07T07:06:39.047Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of efd5f627-01fd-45a5-9f88-72c0fa4de724
2022-09-07T07:06:39.047Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd5f627-01fd-45a5-9f88-72c0fa4de724 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-09-07T07:06:39.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662534296950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:39.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "aai-ml",
"timestamp": 1662534300055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:06:39.061Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:39.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "cds",
"timestamp": 1662534299912,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:06:39.062Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:39.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "policy-id",
"timestamp": 1662534287926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:39.062Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534301004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vfw4906e6fc06570_modules.json",
"status": "DEPLOY_OK"
}
2022-09-07T07:06:39.063Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:39.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662534296950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:39.063Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "cds",
"timestamp": 1662534300920,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-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-09-07T07:06:39.079Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bcc09f4e-543a-422e-9255-c2984e38316d
2022-09-07T07:06:39.080Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcc09f4e-543a-422e-9255-c2984e38316d 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-09-07T07:06:39.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "policy-id",
"timestamp": 1662534287926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:06:39.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534302008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-07T07:06:39.089Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:39.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662534296950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:39.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "policy-id",
"timestamp": 1662534301327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:06:39.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:39.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534303013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-07T07:06:39.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:39.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662534296950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/resourceInstances/vfw4906e6fc06570/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:39.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662534301617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:39.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "policy-id",
"timestamp": 1662534302364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:06:39.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:39.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534304017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:06:39.093Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:39.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662534296950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:39.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662534301617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:06:39.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "policy-id",
"timestamp": 1662534303382,
"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-09-07T07:06:39.099Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bcc09f4e-543a-422e-9255-c2984e38316d
2022-09-07T07:06:39.100Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcc09f4e-543a-422e-9255-c2984e38316d 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-09-07T07:06:39.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662534296950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:06:39.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662534305568,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:06:39.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:39.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662534317922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:06:39.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:39.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662534318932,
"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-09-07T07:06:39.120Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of efd5f627-01fd-45a5-9f88-72c0fa4de724
2022-09-07T07:06:39.120Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd5f627-01fd-45a5-9f88-72c0fa4de724 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-09-07T07:06:39.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662534296950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:39.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "aai-ml",
"timestamp": 1662534321692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220907070244/1.0/artifacts/service-Vfw20220907070244-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:06:39.132Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:39.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662534296950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:06:39.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "aai-ml",
"timestamp": 1662534322711,
"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-09-07T07:06:39.139Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of efd5f627-01fd-45a5-9f88-72c0fa4de724
2022-09-07T07:06:39.140Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId efd5f627-01fd-45a5-9f88-72c0fa4de724 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-09-07T07:06:39.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662534322094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:06:39.156Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:39.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "aai-ml",
"timestamp": 1662534291736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:06:39.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "aai-ml",
"timestamp": 1662534291736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:06:39.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:06:39.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "aai-ml",
"timestamp": 1662534325831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:06:39.157Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:39.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662534324829,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:06:39.157Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:39.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662534325839,
"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-09-07T07:06:39.163Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bcc09f4e-543a-422e-9255-c2984e38316d
2022-09-07T07:06:39.163Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcc09f4e-543a-422e-9255-c2984e38316d 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-09-07T07:06:39.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "aai-ml",
"timestamp": 1662534330134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:06:39.173Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:06:39.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:06:39.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "aai-ml",
"timestamp": 1662534331142,
"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-09-07T07:06:39.179Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bcc09f4e-543a-422e-9255-c2984e38316d
2022-09-07T07:06:39.179Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcc09f4e-543a-422e-9255-c2984e38316d 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-09-07T07:07:05.149Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724
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-09-07T07:07:05.166Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724
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-09-07T07:07:05.169Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-07T07:07:05.170Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-07T07:07:05.170Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-07T07:07:05.170Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-07T07:07:05.170Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-07T07:07:05.170Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-07T07:07:05.170Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-07T07:07:05.170Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-07T07:07:05.170Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-07T07:07:05.170Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||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-09-07T07:07:05.177Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-07T07:07:35.177Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: efd5f627-01fd-45a5-9f88-72c0fa4de724 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-09-07T07:07:35.192Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: efd5f627-01fd-45a5-9f88-72c0fa4de724 and serviceModelVersionId: 35fc8a3f-5b5c-438d-839b-68fbdd895040
2022-09-07T07:07:35.192Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 46d71842-71d3-43e4-a4a7-9bc0c6966237
2022-09-07T07:07:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:07:38.345Z||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-09-07T07:07:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:07:47.945Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:07:56.591Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/46d71842-71d3-43e4-a4a7-9bc0c6966237/model-vers/model-ver/35fc8a3f-5b5c-438d-839b-68fbdd895040?depth=0
2022-09-07T07:07:56.755Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-07T07:07:57.521Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46d71842-71d3-43e4-a4a7-9bc0c6966237/model-vers/model-ver/35fc8a3f-5b5c-438d-839b-68fbdd895040?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-09-07T07:07:57.530Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46d71842-71d3-43e4-a4a7-9bc0c6966237/model-vers/model-ver/35fc8a3f-5b5c-438d-839b-68fbdd895040?depth=0|INFO|500||Invoke
2022-09-07T07:07:57.762Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46d71842-71d3-43e4-a4a7-9bc0c6966237/model-vers/model-ver/35fc8a3f-5b5c-438d-839b-68fbdd895040?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-07T07:07:58.154Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46d71842-71d3-43e4-a4a7-9bc0c6966237/model-vers/model-ver/35fc8a3f-5b5c-438d-839b-68fbdd895040?depth=0|INFO|500||InvokeReturn
2022-09-07T07:07:58.158Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46d71842-71d3-43e4-a4a7-9bc0c6966237/model-vers/model-ver/35fc8a3f-5b5c-438d-839b-68fbdd895040?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220907-07:07:56:410-38088], vertex-id=[163944], Content-Length=[0], Date=[Wed, 07 Sep 2022 07:07:56 GMT], Content-Type=[application/json]}
2022-09-07T07:07:58.159Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-09-07T07:07:58.166Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-07T07:07:58.167Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||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-09-07T07:07:58.189Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||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-09-07T07:07:58.191Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID efd5f627-01fd-45a5-9f88-72c0fa4de724 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-07T07:07:58.192Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-07T07:07:58.193Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:07:58.197Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:07:58.197Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534478191,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-07T07:07:58.297Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-07T07:07:58.298Z||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-09-07T07:07:58.298Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:07:58.351Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:07:58.352Z||pool-18-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-07T07:07:59.215Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:07:59.216Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|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-09-07T07:07:59.216Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|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 lgBWngBhXR7DDtss) ...
2022-09-07T07:08:03.900Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:08:03.901Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:08:03.901Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"bcc09f4e-543a-422e-9255-c2984e38316d","serviceName":"basic_onboard_LSOwMW","serviceVersion":"1.0","serviceUUID":"e71c8c60-1ea6-46df-970e-b86f9cb5b3e6","serviceDescription":"service","serviceInvariantUUID":"4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3","resources":[],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLsowmw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-template.yml","artifactChecksum":"NjdkNjk5ZjI3YzliNmI5ZWY3ZjRlMTM5ZjliYTgwY2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8baeb32a-4e17-41fd-bd63-5044a0c51b35","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLsowmw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar","artifactChecksum":"NWNlZTlkMjU0YWVmZjI2ZmE1NDczMThlZTM0M2RhZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2ae0747-c4e4-4c36-8e4e-ab23aa243e0a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-07T07:08:03.905Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:08:03.906Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:08:03.910Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:08:03.910Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534479215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:08:04.010Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:08:04.011Z||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-09-07T07:08:04.011Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:08:04.036Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:08:04.037Z||pool-19-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:08:04.910Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:08:04.911Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:08:04.915Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:08:04.915Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534479215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:08:05.015Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:08:05.016Z||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-09-07T07:08:05.016Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:08:05.036Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:08:05.036Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:08:05.917Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"serviceName": "basic_onboard_LSOwMW",
"serviceVersion": "1.0",
"serviceUUID": "e71c8c60-1ea6-46df-970e-b86f9cb5b3e6",
"serviceDescription": "service",
"serviceInvariantUUID": "4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3",
"resources": [],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardLsowmw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar",
"artifactChecksum": "NWNlZTlkMjU0YWVmZjI2ZmE1NDczMThlZTM0M2RhZWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a2ae0747-c4e4-4c36-8e4e-ab23aa243e0a"
}
],
"workloadContext": "Production"
}
2022-09-07T07:08:05.917Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 0
2022-09-07T07:08:05.917Z|efd5f627-01fd-45a5-9f88-72c0fa4de724|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e71c8c60-1ea6-46df-970e-b86f9cb5b3e6 ASDC
2022-09-07T07:08:05.918Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:bcc09f4e-543a-422e-9255-c2984e38316d
ServiceName:basic_onboard_LSOwMW
ServiceVersion:1.0
ServiceUUID:e71c8c60-1ea6-46df-970e-b86f9cb5b3e6
ServiceInvariantUUID:4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLsowmw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar
ArtifactUUID:a2ae0747-c4e4-4c36-8e4e-ab23aa243e0a
ArtifactChecksum:NWNlZTlkMjU0YWVmZjI2ZmE1NDczMThlZTM0M2RhZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
}
2022-09-07T07:08:05.918Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e71c8c60-1ea6-46df-970e-b86f9cb5b3e6 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-09-07T07:08:05.967Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-07T07:08:05.968Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-07T07:08:05.968Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-07T07:08:05.968Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a2ae0747-c4e4-4c36-8e4e-ab23aa243e0a from URL: /sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar
2022-09-07T07:08:05.968Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-07T07:08:05.969Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar
2022-09-07T07:08:06.202Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-07T07:08:06.207Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar a2ae0747-c4e4-4c36-8e4e-ab23aa243e0a 55722
2022-09-07T07:08:06.208Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar ASDC sendASDCNotification
2022-09-07T07:08:06.208Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar
2022-09-07T07:08:06.208Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-07T07:08:06.208Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:08:06.213Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:08:06.213Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534486207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:08:06.312Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-07T07:08:06.313Z||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-09-07T07:08:06.313Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:08:06.336Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:08:06.337Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:08:07.214Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-07T07:08:07.216Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-07T07:08:07.216Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a2ae0747-c4e4-4c36-8e4e-ab23aa243e0a, URL: /sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar to file: /app/ASDC/1/service-BasicOnboardLsowmw-csar.csar
2022-09-07T07:08:07.217Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLsowmw-csar.csar
2022-09-07T07:08:07.217Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLsowmw-csar.csar
2022-09-07T07:08:07.217Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLsowmw-csar.csar
2022-09-07T07:08:07.428Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15140345174451195080/Definitions/service-BasicOnboardLsowmw-template.yml
2022-09-07T07:08:08.441Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-07T07:08:08.442Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:08:08.442Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LSOwMW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:08:08.443Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-07T07:08:08.443Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-07T07:08:08.443Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:08:08.444Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LSOwMW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:08:08.444Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-07T07:08:08.445Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-07T07:08:08.446Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:08:08.446Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LSOwMW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:08:08.446Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:08:08.447Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LSOwMW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:08:08.447Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:08:08.448Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LSOwMW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:08:08.448Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:08:08.448Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LSOwMW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:08:08.449Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:08:08.449Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_LSOwMW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:08:08.449Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_LSOwMW
Description:service
Model UUID:e71c8c60-1ea6-46df-970e-b86f9cb5b3e6
Model Version:NULL
Model InvariantUuid:4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3
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-09-07T07:08:08.458Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||ERROR|500||Service Model contains no resources.
2022-09-07T07:08:08.459Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d
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-09-07T07:08:08.473Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d
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-09-07T07:08:08.477Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-07T07:08:08.477Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-07T07:08:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:08:38.345Z||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-09-07T07:08:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:08:38.482Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d
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-09-07T07:08:38.510Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d
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-09-07T07:08:38.521Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-07T07:08:38.522Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-07T07:08:39.035Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:08:39.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:08:39.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "efd5f627-01fd-45a5-9f88-72c0fa4de724",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534478191,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-07T07:08:39.037Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:08:39.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:08:39.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534479215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:08:39.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:08:39.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:08:39.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534479215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:08:39.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-09-07T07:08:39.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-07T07:08:39.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534486207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLsowmw/1.0/artifacts/service-BasicOnboardLsowmw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:08:39.039Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:09:08.525Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d
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-09-07T07:09:08.558Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d
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-09-07T07:09:08.564Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-07T07:09:08.564Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-07T07:09:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:09:38.346Z||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-09-07T07:09:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:09:38.565Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d
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-09-07T07:09:38.581Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d
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-09-07T07:09:38.586Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-07T07:09:38.586Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-07T07:09:48.007Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:10:08.587Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d
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-09-07T07:10:08.607Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d
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-09-07T07:10:08.617Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-07T07:10:08.618Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-07T07:10:38.345Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:10:38.346Z||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-09-07T07:10:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:10:38.619Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d
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-09-07T07:10:38.636Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d
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-09-07T07:10:38.652Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-07T07:10:38.652Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-07T07:10:47.973Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:11:08.653Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d
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-09-07T07:11:08.675Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d
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-09-07T07:11:08.682Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-07T07:11:08.682Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-07T07:11:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:11:38.346Z||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-09-07T07:11:38.346Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:11:38.682Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d
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-09-07T07:11:38.725Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d
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-09-07T07:11:38.735Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-07T07:11:38.735Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-07T07:11:47.942Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:12:08.735Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d
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-09-07T07:12:08.752Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d
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-09-07T07:12:08.768Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-07T07:12:08.769Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-07T07:12:38.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:12:38.345Z||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-09-07T07:12:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:12:38.770Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d
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-09-07T07:12:38.793Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d
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-09-07T07:12:38.800Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-07T07:12:38.801Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-07T07:12:47.924Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:13:08.804Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-09-07T07:13:08.806Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bcc09f4e-543a-422e-9255-c2984e38316d 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-09-07T07:13:08.822Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bcc09f4e-543a-422e-9255-c2984e38316d and serviceModelVersionId: e71c8c60-1ea6-46df-970e-b86f9cb5b3e6
2022-09-07T07:13:08.823Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3
2022-09-07T07:13:08.824Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3/model-vers/model-ver/e71c8c60-1ea6-46df-970e-b86f9cb5b3e6?depth=0
2022-09-07T07:13:08.834Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-07T07:13:08.916Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3/model-vers/model-ver/e71c8c60-1ea6-46df-970e-b86f9cb5b3e6?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-09-07T07:13:08.922Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3/model-vers/model-ver/e71c8c60-1ea6-46df-970e-b86f9cb5b3e6?depth=0|INFO|500||Invoke
2022-09-07T07:13:08.994Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3/model-vers/model-ver/e71c8c60-1ea6-46df-970e-b86f9cb5b3e6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-09-07T07:13:09.163Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3/model-vers/model-ver/e71c8c60-1ea6-46df-970e-b86f9cb5b3e6?depth=0|INFO|500||InvokeReturn
2022-09-07T07:13:09.168Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f96b0a6-7ed2-4ae1-bdc4-81bccc3764f3/model-vers/model-ver/e71c8c60-1ea6-46df-970e-b86f9cb5b3e6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220907-07:13:07:602-42509], vertex-id=[229576], Content-Length=[0], Date=[Wed, 07 Sep 2022 07:13:07 GMT], Content-Type=[application/json]}
2022-09-07T07:13:09.169Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-09-07T07:13:09.169Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-07T07:13:09.169Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||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-09-07T07:13:09.175Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||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-09-07T07:13:09.176Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bcc09f4e-543a-422e-9255-c2984e38316d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-09-07T07:13:09.176Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-09-07T07:13:09.177Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:13:09.181Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:13:09.182Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534789176,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-09-07T07:13:09.284Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-07T07:13:09.286Z||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-09-07T07:13:09.286Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:13:09.324Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:13:09.325Z||pool-22-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-07T07:13:10.201Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:13:10.202Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:13:10.202Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ...
2022-09-07T07:13:20.718Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:13:20.720Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:13:20.721Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:13:20.721Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ...
2022-09-07T07:13:30.307Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:13:30.308Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:13:30.309Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:13:30.309Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ...
2022-09-07T07:13:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:13:38.345Z||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-09-07T07:13:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:13:39.019Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:13:39.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-07T07:13:39.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bcc09f4e-543a-422e-9255-c2984e38316d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662534789176,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-09-07T07:13:39.021Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:13:39.894Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:13:39.895Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:13:39.896Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:13:39.896Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ...
2022-09-07T07:13:49.514Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:13:49.515Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:13:49.516Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:13:49.516Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ...
2022-09-07T07:13:59.100Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:13:59.101Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:13:59.102Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:13:59.102Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ...
2022-09-07T07:14:08.737Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:14:08.738Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:14:08.739Z||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-09-07T07:14:08.739Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:14:18.403Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:14:18.403Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:14:18.404Z||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-09-07T07:14:18.404Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:14:28.057Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:14:38.324Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:14:38.325Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T07:14:38.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T07:14:38.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:14:38.345Z||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-09-07T07:14:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:14:47.910Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:14:47.969Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:15:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:15:38.324Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T07:15:38.324Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T07:15:38.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:15:38.345Z||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-09-07T07:15:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:15:47.995Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:15:48.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:16:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:16:38.325Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T07:16:38.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T07:16:38.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:16:38.345Z||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-09-07T07:16:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:16:47.912Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:16:47.966Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:17:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:17:38.325Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T07:17:38.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T07:17:38.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:17:38.347Z||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-09-07T07:17:38.347Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:17:47.951Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:17:47.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:18:38.325Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:18:38.326Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T07:18:38.327Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T07:18:38.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:18:38.345Z||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-09-07T07:18:38.345Z||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 lgBWngBhXR7DDtss) ...
2022-09-07T07:18:47.993Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:18:47.994Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:19:38.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:19:38.325Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T07:19:38.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T07:19:38.344Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:19:38.345Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:19:38.345Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ...
2022-09-07T07:19:39.004Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:19:39.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-07T07:19:39.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"384ab9ad-0397-4c04-8fea-36f9c6f724d6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"afbb315a-27fd-4933-bb7f-06f4c5ceef07","serviceDescription":"service","serviceInvariantUUID":"f043564d-6cb7-432f-a4fb-64a95adac5fb","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9813a30a-936a-4292-a61b-4f7c69a7ec4a","resourceInvariantUUID":"d9b9f610-cc54-48dd-b2ee-71b9c457fa6b","resourceCustomizationUUID":"a5a7f7a0-8f17-4e67-9245-3f33a4860ad2","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":"NGExYWY3MmZlYmFhMmQzMmU2NDJlODNkM2FiMWQ0NWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c3367915-6b9d-4f7e-821a-7b17338a2b4c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NWQxNGMwNWFjZWE3ODhlZjg2YTA1Y2RhYzY2MzI1N2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f1d4e37c-9b35-4b9f-b168-548223aebea9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-07T07:19:39.015Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:19:39.015Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:19:39.016Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:19:39.016Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:19:39.016Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535173920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:19:39.018Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:19:39.018Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:19:39.018Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535166947,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:19:39.018Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:19:39.018Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:19:39.018Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "cds",
"timestamp": 1662535166504,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:19:39.018Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:19:39.019Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:19:39.019Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "policy-id",
"timestamp": 1662535167926,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:19:39.019Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:19:39.019Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:19:39.019Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535173920,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:19:39.019Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:19:39.020Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:19:39.020Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "cds",
"timestamp": 1662535166504,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:19:39.020Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:19:39.020Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:19:39.020Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535166947,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:19:39.020Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:19:39.021Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:19:39.021Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "policy-id",
"timestamp": 1662535167926,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:19:39.021Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:19:39.021Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:19:39.022Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "cds",
"timestamp": 1662535177355,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:19:39.022Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:19:39.022Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:19:39.023Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535176575,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:19:39.023Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:19:39.023Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:19:39.023Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "policy-id",
"timestamp": 1662535176567,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:19:39.024Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:19:39.024Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:19:39.025Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535178323,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:19:39.122Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-07T07:19:39.123Z||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-09-07T07:19:39.124Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:19:39.141Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:19:39.142Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-07T07:19:40.025Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:19:40.027Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:19:40.030Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:19:40.030Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535178323,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:19:40.131Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:19:40.132Z||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-09-07T07:19:40.132Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:19:40.162Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:19:40.163Z||pool-24-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-09-07T07:19:41.034Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "afbb315a-27fd-4933-bb7f-06f4c5ceef07",
"serviceDescription": "service",
"serviceInvariantUUID": "f043564d-6cb7-432f-a4fb-64a95adac5fb",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "a5a7f7a0-8f17-4e67-9245-3f33a4860ad2",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "9813a30a-936a-4292-a61b-4f7c69a7ec4a",
"resourceInvariantUUID": "d9b9f610-cc54-48dd-b2ee-71b9c457fa6b",
"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": "NWQxNGMwNWFjZWE3ODhlZjg2YTA1Y2RhYzY2MzI1N2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f1d4e37c-9b35-4b9f-b168-548223aebea9"
}
],
"workloadContext": "Production"
}
2022-09-07T07:19:41.035Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-07T07:19:41.035Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 afbb315a-27fd-4933-bb7f-06f4c5ceef07 ASDC
2022-09-07T07:19:41.036Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:384ab9ad-0397-4c04-8fea-36f9c6f724d6
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:afbb315a-27fd-4933-bb7f-06f4c5ceef07
ServiceInvariantUUID:f043564d-6cb7-432f-a4fb-64a95adac5fb
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:f1d4e37c-9b35-4b9f-b168-548223aebea9
ArtifactChecksum:NWQxNGMwNWFjZWE3ODhlZjg2YTA1Y2RhYzY2MzI1N2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:a5a7f7a0-8f17-4e67-9245-3f33a4860ad2
ResourceInvariantUUID:d9b9f610-cc54-48dd-b2ee-71b9c457fa6b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9813a30a-936a-4292-a61b-4f7c69a7ec4a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-09-07T07:19:41.036Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF afbb315a-27fd-4933-bb7f-06f4c5ceef07 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-07T07:19:41.121Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-07T07:19:41.123Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-07T07:19:41.123Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-07T07:19:41.123Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f1d4e37c-9b35-4b9f-b168-548223aebea9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-07T07:19:41.123Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-07T07:19:41.124Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-07T07:19:41.261Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-07T07:19:41.265Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f1d4e37c-9b35-4b9f-b168-548223aebea9 57660
2022-09-07T07:19:41.266Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-07T07:19:41.266Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-07T07:19:41.266Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-07T07:19:41.266Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:19:41.270Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:19:41.271Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535181266,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:19:41.371Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-07T07:19:41.372Z||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-09-07T07:19:41.372Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:19:41.430Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:19:41.431Z||pool-25-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:19:42.271Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-07T07:19:42.273Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-07T07:19:42.273Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f1d4e37c-9b35-4b9f-b168-548223aebea9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-07T07:19:42.274Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-07T07:19:42.274Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-07T07:19:42.274Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-07T07:19:42.504Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10013276490175669208/Definitions/service-BasicNetwork-template.yml
2022-09-07T07:19:43.462Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-07T07:19:43.463Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-07T07:19:43.464Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-07T07:19:43.464Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-07T07:19:43.464Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.464Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.465Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.465Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.465Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.466Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.466Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.466Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.466Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-07T07:19:43.466Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:19:43.467Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:19:43.467Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-07T07:19:43.468Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-07T07:19:43.468Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-07T07:19:43.468Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:19:43.468Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:19:43.469Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-07T07:19:43.469Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-07T07:19:43.469Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-07T07:19:43.469Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:19:43.470Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:19:43.470Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:19:43.470Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:19:43.471Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:19:43.471Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:19:43.471Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:19:43.472Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:19:43.472Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:19:43.472Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:19:43.472Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:afbb315a-27fd-4933-bb7f-06f4c5ceef07
Model Version:NULL
Model InvariantUuid:f043564d-6cb7-432f-a4fb-64a95adac5fb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d9b9f610-cc54-48dd-b2ee-71b9c457fa6b
Model UUID:1802030d-c2bf-4e5e-a290-a03dfa8efc16
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:a5a7f7a0-8f17-4e67-9245-3f33a4860ad2
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-09-07T07:19:43.488Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 9813a30a-936a-4292-a61b-4f7c69a7ec4a
2022-09-07T07:19:43.489Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||No resources found for Service: afbb315a-27fd-4933-bb7f-06f4c5ceef07
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-09-07T07:19:43.497Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||
2022-09-07T07:19:43.498Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-09-07T07:19:43.499Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||No resources found for Service: afbb315a-27fd-4933-bb7f-06f4c5ceef07
2022-09-07T07:19:43.499Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: afbb315a-27fd-4933-bb7f-06f4c5ceef07
2022-09-07T07:19:43.499Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-09-07T07:19:43.500Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.507Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a8567c9, org.onap.sdc.toscaparser.api.parameters.Input@393d772c, org.onap.sdc.toscaparser.api.parameters.Input@8c1ffb7, org.onap.sdc.toscaparser.api.parameters.Input@57b4fbac, org.onap.sdc.toscaparser.api.parameters.Input@469e65bc]
2022-09-07T07:19:43.510Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:19:43.510Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:19:43.510Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:19:43.510Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:19:43.511Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid afbb315a-27fd-4933-bb7f-06f4c5ceef07: Generic NeutronNet
2022-09-07T07:19:43.511Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:19:43.511Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:19:43.512Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:19:43.512Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.562Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:19:43.563Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:19:43.563Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:19:43.563Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:19:43.563Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:19:43.564Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:19:43.564Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:19:43.652Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-09-07T07:19:43.653Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-07T07:19:43.653Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-07T07:19:43.653Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-07T07:19:43.654Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:19:43.656Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:19:43.656Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535183653,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:19:43.767Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-09-07T07:19:43.768Z||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-09-07T07:19:43.768Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:19:43.809Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:19:43.810Z||pool-26-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-09-07T07:19:44.657Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6
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-09-07T07:19:44.677Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6
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-09-07T07:19:44.679Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-07T07:19:44.680Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-07T07:19:44.680Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-07T07:20:14.680Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6
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-09-07T07:20:14.697Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6
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-09-07T07:20:14.699Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-07T07:20:14.700Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-07T07:20:14.700Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-07T07:20:38.344Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:20:38.345Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:20:38.345Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ...
2022-09-07T07:20:38.574Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:20:38.574Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:20:38.574Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "cds",
"timestamp": 1662535178366,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-07T07:20:38.593Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 384ab9ad-0397-4c04-8fea-36f9c6f724d6
2022-09-07T07:20:38.594Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 384ab9ad-0397-4c04-8fea-36f9c6f724d6 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-09-07T07:20:44.700Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6
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-09-07T07:20:44.740Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6
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-09-07T07:20:44.749Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-07T07:20:44.750Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-07T07:20:44.750Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-07T07:21:14.750Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6
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-09-07T07:21:14.781Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6
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-09-07T07:21:14.784Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-07T07:21:14.784Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-07T07:21:14.784Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-07T07:21:38.344Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:21:38.345Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:21:38.345Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ...
2022-09-07T07:21:38.418Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:21:38.563Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.563Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535178323,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.565Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.566Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.566Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "policy-id",
"timestamp": 1662535177588,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:21:38.566Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.567Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.567Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535178323,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.568Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.568Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.568Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "policy-id",
"timestamp": 1662535178601,
"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-09-07T07:21:38.582Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 384ab9ad-0397-4c04-8fea-36f9c6f724d6
2022-09-07T07:21:38.582Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 384ab9ad-0397-4c04-8fea-36f9c6f724d6 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-09-07T07:21:38.597Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.598Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535179612,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:21:38.598Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.599Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.599Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535181266,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:21:38.599Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.600Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.600Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535180622,
"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-09-07T07:21:38.606Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 384ab9ad-0397-4c04-8fea-36f9c6f724d6
2022-09-07T07:21:38.606Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 384ab9ad-0397-4c04-8fea-36f9c6f724d6 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-09-07T07:21:38.617Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.618Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "cds",
"timestamp": 1662535181503,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.621Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.621Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.622Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535181617,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.622Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.622Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.623Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535183653,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:21:38.623Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.624Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.627Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "cds",
"timestamp": 1662535181503,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.628Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.629Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.629Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535181617,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.633Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.634Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.634Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "cds",
"timestamp": 1662535181503,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.634Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.635Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.635Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535181617,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.635Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.635Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.635Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "cds",
"timestamp": 1662535181503,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.636Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.636Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.636Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535181617,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.636Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.637Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.637Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "cds",
"timestamp": 1662535181503,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.637Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.637Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.638Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535181617,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.638Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.638Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.638Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "cds",
"timestamp": 1662535181503,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.639Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.639Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.639Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535181617,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.639Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.640Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.640Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "cds",
"timestamp": 1662535181503,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.640Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.640Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.640Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535181617,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.641Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.641Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.641Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "cds",
"timestamp": 1662535181503,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.641Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.642Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.642Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "policy-id",
"timestamp": 1662535187926,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.642Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.642Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.642Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535181617,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.643Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.643Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.643Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "cds",
"timestamp": 1662535181503,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.644Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.644Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.644Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "policy-id",
"timestamp": 1662535187926,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.645Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.645Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.645Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535181617,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.646Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.646Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.646Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "cds",
"timestamp": 1662535191377,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:21:38.647Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.647Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.647Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "policy-id",
"timestamp": 1662535187926,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.647Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.648Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.648Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "aai-ml",
"timestamp": 1662535191736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.649Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.649Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.650Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535181617,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.651Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.651Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.651Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "cds",
"timestamp": 1662535192382,
"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=?
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-09-07T07:21:38.669Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 332e725c-9eaf-4254-ac4e-43129699fe34
2022-09-07T07:21:38.670Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 332e725c-9eaf-4254-ac4e-43129699fe34 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-09-07T07:21:38.682Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.683Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "policy-id",
"timestamp": 1662535187926,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.683Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.683Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.683Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535181617,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.683Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.684Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.684Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "aai-ml",
"timestamp": 1662535191736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.684Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.684Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.684Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "policy-id",
"timestamp": 1662535187926,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.685Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.685Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.685Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535193920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.685Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.685Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.685Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "aai-ml",
"timestamp": 1662535194624,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:21:38.686Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.686Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.686Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535194125,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:21:38.687Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.687Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.687Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "policy-id",
"timestamp": 1662535187926,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.687Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.687Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.688Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535193920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.688Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.688Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.688Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535195234,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:21:38.689Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.689Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.689Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "policy-id",
"timestamp": 1662535187926,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.689Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.690Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.690Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535193920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.690Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.691Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.691Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "policy-id",
"timestamp": 1662535187926,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.691Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.692Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.692Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535196363,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:21:38.692Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.692Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.693Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535193920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.693Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.693Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.694Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "cds",
"timestamp": 1662535196504,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.694Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.695Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.695Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "policy-id",
"timestamp": 1662535187926,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.695Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.696Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.696Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535197532,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:21:38.696Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.696Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.697Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535193920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.697Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.697Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.697Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "cds",
"timestamp": 1662535196504,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.698Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.698Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.698Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535196949,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.699Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.699Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.699Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "policy-id",
"timestamp": 1662535197997,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:21:38.699Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.700Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.700Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535193920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.700Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.700Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.701Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535198844,
"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-09-07T07:21:38.709Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 332e725c-9eaf-4254-ac4e-43129699fe34
2022-09-07T07:21:38.709Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 332e725c-9eaf-4254-ac4e-43129699fe34 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-09-07T07:21:38.722Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.723Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "cds",
"timestamp": 1662535196504,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.724Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.724Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.725Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535196949,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.725Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.725Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.726Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "policy-id",
"timestamp": 1662535199006,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:21:38.726Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.726Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.727Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535193920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.727Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.727Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.727Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535199859,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-07T07:21:38.728Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.728Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.728Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "cds",
"timestamp": 1662535196504,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.728Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.729Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.731Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "aai-ml",
"timestamp": 1662535200530,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:21:38.731Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.732Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.732Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535196949,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.732Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.733Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.733Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "policy-id",
"timestamp": 1662535200015,
"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-09-07T07:21:38.743Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 332e725c-9eaf-4254-ac4e-43129699fe34
2022-09-07T07:21:38.744Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 332e725c-9eaf-4254-ac4e-43129699fe34 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-09-07T07:21:38.754Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.755Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535193920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.756Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.756Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.756Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "cds",
"timestamp": 1662535196504,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.757Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.757Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.757Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "aai-ml",
"timestamp": 1662535201541,
"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-09-07T07:21:38.762Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 384ab9ad-0397-4c04-8fea-36f9c6f724d6
2022-09-07T07:21:38.763Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 384ab9ad-0397-4c04-8fea-36f9c6f724d6 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-09-07T07:21:38.777Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.777Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535196949,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.778Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.778Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.778Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "policy-id",
"timestamp": 1662535187926,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.779Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.779Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.779Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535193920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.780Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.780Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.780Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "cds",
"timestamp": 1662535196504,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.781Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.781Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.781Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "aai-ml",
"timestamp": 1662535191736,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.781Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.782Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.782Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535196949,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.782Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.782Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.783Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535201617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.783Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.783Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.783Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "policy-id",
"timestamp": 1662535187926,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.784Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.784Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.784Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535193920,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.784Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.784Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.785Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "cds",
"timestamp": 1662535196504,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.785Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.785Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.785Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "aai-ml",
"timestamp": 1662535191736,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.785Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.786Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.786Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535196949,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.786Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.786Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.786Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535201617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.787Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.787Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.787Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "policy-id",
"timestamp": 1662535187926,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.787Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.787Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.788Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535193920,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.788Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.788Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.788Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "aai-ml",
"timestamp": 1662535191736,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.789Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.789Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.789Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "cds",
"timestamp": 1662535204435,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:21:38.789Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.790Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.790Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535196949,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.790Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.790Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.791Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535201617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.791Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.791Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.791Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "policy-id",
"timestamp": 1662535187926,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.792Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.792Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.792Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535193920,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.792Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.792Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.793Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "aai-ml",
"timestamp": 1662535191736,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.793Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.793Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.794Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "cds",
"timestamp": 1662535205442,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-09-07T07:21:38.820Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 187dc6f2-89b3-47b9-a791-d96d7f831fe5
2022-09-07T07:21:38.820Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 187dc6f2-89b3-47b9-a791-d96d7f831fe5 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-09-07T07:21:38.829Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.829Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535196949,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.830Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.830Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.830Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "policy-id",
"timestamp": 1662535187926,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.830Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.831Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.831Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535193920,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.832Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.832Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.832Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "aai-ml",
"timestamp": 1662535191736,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.832Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.833Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.833Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535201617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.834Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.834Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.834Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535196949,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.834Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.835Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.835Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "policy-id",
"timestamp": 1662535187926,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.836Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.836Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.836Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535193920,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.837Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.837Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.837Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "aai-ml",
"timestamp": 1662535191736,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.838Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.838Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.838Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535201617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.839Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.839Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.839Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "policy-id",
"timestamp": 1662535187926,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.840Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.840Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.840Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535207181,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:21:38.841Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.841Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.842Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535193920,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.842Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.842Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.843Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "aai-ml",
"timestamp": 1662535191736,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.845Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.845Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.845Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535201617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.846Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.847Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.848Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535193920,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.848Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.848Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.848Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "aai-ml",
"timestamp": 1662535191736,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.849Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.849Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.850Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "policy-id",
"timestamp": 1662535208468,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:21:38.850Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.850Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.850Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535201617,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.851Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.851Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.852Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "aai-ml",
"timestamp": 1662535191736,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.852Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.852Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.853Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "policy-id",
"timestamp": 1662535209482,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:21:38.853Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.853Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.854Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535210763,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:21:38.854Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.855Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.855Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "policy-id",
"timestamp": 1662535210497,
"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-09-07T07:21:38.864Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 187dc6f2-89b3-47b9-a791-d96d7f831fe5
2022-09-07T07:21:38.865Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 187dc6f2-89b3-47b9-a791-d96d7f831fe5 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-09-07T07:21:38.876Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.877Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "aai-ml",
"timestamp": 1662535211940,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:21:38.877Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.878Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.878Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535211906,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:21:38.878Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.879Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.879Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535213137,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:21:38.879Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.880Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.880Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535213290,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:21:38.880Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.881Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.881Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535214197,
"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-09-07T07:21:38.887Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 187dc6f2-89b3-47b9-a791-d96d7f831fe5
2022-09-07T07:21:38.887Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 187dc6f2-89b3-47b9-a791-d96d7f831fe5 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-09-07T07:21:38.896Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.897Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535214300,
"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-09-07T07:21:38.904Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 332e725c-9eaf-4254-ac4e-43129699fe34
2022-09-07T07:21:38.905Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 332e725c-9eaf-4254-ac4e-43129699fe34 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-09-07T07:21:38.917Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.917Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535215212,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-07T07:21:38.918Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.918Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.918Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535196949,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.919Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.919Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.919Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535196949,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.920Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.920Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.920Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535196949,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.920Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.920Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.921Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535196949,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.921Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.921Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.921Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535196949,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.922Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.922Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.922Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535196949,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.922Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.922Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.922Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "aai-ml",
"timestamp": 1662535222268,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:21:38.923Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.923Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.923Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535196949,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.923Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.924Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.924Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "aai-ml",
"timestamp": 1662535223291,
"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-09-07T07:21:38.929Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 332e725c-9eaf-4254-ac4e-43129699fe34
2022-09-07T07:21:38.930Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 332e725c-9eaf-4254-ac4e-43129699fe34 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-09-07T07:21:38.940Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.940Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535222558,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:21:38.941Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.941Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.942Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "aai-ml",
"timestamp": 1662535191736,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.942Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.942Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.942Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "aai-ml",
"timestamp": 1662535191736,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.942Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.943Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.943Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "aai-ml",
"timestamp": 1662535191736,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.943Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.943Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.943Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "aai-ml",
"timestamp": 1662535191736,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.944Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.944Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.944Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "aai-ml",
"timestamp": 1662535191736,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.945Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.945Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.945Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535227791,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:21:38.945Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:38.945Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.945Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "aai-ml",
"timestamp": 1662535191736,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:21:38.946Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.946Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.946Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535228823,
"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-09-07T07:21:38.952Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 187dc6f2-89b3-47b9-a791-d96d7f831fe5
2022-09-07T07:21:38.953Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 187dc6f2-89b3-47b9-a791-d96d7f831fe5 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-09-07T07:21:38.965Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.965Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "aai-ml",
"timestamp": 1662535191736,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:21:38.966Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:21:38.966Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:21:38.966Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "aai-ml",
"timestamp": 1662535231579,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:21:38.967Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:21:44.784Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6
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-09-07T07:21:44.801Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6
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-09-07T07:21:44.804Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-07T07:21:44.804Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-07T07:21:44.805Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-07T07:21:44.805Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-07T07:21:44.806Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-07T07:21:44.806Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-07T07:21:44.806Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-07T07:21:44.806Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-07T07:21:44.806Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-07T07:21:44.807Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:21:44.812Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-07T07:22:14.813Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6 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-09-07T07:22:14.822Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 384ab9ad-0397-4c04-8fea-36f9c6f724d6 and serviceModelVersionId: afbb315a-27fd-4933-bb7f-06f4c5ceef07
2022-09-07T07:22:14.823Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f043564d-6cb7-432f-a4fb-64a95adac5fb
2022-09-07T07:22:14.825Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f043564d-6cb7-432f-a4fb-64a95adac5fb/model-vers/model-ver/afbb315a-27fd-4933-bb7f-06f4c5ceef07?depth=0
2022-09-07T07:22:14.837Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-09-07T07:22:14.964Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f043564d-6cb7-432f-a4fb-64a95adac5fb/model-vers/model-ver/afbb315a-27fd-4933-bb7f-06f4c5ceef07?depth=0|INFO|500||Invoke
2022-09-07T07:22:14.965Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f043564d-6cb7-432f-a4fb-64a95adac5fb/model-vers/model-ver/afbb315a-27fd-4933-bb7f-06f4c5ceef07?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f043564d-6cb7-432f-a4fb-64a95adac5fb/model-vers/model-ver/afbb315a-27fd-4933-bb7f-06f4c5ceef07?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[384ab9ad-0397-4c04-8fea-36f9c6f724d6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b87ff9a2-ee89-471b-ab10-e618b728bf8b], X-ECOMP-RequestID=[384ab9ad-0397-4c04-8fea-36f9c6f724d6], X-TransactionId=[], X-ONAP-RequestID=[384ab9ad-0397-4c04-8fea-36f9c6f724d6], Content-Type=[application/merge-patch+json]}
2022-09-07T07:22:15.023Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f043564d-6cb7-432f-a4fb-64a95adac5fb/model-vers/model-ver/afbb315a-27fd-4933-bb7f-06f4c5ceef07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-07T07:22:15.296Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f043564d-6cb7-432f-a4fb-64a95adac5fb/model-vers/model-ver/afbb315a-27fd-4933-bb7f-06f4c5ceef07?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/f043564d-6cb7-432f-a4fb-64a95adac5fb/model-vers/model-ver/afbb315a-27fd-4933-bb7f-06f4c5ceef07?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220907-07:22:13:590-85959], vertex-id=[192536], Content-Length=[0], Date=[Wed, 07 Sep 2022 07:22:13 GMT], Content-Type=[application/json]}
2022-09-07T07:22:15.297Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f043564d-6cb7-432f-a4fb-64a95adac5fb/model-vers/model-ver/afbb315a-27fd-4933-bb7f-06f4c5ceef07?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-07T07:22:15.298Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f043564d-6cb7-432f-a4fb-64a95adac5fb/model-vers/model-ver/afbb315a-27fd-4933-bb7f-06f4c5ceef07?depth=0|INFO|500||InvokeReturn
2022-09-07T07:22:15.307Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-07T07:22:15.310Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:22:15.321Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||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-09-07T07:22:15.322Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 384ab9ad-0397-4c04-8fea-36f9c6f724d6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-07T07:22:15.323Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-07T07:22:15.323Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:15.326Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:15.326Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "384ab9ad-0397-4c04-8fea-36f9c6f724d6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535335322,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-07T07:22:15.426Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-07T07:22:15.428Z||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-09-07T07:22:15.428Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:15.450Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:15.451Z||pool-27-thread-1|||||INFO|500||cambria reply ok (24 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-09-07T07:22:16.343Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-07T07:22:16.343Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"332e725c-9eaf-4254-ac4e-43129699fe34","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e","serviceDescription":"service","serviceInvariantUUID":"dc7e0af9-3047-43fb-b651-b7baa923c8d9","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ee321da4-8aea-4a40-b06f-819bf1615836","resourceInvariantUUID":"8ea11a71-32a3-44a9-a5f1-3e848d88cc7e","resourceCustomizationUUID":"2fde60b9-011a-4a63-9c1c-67f9c903d836","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":"MzU2YmE4YmJmYWQ0ZDc2ZWJiOTYyN2I4ODZkODRjZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f158fd02-41bb-4cc9-ac65-d55bbe4e8d47","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":"d9574481-7483-4553-bedc-56a6e71608d8","artifactVersion":"2","generatedFromUUID":"d19d18c7-42bb-4af0-a524-7e80471bf265"},{"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":"d19d18c7-42bb-4af0-a524-7e80471bf265","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":"ODYzMTEyMjA5ZmFjMGYwYTQ3NjRmMmI1YTBlNjFhZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"afe00e9a-ec94-465b-b707-97d5e37f843d","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":"c87c019b-b0d1-48ff-a03b-17dcea2e24cb","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":"51f401b5-a66d-4ef8-94a3-1c1fa654afc6","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":"16fad3f9-df2c-491e-a93e-d256974acbe5","artifactVersion":"2","generatedFromUUID":"c87c019b-b0d1-48ff-a03b-17dcea2e24cb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWJhOGViMDg0MzMzNjUyNmRjZTEyZmM4OGEyZWM5ZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd184d2b-5e59-484a-972c-d9b1f6a4c255","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjQ1MWZmODg0MDNmZWRjZTYzYTY3NTJkNThlYmY0Y2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e660a10-1215-40b5-a185-0ad972b4c8d5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-07T07:22:16.345Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:22:16.346Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:16.348Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:16.349Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535178323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:16.449Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:22:16.450Z||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-09-07T07:22:16.450Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:16.467Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:16.468Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:22:17.349Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:22:17.351Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:17.354Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:17.354Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535178323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-09-07T07:22:17.454Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-07T07:22:17.455Z||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-09-07T07:22:17.455Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:17.471Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:17.472Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:22:18.355Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:22:18.357Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:18.360Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:18.361Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535178323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-09-07T07:22:18.460Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-07T07:22:18.462Z||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-09-07T07:22:18.462Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:18.503Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:18.505Z||pool-30-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:22:19.362Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:22:19.363Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:19.366Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:19.367Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535178323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-09-07T07:22:19.467Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:22:19.468Z||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-09-07T07:22:19.469Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:19.491Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:19.492Z||pool-31-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-07T07:22:20.367Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:22:20.368Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:20.371Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:20.371Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535178323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-09-07T07:22:20.471Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:22:20.472Z||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-09-07T07:22:20.472Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:20.508Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:20.509Z||pool-32-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-09-07T07:22:21.372Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:22:21.373Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:21.376Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:21.376Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535178323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:21.477Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-07T07:22:21.479Z||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-09-07T07:22:21.479Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:21.519Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:21.519Z||pool-33-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:22:22.377Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:22:22.378Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:22.380Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:22.381Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535178323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-09-07T07:22:22.481Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:22:22.482Z||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-09-07T07:22:22.482Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:22.513Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:22.514Z||pool-34-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:22:23.381Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:22:23.387Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:23.390Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:23.390Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535178323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:23.491Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-07T07:22:23.492Z||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-09-07T07:22:23.492Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:23.561Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:23.561Z||pool-35-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":1,"count":1}
2022-09-07T07:22:24.391Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:22:24.392Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:24.394Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:24.394Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535178323,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:22:24.494Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-07T07:22:24.496Z||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-09-07T07:22:24.497Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:24.514Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:24.516Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-07T07:22:25.396Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e",
"serviceDescription": "service",
"serviceInvariantUUID": "dc7e0af9-3047-43fb-b651-b7baa923c8d9",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "2fde60b9-011a-4a63-9c1c-67f9c903d836",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ee321da4-8aea-4a40-b06f-819bf1615836",
"resourceInvariantUUID": "8ea11a71-32a3-44a9-a5f1-3e848d88cc7e",
"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": "d9574481-7483-4553-bedc-56a6e71608d8",
"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": "d19d18c7-42bb-4af0-a524-7e80471bf265",
"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": "ODYzMTEyMjA5ZmFjMGYwYTQ3NjRmMmI1YTBlNjFhZGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "afe00e9a-ec94-465b-b707-97d5e37f843d",
"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": "c87c019b-b0d1-48ff-a03b-17dcea2e24cb",
"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": "16fad3f9-df2c-491e-a93e-d256974acbe5",
"generatedFromUUID": "c87c019b-b0d1-48ff-a03b-17dcea2e24cb"
},
"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": "16fad3f9-df2c-491e-a93e-d256974acbe5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "ZjQ1MWZmODg0MDNmZWRjZTYzYTY3NTJkNThlYmY0Y2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3e660a10-1215-40b5-a185-0ad972b4c8d5"
}
],
"workloadContext": "Production"
}
2022-09-07T07:22:25.396Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-07T07:22:25.396Z|384ab9ad-0397-4c04-8fea-36f9c6f724d6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e ASDC
2022-09-07T07:22:25.397Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:332e725c-9eaf-4254-ac4e-43129699fe34
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e
ServiceInvariantUUID:dc7e0af9-3047-43fb-b651-b7baa923c8d9
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:3e660a10-1215-40b5-a185-0ad972b4c8d5
ArtifactChecksum:ZjQ1MWZmODg0MDNmZWRjZTYzYTY3NTJkNThlYmY0Y2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:2fde60b9-011a-4a63-9c1c-67f9c903d836
ResourceInvariantUUID:8ea11a71-32a3-44a9-a5f1-3e848d88cc7e
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:ee321da4-8aea-4a40-b06f-819bf1615836
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:d9574481-7483-4553-bedc-56a6e71608d8
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:d19d18c7-42bb-4af0-a524-7e80471bf265
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:afe00e9a-ec94-465b-b707-97d5e37f843d
ArtifactChecksum:ODYzMTEyMjA5ZmFjMGYwYTQ3NjRmMmI1YTBlNjFhZGU=
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:c87c019b-b0d1-48ff-a03b-17dcea2e24cb
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:16fad3f9-df2c-491e-a93e-d256974acbe5
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:16fad3f9-df2c-491e-a93e-d256974acbe5
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-07T07:22:25.397Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e 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-09-07T07:22:25.452Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-07T07:22:25.453Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-07T07:22:25.453Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-07T07:22:25.453Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3e660a10-1215-40b5-a185-0ad972b4c8d5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-07T07:22:25.454Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-07T07:22:25.454Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-07T07:22:25.611Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-07T07:22:25.618Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3e660a10-1215-40b5-a185-0ad972b4c8d5 73673
2022-09-07T07:22:25.618Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-07T07:22:25.618Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-07T07:22:25.619Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-07T07:22:25.619Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:25.622Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:25.622Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535345618,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:22:25.722Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-07T07:22:25.729Z||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-09-07T07:22:25.729Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:25.775Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:25.776Z||pool-37-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:22:26.623Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-07T07:22:26.625Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-07T07:22:26.626Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3e660a10-1215-40b5-a185-0ad972b4c8d5, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-07T07:22:26.626Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-09-07T07:22:26.627Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-07T07:22:26.627Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-07T07:22:26.837Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16913374946500551279/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-09-07T07:22:29.135Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-07T07:22:29.136Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-07T07:22:29.136Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-07T07:22:29.136Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-07T07:22:29.136Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:29.136Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-07T07:22:29.137Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:29.137Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:29.137Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-07T07:22:29.137Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:29.138Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:22:29.138Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-07T07:22:29.138Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-07T07:22:29.139Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-07T07:22:29.139Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:29.139Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:22:29.140Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-07T07:22:29.140Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-07T07:22:29.140Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-07T07:22:29.141Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:29.141Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:22:29.141Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:29.142Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-07T07:22:29.142Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-09-07T07:22:29.142Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-09-07T07:22:29.143Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-07T07:22:29.143Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:29.143Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-07T07:22:29.144Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:29.144Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-07T07:22:29.144Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-07T07:22:29.145Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:29.145Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-07T07:22:29.145Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-07T07:22:29.145Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:29.146Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-07T07:22:29.146Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-07T07:22:29.146Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:29.147Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-07T07:22:29.147Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-07T07:22:29.147Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0a78d295-cb07-4181-83fe-e0742c8db8d8
2022-09-07T07:22:29.148Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:29.148Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:22:29.148Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:29.148Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:22:29.149Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:29.149Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:22:29.149Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:29.150Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:22:29.150Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e
Model Version:NULL
Model InvariantUuid:dc7e0af9-3047-43fb-b651-b7baa923c8d9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_cnf
Model UUID:13b5899b-83f4-4ff1-90df-63b0955fe91a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8ea11a71-32a3-44a9-a5f1-3e848d88cc7e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2fde60b9-011a-4a63-9c1c-67f9c903d836
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:529fbdb9-8923-4694-81b1-d4ea613ef135
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:f2a6ccbf-1aae-42e4-a499-414adbee1cc7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0a78d295-cb07-4181-83fe-e0742c8db8d8
ModelInvariantUuid:bdcd719c-c880-460b-96fe-1cf8b71501cf
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:40e6009f-e39e-4ef7-8189-d63e53a049e2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy
VNFC Properties:
ModelCustomizationUuid:e09f56c0-3a0f-400c-9622-5666435035be
ModelInvariantUuid:0f0ad793-e0ae-479f-b41e-bd5ac5bb3e75
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:17da6564-6fed-4fe7-aa94-0957198c6b10
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-09-07T07:22:29.161Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: ee321da4-8aea-4a40-b06f-819bf1615836
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-09-07T07:22:29.165Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-09-07T07:22:29.166Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ee321da4-8aea-4a40-b06f-819bf1615836
2022-09-07T07:22:29.166Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d9574481-7483-4553-bedc-56a6e71608d8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-07T07:22:29.166Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-07T07:22:29.166Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:29.252Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-07T07:22:29.253Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d9574481-7483-4553-bedc-56a6e71608d8 12
2022-09-07T07:22:29.253Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:29.254Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:29.254Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-07T07:22:29.254Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:29.257Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:29.257Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535349253,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:22:29.357Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:22:29.358Z||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-09-07T07:22:29.358Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:29.392Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:29.393Z||pool-38-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:22:30.258Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d19d18c7-42bb-4af0-a524-7e80471bf265 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-07T07:22:30.258Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-07T07:22:30.259Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:30.377Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-07T07:22:30.378Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d19d18c7-42bb-4af0-a524-7e80471bf265 2688
2022-09-07T07:22:30.379Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:30.379Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:30.379Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-07T07:22:30.380Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:30.391Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:30.392Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535350378,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:22:30.486Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-09-07T07:22:30.487Z||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-09-07T07:22:30.487Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:30.516Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:30.516Z||pool-39-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:22:31.396Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: afe00e9a-ec94-465b-b707-97d5e37f843d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-07T07:22:31.397Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-07T07:22:31.398Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:31.547Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-07T07:22:31.548Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json afe00e9a-ec94-465b-b707-97d5e37f843d 828
2022-09-07T07:22:31.548Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:31.548Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:31.549Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-07T07:22:31.549Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:31.553Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:31.554Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535351548,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:22:31.653Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-07T07:22:31.654Z||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-09-07T07:22:31.654Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:31.687Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:31.688Z||pool-40-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:22:32.554Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "529fbdb9-8923-4694-81b1-d4ea613ef135",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f2a6ccbf-1aae-42e4-a499-414adbee1cc7",
"vfModuleModelCustomizationUUID": "8726abd5-600b-40ef-a606-4b94f03427f6",
"isBase": true,
"artifacts": [
"d19d18c7-42bb-4af0-a524-7e80471bf265",
"c87c019b-b0d1-48ff-a03b-17dcea2e24cb",
"16fad3f9-df2c-491e-a93e-d256974acbe5"
],
"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-09-07T07:22:32.563Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f2a6ccbf-1aae-42e4-a499-414adbee1cc7
VfModuleModelInvariantUUID:529fbdb9-8923-4694-81b1-d4ea613ef135
VfModuleModelDescription:NULL
Artifacts UUID List:{
d19d18c7-42bb-4af0-a524-7e80471bf265
,
c87c019b-b0d1-48ff-a03b-17dcea2e24cb
,
16fad3f9-df2c-491e-a93e-d256974acbe5
}
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-09-07T07:22:32.566Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicCnf..base_dummy..module-0",
"vfModuleModelInvariantUUID": "529fbdb9-8923-4694-81b1-d4ea613ef135",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f2a6ccbf-1aae-42e4-a499-414adbee1cc7",
"vfModuleModelCustomizationUUID": "8726abd5-600b-40ef-a606-4b94f03427f6",
"isBase": true,
"artifacts": [
"d19d18c7-42bb-4af0-a524-7e80471bf265",
"c87c019b-b0d1-48ff-a03b-17dcea2e24cb",
"16fad3f9-df2c-491e-a93e-d256974acbe5"
],
"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-09-07T07:22:32.566Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f2a6ccbf-1aae-42e4-a499-414adbee1cc7
VfModuleModelInvariantUUID:529fbdb9-8923-4694-81b1-d4ea613ef135
VfModuleModelDescription:NULL
Artifacts UUID List:{
d19d18c7-42bb-4af0-a524-7e80471bf265
,
c87c019b-b0d1-48ff-a03b-17dcea2e24cb
,
16fad3f9-df2c-491e-a93e-d256974acbe5
}
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-09-07T07:22:32.566Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c87c019b-b0d1-48ff-a03b-17dcea2e24cb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-07T07:22:32.567Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-07T07:22:32.567Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:32.681Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-07T07:22:32.681Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c87c019b-b0d1-48ff-a03b-17dcea2e24cb 1164
2022-09-07T07:22:32.682Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:32.682Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:32.682Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-07T07:22:32.682Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:32.685Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:32.685Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535352682,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:22:32.785Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:22:32.786Z||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-09-07T07:22:32.786Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:32.809Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:32.809Z||pool-41-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:22:33.686Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 16fad3f9-df2c-491e-a93e-d256974acbe5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-07T07:22:33.687Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-07T07:22:33.687Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:33.790Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-07T07:22:33.791Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 16fad3f9-df2c-491e-a93e-d256974acbe5 200
2022-09-07T07:22:33.791Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:33.791Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:33.791Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-07T07:22:33.792Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:33.795Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:33.796Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535353791,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:22:33.896Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:22:33.897Z||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-09-07T07:22:33.897Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:33.926Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:33.927Z||pool-42-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:22:34.797Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e
2022-09-07T07:22:34.797Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ee321da4-8aea-4a40-b06f-819bf1615836 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-09-07T07:22:34.845Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:34.851Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5229017a, org.onap.sdc.toscaparser.api.parameters.Input@e31dc68, org.onap.sdc.toscaparser.api.parameters.Input@6a2b6b69, org.onap.sdc.toscaparser.api.parameters.Input@1ba0d943, org.onap.sdc.toscaparser.api.parameters.Input@198399c]
2022-09-07T07:22:34.853Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:34.854Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:22:34.854Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-09-07T07:22:34.854Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 2fde60b9-011a-4a63-9c1c-67f9c903d836
2022-09-07T07:22:34.854Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2fde60b9-011a-4a63-9c1c-67f9c903d836 matches Tosca VF Customization UUID: 2fde60b9-011a-4a63-9c1c-67f9c903d836
2022-09-07T07:22:34.855Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 2fde60b9-011a-4a63-9c1c-67f9c903d836 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-09-07T07:22:34.861Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:34.862Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:22:34.863Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 2fde60b9-011a-4a63-9c1c-67f9c903d836: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-07T07:22:34.863Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d7c89ab
2022-09-07T07:22:34.864Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:34.864Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-07T07:22:34.864Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8726abd5-600b-40ef-a606-4b94f03427f6
2022-09-07T07:22:34.865Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8726abd5-600b-40ef-a606-4b94f03427f6
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-09-07T07:22:34.870Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:34.871Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-07T07:22:34.871Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-07T07:22:34.871Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:34.872Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-07T07:22:34.872Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-07T07:22:34.872Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:34.872Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-07T07:22:34.872Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-07T07:22:34.872Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0a78d295-cb07-4181-83fe-e0742c8db8d8
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-09-07T07:22:34.877Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:34.877Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-07T07:22:34.877Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-07T07:22:34.877Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:34.878Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-07T07:22:34.878Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=2fde60b9-011a-4a63-9c1c-67f9c903d836
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-09-07T07:22:34.880Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:34.880Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:22:34.881Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e: basic_cnf
2022-09-07T07:22:34.881Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:34.881Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:22:34.881Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:34.881Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:22:34.881Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:34.882Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:22:34.882Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:34.882Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:22:34.882Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:22:34.882Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:22:34.882Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf
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: 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 vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-07T07:22:35.016Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ee321da4-8aea-4a40-b06f-819bf1615836 1 ASDC deployResourceStructure
2022-09-07T07:22:35.019Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-09-07T07:22:35.019Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-09-07T07:22:35.020Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-07T07:22:35.020Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:35.022Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:35.022Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535355017,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-07T07:22:35.122Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:22:35.123Z||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-09-07T07:22:35.123Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:35.146Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:35.146Z||pool-43-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:22:36.026Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-09-07T07:22:36.026Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-09-07T07:22:36.027Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-07T07:22:36.027Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:36.030Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:36.030Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535356026,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-07T07:22:36.131Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:22:36.132Z||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-09-07T07:22:36.132Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:36.153Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:36.154Z||pool-44-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:22:37.032Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-09-07T07:22:37.032Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-07T07:22:37.032Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-07T07:22:37.033Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:37.035Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:37.035Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535357031,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-07T07:22:37.136Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:22:37.137Z||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-09-07T07:22:37.137Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:37.156Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:37.157Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:22:38.036Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-09-07T07:22:38.037Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-07T07:22:38.037Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-07T07:22:38.038Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:38.043Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:38.044Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535358036,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DEPLOY_OK"
}
2022-09-07T07:22:38.144Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:22:38.145Z||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-09-07T07:22:38.145Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:38.183Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:38.184Z||pool-46-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:22:38.344Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:22:38.345Z|bcc09f4e-543a-422e-9255-c2984e38316d|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-09-07T07:22:38.345Z|bcc09f4e-543a-422e-9255-c2984e38316d|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 lgBWngBhXR7DDtss) ...
2022-09-07T07:22:38.430Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:38.434Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.435Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "aai-ml",
"timestamp": 1662535241577,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:22:38.437Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:22:38.438Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.439Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "aai-ml",
"timestamp": 1662535242582,
"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-09-07T07:22:38.449Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 187dc6f2-89b3-47b9-a791-d96d7f831fe5
2022-09-07T07:22:38.449Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 187dc6f2-89b3-47b9-a791-d96d7f831fe5 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-09-07T07:22:38.469Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.470Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "cds",
"timestamp": 1662535256503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.472Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.473Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.474Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535261617,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.478Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.479Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.479Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535256947,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.480Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.480Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.480Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "cds",
"timestamp": 1662535256503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.480Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.480Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.480Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535256947,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.482Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.482Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.482Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535261617,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.482Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.482Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.482Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "cds",
"timestamp": 1662535256503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.483Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.483Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.483Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535261617,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.483Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.483Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.483Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535256947,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.484Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.484Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.484Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "cds",
"timestamp": 1662535256503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.484Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.484Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.484Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535261617,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.485Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.485Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.485Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535256947,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.485Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.485Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.486Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "policy-id",
"timestamp": 1662535267926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.486Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.486Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.487Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "cds",
"timestamp": 1662535256503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.487Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.487Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.487Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535261617,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.487Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.488Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.488Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535256947,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.488Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.488Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.488Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "policy-id",
"timestamp": 1662535267926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.488Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.489Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.489Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "cds",
"timestamp": 1662535256503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.489Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.490Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.490Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535261617,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.490Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.490Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.490Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535256947,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.491Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.492Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.492Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "policy-id",
"timestamp": 1662535267926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.492Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.492Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.493Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "cds",
"timestamp": 1662535256503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.493Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.493Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.493Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535261617,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.494Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.494Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.494Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535256947,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.494Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.494Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.494Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "policy-id",
"timestamp": 1662535267926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.495Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.495Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.495Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "cds",
"timestamp": 1662535256503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:22:38.496Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.497Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.497Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "multicloud-k8s-id",
"timestamp": 1662535261617,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:22:38.498Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.498Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.498Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535256947,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:22:38.499Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.499Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.499Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "policy-id",
"timestamp": 1662535267926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.500Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.500Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.500Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535273920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.500Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.501Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.502Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "policy-id",
"timestamp": 1662535267926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.502Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.502Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.503Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "cds",
"timestamp": 1662535274578,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:22:38.503Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:22:38.503Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.504Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535273890,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:22:38.504Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:22:38.504Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.504Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535273920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.504Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.504Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.504Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "policy-id",
"timestamp": 1662535267926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.504Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.505Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.505Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "cds",
"timestamp": 1662535275585,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-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-09-07T07:22:38.524Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cb978f39-69c6-4f61-8dfa-4fff9709aa98
2022-09-07T07:22:38.525Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb978f39-69c6-4f61-8dfa-4fff9709aa98 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-09-07T07:22:38.536Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.536Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535273920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.537Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.537Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.537Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "policy-id",
"timestamp": 1662535267926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:22:38.537Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.537Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.537Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535273920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.538Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.538Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.538Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535277003,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:22:38.538Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:22:38.538Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.538Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "policy-id",
"timestamp": 1662535276941,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:22:38.538Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:22:38.539Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.539Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535273920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.539Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.539Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.539Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1662535278013,
"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-09-07T07:22:38.545Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb978f39-69c6-4f61-8dfa-4fff9709aa98
2022-09-07T07:22:38.546Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb978f39-69c6-4f61-8dfa-4fff9709aa98 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-09-07T07:22:38.562Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.562Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "policy-id",
"timestamp": 1662535277947,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:22:38.563Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:22:38.563Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.563Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535273920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-09-07T07:22:38.563Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.563Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.564Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "policy-id",
"timestamp": 1662535278952,
"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-09-07T07:22:38.571Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb978f39-69c6-4f61-8dfa-4fff9709aa98
2022-09-07T07:22:38.571Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb978f39-69c6-4f61-8dfa-4fff9709aa98 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-09-07T07:22:38.586Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.587Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535273920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.587Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.587Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.587Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535273920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.587Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.588Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.588Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "aai-ml",
"timestamp": 1662535281735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.588Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.588Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.588Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535282807,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:22:38.588Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:22:38.588Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.588Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "aai-ml",
"timestamp": 1662535281735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.588Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.589Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.589Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535284060,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-09-07T07:22:38.589Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:22:38.589Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.589Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "aai-ml",
"timestamp": 1662535281735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.590Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.590Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.590Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "ves-openapi-manager",
"timestamp": 1662535285067,
"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-09-07T07:22:38.595Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of cb978f39-69c6-4f61-8dfa-4fff9709aa98
2022-09-07T07:22:38.595Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb978f39-69c6-4f61-8dfa-4fff9709aa98 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-09-07T07:22:38.626Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.626Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "aai-ml",
"timestamp": 1662535281735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.626Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.627Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.627Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "aai-ml",
"timestamp": 1662535281735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.627Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.627Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.627Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "aai-ml",
"timestamp": 1662535281735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/resourceInstances/pnf1e34fb8d9c910/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.628Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.628Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.628Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "aai-ml",
"timestamp": 1662535281735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:22:38.628Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.628Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.628Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "aai-ml",
"timestamp": 1662535281735,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:22:38.629Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-07T07:22:38.629Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.629Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "aai-ml",
"timestamp": 1662535290638,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:22:38.629Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:22:38.630Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-07T07:22:38.630Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cb978f39-69c6-4f61-8dfa-4fff9709aa98",
"consumerID": "aai-ml",
"timestamp": 1662535297476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfJ8p5b36ya5vaaeaxkeqp/1.0/artifacts/service-DemoPnfJ8p5b36ya5vaaeaxkeqp-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:22:38.630Z|bcc09f4e-543a-422e-9255-c2984e38316d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-07T07:22:39.045Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-09-07T07:22:39.045Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-07T07:22:39.046Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-07T07:22:39.046Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:39.049Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:39.049Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535359045,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DEPLOY_OK"
}
2022-09-07T07:22:39.151Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:22:39.152Z||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-09-07T07:22:39.152Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:39.189Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:39.190Z||pool-47-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:22:40.051Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-07T07:22:40.051Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-07T07:22:40.052Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-07T07:22:40.052Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:22:40.068Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:22:40.069Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535360051,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-07T07:22:40.155Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-09-07T07:22:40.157Z||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-09-07T07:22:40.157Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:22:40.186Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:22:40.187Z||pool-48-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:22:41.070Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 332e725c-9eaf-4254-ac4e-43129699fe34
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-09-07T07:22:41.081Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 332e725c-9eaf-4254-ac4e-43129699fe34
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-09-07T07:22:41.085Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-07T07:22:41.085Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-07T07:22:41.085Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-07T07:22:41.085Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-07T07:22:41.086Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-07T07:22:41.086Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-07T07:22:41.086Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-07T07:22:41.086Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-07T07:22:41.086Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-07T07:22:41.086Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:22:41.092Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-07T07:23:11.092Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 332e725c-9eaf-4254-ac4e-43129699fe34 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-09-07T07:23:11.102Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 332e725c-9eaf-4254-ac4e-43129699fe34 and serviceModelVersionId: 70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e
2022-09-07T07:23:11.102Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dc7e0af9-3047-43fb-b651-b7baa923c8d9
2022-09-07T07:23:11.103Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dc7e0af9-3047-43fb-b651-b7baa923c8d9/model-vers/model-ver/70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e?depth=0
2022-09-07T07:23:11.115Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-09-07T07:23:11.189Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc7e0af9-3047-43fb-b651-b7baa923c8d9/model-vers/model-ver/70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e?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-09-07T07:23:11.190Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc7e0af9-3047-43fb-b651-b7baa923c8d9/model-vers/model-ver/70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e?depth=0|INFO|500||Invoke
2022-09-07T07:23:11.240Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc7e0af9-3047-43fb-b651-b7baa923c8d9/model-vers/model-ver/70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-07T07:23:11.452Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc7e0af9-3047-43fb-b651-b7baa923c8d9/model-vers/model-ver/70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e?depth=0|INFO|500||InvokeReturn
2022-09-07T07:23:11.453Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc7e0af9-3047-43fb-b651-b7baa923c8d9/model-vers/model-ver/70ce3a7e-db51-4d4e-8dab-5cf4689e7f8e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220907-07:23:09:849-58275], vertex-id=[221280], Content-Length=[0], Date=[Wed, 07 Sep 2022 07:23:09 GMT], Content-Type=[application/json]}
2022-09-07T07:23:11.459Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-09-07T07:23:11.459Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-07T07:23:11.459Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:23:11.470Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||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-09-07T07:23:11.470Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 332e725c-9eaf-4254-ac4e-43129699fe34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-07T07:23:11.470Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-07T07:23:11.471Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:23:11.473Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:23:11.474Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "332e725c-9eaf-4254-ac4e-43129699fe34",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535391470,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-07T07:23:11.574Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:23:11.575Z||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-09-07T07:23:11.575Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:23:11.606Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:23:11.607Z||pool-49-thread-1|||||INFO|500||cambria reply ok (33 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-09-07T07:23:12.510Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-07T07:23:12.511Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-07T07:23:12.511Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as lgBWngBhXR7DDtss) ...
2022-09-07T07:23:17.707Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:23:17.708Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-07T07:23:17.708Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"187dc6f2-89b3-47b9-a791-d96d7f831fe5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"442ce808-bb37-4e63-b3ec-95f4dffb81f2","serviceDescription":"service","serviceInvariantUUID":"eb5bbdfd-63e8-468d-8730-ba3f4720a5b8","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"59f920c2-7c72-40cc-9d03-a562f9c90dbc","resourceInvariantUUID":"64cf47bb-3ccc-4732-94fe-e0c2db8dd1b9","resourceCustomizationUUID":"0f5556ab-50fb-4980-9bc8-0f685fbe9f1e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ZmE5N2QxMDgzYjdjNGY2ZGQ2MWQ3OWZjODVlNGI4NjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"912d72c5-4e30-4485-be6f-aee4f2b14101","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"YmRlZGRlZGZjNWMxOTcwMzcyNDQwMDY3NWY4ZmIyMGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6784f48c-bc02-41cc-8646-6b317349d966","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"67944b86-74d6-469f-ba12-ca06b33bf674","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1eca9e4b-1a8c-4c0d-b913-cdd78f7ce0fd","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"10119899-85c5-4386-8e1f-6bb74540d733","artifactVersion":"2","generatedFromUUID":"67944b86-74d6-469f-ba12-ca06b33bf674"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OGIyOWMyZTkwZDhlNDMzNGE3M2ZiYzEwNDljOWEzMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2c1df922-f0ed-4525-b3c6-aebf7e9fc0fb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzMwNDNjNDcxODI4NjE1NTE2OGYyNDFjNDg5MDllZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95e084f4-0701-4f53-9edd-8903e83ff7e7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-07T07:23:17.711Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:23:17.712Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:23:17.715Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:23:17.716Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535392510,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:23:17.816Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-07T07:23:17.817Z||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-09-07T07:23:17.817Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:23:17.835Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:23:17.836Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-07T07:23:18.718Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:23:18.719Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:23:18.722Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:23:18.723Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535392510,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-09-07T07:23:18.823Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:23:18.824Z||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-09-07T07:23:18.824Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:23:18.846Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:23:18.847Z||pool-51-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:23:19.723Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:23:19.723Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:23:19.726Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:23:19.726Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535392510,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-09-07T07:23:19.827Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:23:19.828Z||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-09-07T07:23:19.828Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:23:19.848Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:23:19.849Z||pool-52-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:23:20.727Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:23:20.728Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:23:20.730Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:23:20.730Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535392510,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:23:20.831Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:23:20.832Z||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-09-07T07:23:20.832Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:23:20.856Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:23:20.857Z||pool-53-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:23:21.731Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:23:21.732Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:23:21.734Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:23:21.734Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535392510,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-09-07T07:23:21.834Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-07T07:23:21.835Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-07T07:23:21.835Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:23:21.882Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:23:21.882Z||pool-54-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:23:22.735Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:23:22.735Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:23:22.737Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:23:22.737Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535392510,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-07T07:23:22.838Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:23:22.839Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-07T07:23:22.839Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:23:22.855Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:23:22.856Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-09-07T07:23:23.738Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-07T07:23:23.739Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:23:23.743Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:23:23.743Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535392510,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-09-07T07:23:23.843Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-07T07:23:23.844Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-07T07:23:23.844Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:23:23.866Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:23:23.867Z||pool-56-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:23:24.745Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "442ce808-bb37-4e63-b3ec-95f4dffb81f2",
"serviceDescription": "service",
"serviceInvariantUUID": "eb5bbdfd-63e8-468d-8730-ba3f4720a5b8",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "0f5556ab-50fb-4980-9bc8-0f685fbe9f1e",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "59f920c2-7c72-40cc-9d03-a562f9c90dbc",
"resourceInvariantUUID": "64cf47bb-3ccc-4732-94fe-e0c2db8dd1b9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "YmRlZGRlZGZjNWMxOTcwMzcyNDQwMDY3NWY4ZmIyMGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6784f48c-bc02-41cc-8646-6b317349d966",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "67944b86-74d6-469f-ba12-ca06b33bf674",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "10119899-85c5-4386-8e1f-6bb74540d733",
"generatedFromUUID": "67944b86-74d6-469f-ba12-ca06b33bf674"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "10119899-85c5-4386-8e1f-6bb74540d733",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YzMwNDNjNDcxODI4NjE1NTE2OGYyNDFjNDg5MDllZTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "95e084f4-0701-4f53-9edd-8903e83ff7e7"
}
],
"workloadContext": "Production"
}
2022-09-07T07:23:24.746Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-07T07:23:24.746Z|332e725c-9eaf-4254-ac4e-43129699fe34|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 442ce808-bb37-4e63-b3ec-95f4dffb81f2 ASDC
2022-09-07T07:23:24.746Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:187dc6f2-89b3-47b9-a791-d96d7f831fe5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:442ce808-bb37-4e63-b3ec-95f4dffb81f2
ServiceInvariantUUID:eb5bbdfd-63e8-468d-8730-ba3f4720a5b8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:95e084f4-0701-4f53-9edd-8903e83ff7e7
ArtifactChecksum:YzMwNDNjNDcxODI4NjE1NTE2OGYyNDFjNDg5MDllZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:0f5556ab-50fb-4980-9bc8-0f685fbe9f1e
ResourceInvariantUUID:64cf47bb-3ccc-4732-94fe-e0c2db8dd1b9
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:59f920c2-7c72-40cc-9d03-a562f9c90dbc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:6784f48c-bc02-41cc-8646-6b317349d966
ArtifactChecksum:YmRlZGRlZGZjNWMxOTcwMzcyNDQwMDY3NWY4ZmIyMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:67944b86-74d6-469f-ba12-ca06b33bf674
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:10119899-85c5-4386-8e1f-6bb74540d733
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:10119899-85c5-4386-8e1f-6bb74540d733
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-07T07:23:24.747Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 442ce808-bb37-4e63-b3ec-95f4dffb81f2 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-09-07T07:23:24.822Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-07T07:23:24.824Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-07T07:23:24.824Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-07T07:23:24.824Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 95e084f4-0701-4f53-9edd-8903e83ff7e7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-07T07:23:24.824Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-07T07:23:24.825Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-07T07:23:25.149Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-07T07:23:25.153Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 95e084f4-0701-4f53-9edd-8903e83ff7e7 74745
2022-09-07T07:23:25.153Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-07T07:23:25.153Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-07T07:23:25.153Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-07T07:23:25.154Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-07T07:23:25.156Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-07T07:23:25.156Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "187dc6f2-89b3-47b9-a791-d96d7f831fe5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1662535405153,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-07T07:23:25.256Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-07T07:23:25.257Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-07T07:23:25.258Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as lgBWngBhXR7DDtss) ...
2022-09-07T07:23:25.278Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-07T07:23:25.278Z||pool-57-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-07T07:23:26.157Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-07T07:23:26.158Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-07T07:23:26.158Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 95e084f4-0701-4f53-9edd-8903e83ff7e7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-07T07:23:26.159Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-09-07T07:23:26.159Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-07T07:23:26.159Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-09-07T07:23:26.352Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11073035421526158761/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-09-07T07:23:28.291Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-07T07:23:28.292Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-07T07:23:28.292Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-07T07:23:28.292Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-07T07:23:28.292Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-07T07:23:28.293Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-BasicVm-csar.csar
2022-09-07T07:23:28.293Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-07T07:23:28.293Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-07T07:23:28.293Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-BasicVm-csar.csar
2022-09-07T07:23:28.294Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-BasicVm-csar.csar
2022-09-07T07:23:28.294Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||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-BasicVm-csar.csar
2022-09-07T07:23:28.294Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-07T07:23:28.294Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-07T07:23:28.294Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-07T07:23:28.295Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-07T07:23:28.295Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-07T07:23:28.295Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-07T07:23:28.295Z|187dc6f2-89b3-47b9-a791-d96d7f831fe5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery