By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-02-07T02:54:06.623Z||main|||||INFO|500||The following profiles are active: basic
2022-02-07T02:54:16.348Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-07T02:54:16.349Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-07T02:54:16.440Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-07T02:54:18.749Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-07T02:54:18.900Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-07T02:54:19.283Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-07T02:54:19.293Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-07T02:54:19.376Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-07T02:54:19.494Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-07T02:54:19.912Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-07T02:54:20.644Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-07T02:54:22.566Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-07T02:54:22.611Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-07T02:54:23.026Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-07T02:54:23.292Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-02-07T02:54:24.446Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-07T02:54:25.419Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-02-07T02:54:25.434Z||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$$2c0c0be2.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-02-07T02:54:25.435Z||main|||||WARN|500||The sdc end point is not alive
2022-02-07T02:54:28.155Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-02-07T02:54:30.906Z||main|||||WARN|500||---
2022-02-07T02:54:30.906Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-07T02:54:30.906Z||main|||||WARN|500||---
2022-02-07T02:54:31.263Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-07T02:54:35.699Z||main|||||INFO|500||Started Application in 33.707 seconds (JVM running for 34.856)
2022-02-07T02:54:35.713Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-07T02:54:35.715Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-07T02:54:35.724Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-07T02:54:35.792Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-07T02:54:35.830Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8e8d2cc3-0167-4464-93fa-72d03f93504f url= /sdc/v1/artifactTypes
2022-02-07T02:54:35.831Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-07T02:54:36.107Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-07T02:54:36.128Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-02-07T02:54:36.147Z||scheduling-1|||||DEBUG|500||create keys
2022-02-07T02:54:36.154Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-07T02:54:36.290Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T02:54:36.310Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6d1f2802-52f4-471b-89c0-bd0cd378f5bb url= /sdc/v1/registerForDistribution
2022-02-07T02:54:36.716Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6d1f2802-52f4-471b-89c0-bd0cd378f5bb url= /sdc/v1/registerForDistribution
2022-02-07T02:54:36.717Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-07T02:54:36.728Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T02:54:36.729Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T02:54:36.733Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-07T02:54:36.736Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T02:54:36.736Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T02:54:36.736Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T02:54:36.736Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T02:54:48.670Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T02:54:49.025Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T02:55:36.725Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T02:55:36.726Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T02:55:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T02:55:36.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T02:55:36.728Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T02:55:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T02:55:46.282Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T02:55:46.285Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T02:56:36.725Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T02:56:36.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T02:56:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T02:56:36.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T02:56:36.728Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T02:56:36.729Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T02:56:46.295Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T02:56:46.307Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T02:57:36.725Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T02:57:36.726Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T02:57:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T02:57:36.727Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T02:57:36.729Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T02:57:36.730Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T02:57:46.268Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T02:57:46.282Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T02:58:36.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T02:58:36.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T02:58:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T02:58:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T02:58:36.728Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T02:58:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T02:58:46.268Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T02:58:46.276Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T02:59:36.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T02:59:36.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T02:59:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T02:59:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T02:59:36.728Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T02:59:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T02:59:46.265Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T02:59:46.267Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:00:36.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:00:36.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:00:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:00:36.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:00:36.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:00:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:00:46.269Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:00:46.272Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:01:36.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:01:36.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:01:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:01:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:01:36.729Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:01:36.729Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:01:46.265Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:01:46.268Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:02:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:02:36.726Z||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-02-07T03:02:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:02:36.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:02:36.727Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:02:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:02:46.271Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:02:46.276Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:03:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:03:36.726Z||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-02-07T03:03:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:03:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:03:36.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:03:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:03:46.270Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:03:46.272Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:04:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:04:36.726Z||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-02-07T03:04:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:04:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:04:36.727Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:04:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:04:38.223Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-07T03:04:46.265Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:04:46.268Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:05:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:05:36.725Z||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-02-07T03:05:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:05:36.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:05:36.727Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:05:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:05:46.263Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:05:46.267Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:06:36.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:06:36.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:06:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:06:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:06:36.731Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:06:36.731Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:06:46.270Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:06:46.275Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:07:36.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:07:36.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:07:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:07:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:07:36.728Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:07:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:07:46.270Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:07:46.278Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:08:36.725Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:08:36.726Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:08:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:08:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:08:36.729Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:08:36.729Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:08:46.268Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:08:46.271Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:09:36.725Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:09:36.726Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:09:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:09:36.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:09:36.727Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:09:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:09:46.270Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:09:46.273Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:10:36.725Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:10:36.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:10:36.727Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:10:36.727Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:10:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:10:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:10:46.272Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:10:46.272Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:11:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:11:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:11:36.727Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:11:36.728Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:11:36.728Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:11:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:11:46.273Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:11:46.275Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:12:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:12:36.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:12:36.726Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:12:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:12:36.727Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:12:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:12:46.265Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:12:46.275Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:13:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:13:36.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:13:36.726Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:13:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:13:36.727Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:13:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:13:46.268Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:13:46.268Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:14:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:14:36.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:14:36.726Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:14:36.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:14:36.727Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:14:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:14:46.269Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:14:46.270Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:15:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:15:36.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:15:36.726Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:15:36.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:15:36.728Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:15:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:15:46.280Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:15:46.289Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:16:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:16:36.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:16:36.726Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:16:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:16:36.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:16:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:16:46.266Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:16:46.269Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:17:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:17:36.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:17:36.726Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:17:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:17:36.727Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:17:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:17:46.261Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:17:46.266Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:18:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:18:36.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:18:36.726Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:18:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:18:36.727Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:18:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:18:46.265Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:18:46.266Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:19:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:19:36.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:19:36.726Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:19:36.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:19:36.727Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:19:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:19:46.262Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:19:46.265Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:20:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:20:36.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:20:36.726Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:20:36.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:20:36.727Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:20:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:20:46.261Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:20:46.267Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:21:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:21:36.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:21:36.726Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:21:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:21:36.728Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:21:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:21:46.262Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:21:46.265Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:22:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:22:36.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:22:36.726Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:22:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:22:36.728Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:22:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:22:46.261Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:22:46.263Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:23:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:23:36.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:23:36.726Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:23:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:23:36.727Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:23:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:23:46.262Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:23:46.265Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:24:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:24:36.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:24:36.726Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:24:36.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:24:36.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:24:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:24:46.262Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:24:46.268Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:25:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:25:36.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:25:36.726Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:25:36.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:25:36.727Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:25:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:25:46.265Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:25:46.266Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:26:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:26:36.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:26:36.726Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:26:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:26:36.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:26:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:26:46.264Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:26:46.266Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:27:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:27:36.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:27:36.726Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:27:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:27:36.728Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:27:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:27:46.266Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:27:46.267Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:28:36.725Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:28:36.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:28:36.726Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:28:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:28:36.727Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:28:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:28:46.266Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:28:46.268Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:29:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:29:36.726Z||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-02-07T03:29:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:29:36.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:29:36.727Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:29:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:29:46.267Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:29:46.270Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:30:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:30:36.726Z||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-02-07T03:30:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:30:36.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:30:36.727Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:30:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:30:46.265Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:30:46.268Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:31:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:31:36.726Z||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-02-07T03:31:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:31:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:31:36.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:31:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:31:46.266Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:31:46.267Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:32:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:32:36.726Z||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-02-07T03:32:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:32:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:32:36.727Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:32:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:32:46.265Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:32:46.266Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:33:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:33:36.726Z||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-02-07T03:33:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:33:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:33:36.727Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:33:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:33:46.265Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:33:46.265Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:34:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:34:36.726Z||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-02-07T03:34:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:34:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:34:36.727Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:34:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:34:46.264Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:34:46.275Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:35:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:35:36.726Z||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-02-07T03:35:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:35:36.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:35:36.728Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:35:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:35:46.263Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:35:46.266Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:36:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:36:36.726Z||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-02-07T03:36:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:36:36.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:36:36.727Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:36:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:36:46.261Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:36:46.266Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:37:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:37:36.726Z||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-02-07T03:37:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:37:36.727Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:37:36.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:37:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:37:46.263Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:37:46.263Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:38:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:38:36.725Z||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-02-07T03:38:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:38:36.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:38:36.727Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:38:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:38:46.260Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:38:46.263Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:39:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:39:36.726Z||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-02-07T03:39:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:39:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:39:36.727Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:39:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:39:46.262Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:39:46.265Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:40:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:40:36.726Z||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-02-07T03:40:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:40:36.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:40:36.727Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:40:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:40:46.259Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:40:46.266Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:41:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:41:36.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:41:36.728Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:41:36.728Z||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-02-07T03:41:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:41:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:41:46.262Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:41:46.265Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:42:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:42:36.726Z||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-02-07T03:42:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:42:36.727Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:42:36.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:42:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:42:46.265Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:42:46.265Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:43:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:43:36.726Z||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-02-07T03:43:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:43:36.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:43:36.727Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:43:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:43:46.265Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:43:46.267Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:44:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:44:36.726Z||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-02-07T03:44:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:44:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:44:36.728Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:44:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:44:46.263Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:44:46.265Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:45:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:45:36.726Z||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-02-07T03:45:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:45:36.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:45:36.727Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:45:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:45:46.276Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:45:46.278Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:46:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:46:36.726Z||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-02-07T03:46:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:46:36.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:46:36.727Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:46:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:46:46.265Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:46:46.267Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:47:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:47:36.726Z||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-02-07T03:47:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:47:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:47:36.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:47:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:47:46.263Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:47:46.266Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:48:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:48:36.726Z||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-02-07T03:48:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:48:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:48:36.727Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:48:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:48:46.264Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:48:46.266Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:49:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:49:36.726Z||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-02-07T03:49:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:49:36.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:49:36.727Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:49:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:49:46.260Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:49:46.265Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:50:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:50:36.726Z||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-02-07T03:50:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:50:36.727Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:50:36.727Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:50:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:50:46.271Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:50:46.272Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:51:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:51:36.726Z||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-02-07T03:51:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:51:36.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:51:36.727Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:51:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:51:46.264Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:51:46.268Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:52:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:52:36.726Z||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-02-07T03:52:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:52:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:52:36.727Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:52:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:52:46.265Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:52:46.269Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:53:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:53:36.727Z||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-02-07T03:53:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:53:36.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:53:36.728Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:53:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:53:46.266Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:53:46.266Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:54:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:54:36.726Z||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-02-07T03:54:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:54:36.727Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:54:36.727Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:54:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:54:46.266Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:54:46.274Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:55:36.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:55:36.726Z||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-02-07T03:55:36.726Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:55:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:55:36.728Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:55:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:55:37.351Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:55:37.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"843c20dd-eb18-41fd-862a-70a9432840ef","serviceName":"vFW 2022-02-07 03-52-44","serviceVersion":"1.0","serviceUUID":"56e92678-84cd-40e5-a6f9-257c22fa48bb","serviceDescription":"catalog service description","serviceInvariantUUID":"33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5","resources":[{"resourceInstanceName":"vFW 5f46aba8-ef3b 0","resourceName":"vFW 5f46aba8-ef3b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79641a82-eb1d-4676-962e-8ceff0448a9c","resourceInvariantUUID":"f05c6e55-f891-450e-83ad-5021aba08394","resourceCustomizationUUID":"2e09fb42-4b84-489d-bfe2-578de76782de","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml","artifactChecksum":"YzljNmM4Yzc3OGRkNjE2ZGQzMjIxNDVjOTdiNWM0ZDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14b87031-0650-49f4-8e6d-43bf5e34e9e0","artifactVersion":"1"},{"artifactName":"vfw5f46aba8ef3b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json","artifactChecksum":"MWEzMjg5MGQ2Zjk3YTI1NTMyMDc3ZjkxOTE0MzkyN2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ff4d9803-911d-476a-b742-c215b92d2c98","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3de23f19-3ea0-4127-9aa1-41dfb9de2c7e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml","artifactChecksum":"ODI5YjU1MzhjMzU0N2ZlZjkxZWQwZmM5Yjc0OWM2NWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"931a5f14-4164-44f2-bbf2-18f9c15f6389","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8f83b400-c202-463c-a2b8-59f0edc1c745","artifactVersion":"2","generatedFromUUID":"3de23f19-3ea0-4127-9aa1-41dfb9de2c7e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220207035244-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml","artifactChecksum":"Y2U1ZjM4MGFjZjlhMDc3MDFhNmU1OTkwNGFhYTZhYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba535a17-563f-49a9-bb94-0cab859f66f9","artifactVersion":"1"},{"artifactName":"service-Vfw20220207035244-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar","artifactChecksum":"YzcwODU1NmE0NTAxMzVkNTE5NDJlZjg3YTJiYTI4M2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"94329011-752f-4b62-8689-35e78ca43992","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-07T03:55:37.359Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:55:37.365Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T03:55:37.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "cds",
"timestamp": 1644206083208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.372Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:55:37.382Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:55:37.382Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206136725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206085823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644206086563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "policy-id",
"timestamp": 1644206085828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "cds",
"timestamp": 1644206083208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644206086563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206085823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json",
"status": "NOTIFIED"
}
2022-02-07T03:55:37.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "policy-id",
"timestamp": 1644206085828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "dcae-sch",
"timestamp": 1644206090816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "cds",
"timestamp": 1644206083208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644206086563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206085823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-07T03:55:37.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "policy-id",
"timestamp": 1644206085828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-07T03:55:37.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "dcae-sch",
"timestamp": 1644206090816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "cds",
"timestamp": 1644206083208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206085823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644206086563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "policy-id",
"timestamp": 1644206085828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "dcae-sch",
"timestamp": 1644206090816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "cds",
"timestamp": 1644206083208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206085823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-07T03:55:37.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644206086563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "policy-id",
"timestamp": 1644206085828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "dcae-sch",
"timestamp": 1644206090816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "cds",
"timestamp": 1644206083208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206085823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644206086563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "policy-id",
"timestamp": 1644206085828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "dcae-sch",
"timestamp": 1644206090816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "cds",
"timestamp": 1644206083208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T03:55:37.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206085823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T03:55:37.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644206086563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T03:55:37.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "policy-id",
"timestamp": 1644206085828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T03:55:37.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "dcae-sch",
"timestamp": 1644206090816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1644206096335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206096997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:55:37.394Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644206097014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:55:37.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:55:37.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "policy-id",
"timestamp": 1644206097011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:55:37.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:55:37.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "cds",
"timestamp": 1644206097020,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:55:37.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:55:37.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "dcae-sch",
"timestamp": 1644206090816,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1644206096335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "policy-id",
"timestamp": 1644206098018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-07T03:55:37.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:55:37.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206098066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:55:37.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:55:37.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "cds",
"timestamp": 1644206098077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-07T03:55:37.482Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-02-07T03:55:37.486Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:55:37.486Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-07T03:55:37.499Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:55:37.499Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-07T03:55:37.540Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 843c20dd-eb18-41fd-862a-70a9432840ef
2022-02-07T03:55:37.555Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 843c20dd-eb18-41fd-862a-70a9432840ef and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-07T03:55:37.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "aai-ml",
"timestamp": 1644206097772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1644206096335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "policy-id",
"timestamp": 1644206099021,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-07T03:55:37.593Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 843c20dd-eb18-41fd-862a-70a9432840ef
2022-02-07T03:55:37.593Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 843c20dd-eb18-41fd-862a-70a9432840ef and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-07T03:55:37.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206099118,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:55:37.601Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:55:37.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "aai-ml",
"timestamp": 1644206097772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1644206096335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.601Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206100164,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-07T03:55:37.606Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 843c20dd-eb18-41fd-862a-70a9432840ef
2022-02-07T03:55:37.606Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 843c20dd-eb18-41fd-862a-70a9432840ef and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-07T03:55:37.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "aai-ml",
"timestamp": 1644206097772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.619Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1644206096335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.619Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644206101089,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-07T03:55:37.620Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:55:37.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206101168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-07T03:55:37.620Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:55:37.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "aai-ml",
"timestamp": 1644206097772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1644206096335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644206102094,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-07T03:55:37.626Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 843c20dd-eb18-41fd-862a-70a9432840ef
2022-02-07T03:55:37.626Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 843c20dd-eb18-41fd-862a-70a9432840ef and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-07T03:55:37.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "aai-ml",
"timestamp": 1644206097772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "ves-openapi-manager",
"timestamp": 1644206096335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "aai-ml",
"timestamp": 1644206097772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "aai-ml",
"timestamp": 1644206097772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T03:55:37.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "aai-ml",
"timestamp": 1644206105582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:55:37.636Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:55:37.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "clamp",
"timestamp": 1644206106422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "clamp",
"timestamp": 1644206106422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json",
"status": "NOTIFIED"
}
2022-02-07T03:55:37.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "clamp",
"timestamp": 1644206106422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "clamp",
"timestamp": 1644206106422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "clamp",
"timestamp": 1644206106422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "clamp",
"timestamp": 1644206106422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:37.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "clamp",
"timestamp": 1644206106422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T03:55:37.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:55:37.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "aai-ml",
"timestamp": 1644206117765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-07T03:55:37.639Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:55:37.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "aai-ml",
"timestamp": 1644206118770,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-07T03:55:37.644Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 843c20dd-eb18-41fd-862a-70a9432840ef
2022-02-07T03:55:37.644Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 843c20dd-eb18-41fd-862a-70a9432840ef and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-07T03:55:37.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "clamp",
"timestamp": 1644206126602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:55:37.652Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:55:37.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "clamp",
"timestamp": 1644206128617,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-07T03:55:37.653Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:55:37.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:55:37.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "clamp",
"timestamp": 1644206129621,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-07T03:55:37.658Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 843c20dd-eb18-41fd-862a-70a9432840ef
2022-02-07T03:55:37.658Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 843c20dd-eb18-41fd-862a-70a9432840ef and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-07T03:55:38.389Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T03:55:38.390Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:55:38.392Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:55:38.392Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206136725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json",
"status": "NOTIFIED"
}
2022-02-07T03:55:38.492Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:55:38.493Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:55:38.493Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:55:38.506Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:55:38.506Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-07T03:55:39.392Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T03:55:39.393Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:55:39.395Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:55:39.395Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206136725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-07T03:55:39.495Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:55:39.496Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:55:39.496Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:55:39.508Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:55:39.509Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:55:40.395Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T03:55:40.397Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:55:40.399Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:55:40.399Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206136725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:40.500Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-07T03:55:40.510Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:55:40.510Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:55:40.527Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:55:40.528Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-02-07T03:55:41.400Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T03:55:41.401Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:55:41.403Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:55:41.403Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206136725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-07T03:55:41.504Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:55:41.505Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:55:41.505Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:55:41.517Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:55:41.517Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-07T03:55:42.404Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T03:55:42.405Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:55:42.407Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:55:42.407Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206136725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:55:42.507Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:55:42.508Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:55:42.508Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:55:42.518Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:55:42.519Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:55:43.407Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T03:55:43.409Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:55:43.411Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:55:43.411Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206136725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T03:55:43.511Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:55:43.512Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:55:43.512Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:55:43.523Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:55:43.523Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:55:44.413Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"serviceName": "vFW 2022-02-07 03-52-44",
"serviceVersion": "1.0",
"serviceUUID": "56e92678-84cd-40e5-a6f9-257c22fa48bb",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5",
"resources": [
{
"resourceInstanceName": "vFW 5f46aba8-ef3b 0",
"resourceCustomizationUUID": "2e09fb42-4b84-489d-bfe2-578de76782de",
"resourceName": "vFW 5f46aba8-ef3b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "79641a82-eb1d-4676-962e-8ceff0448a9c",
"resourceInvariantUUID": "f05c6e55-f891-450e-83ad-5021aba08394",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw5f46aba8ef3b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json",
"artifactChecksum": "MWEzMjg5MGQ2Zjk3YTI1NTMyMDc3ZjkxOTE0MzkyN2I\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ff4d9803-911d-476a-b742-c215b92d2c98",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3de23f19-3ea0-4127-9aa1-41dfb9de2c7e",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8f83b400-c202-463c-a2b8-59f0edc1c745",
"generatedFromUUID": "3de23f19-3ea0-4127-9aa1-41dfb9de2c7e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8f83b400-c202-463c-a2b8-59f0edc1c745",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220207035244-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"artifactChecksum": "YzcwODU1NmE0NTAxMzVkNTE5NDJlZjg3YTJiYTI4M2Q\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "94329011-752f-4b62-8689-35e78ca43992"
}
],
"workloadContext": "Production"
}
2022-02-07T03:55:44.414Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-07T03:55:44.414Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 56e92678-84cd-40e5-a6f9-257c22fa48bb ASDC
2022-02-07T03:55:44.508Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:843c20dd-eb18-41fd-862a-70a9432840ef
ServiceName:vFW 2022-02-07 03-52-44
ServiceVersion:1.0
ServiceUUID:56e92678-84cd-40e5-a6f9-257c22fa48bb
ServiceInvariantUUID:33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220207035244-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar
ArtifactUUID:94329011-752f-4b62-8689-35e78ca43992
ArtifactChecksum:YzcwODU1NmE0NTAxMzVkNTE5NDJlZjg3YTJiYTI4M2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 5f46aba8-ef3b 0
ResourceCustomizationUUID:2e09fb42-4b84-489d-bfe2-578de76782de
ResourceInvariantUUID:f05c6e55-f891-450e-83ad-5021aba08394
ResourceName:vFW 5f46aba8-ef3b
ResourceType:VF
ResourceUUID:79641a82-eb1d-4676-962e-8ceff0448a9c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw5f46aba8ef3b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json
ArtifactUUID:ff4d9803-911d-476a-b742-c215b92d2c98
ArtifactChecksum:MWEzMjg5MGQ2Zjk3YTI1NTMyMDc3ZjkxOTE0MzkyN2I=
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/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml
ArtifactUUID:3de23f19-3ea0-4127-9aa1-41dfb9de2c7e
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/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env
ArtifactUUID:8f83b400-c202-463c-a2b8-59f0edc1c745
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/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env
ArtifactUUID:8f83b400-c202-463c-a2b8-59f0edc1c745
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-07T03:55:44.508Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56e92678-84cd-40e5-a6f9-257c22fa48bb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-07T03:55:44.543Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-07T03:55:44.544Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-07T03:55:44.545Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-07T03:55:44.545Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 94329011-752f-4b62-8689-35e78ca43992 from URL: /sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar
2022-02-07T03:55:44.545Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-07T03:55:44.546Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar
2022-02-07T03:55:44.635Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-07T03:55:44.653Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar 94329011-752f-4b62-8689-35e78ca43992 98898
2022-02-07T03:55:44.655Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar ASDC sendASDCNotification
2022-02-07T03:55:44.655Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar
2022-02-07T03:55:44.655Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-07T03:55:44.656Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:55:44.658Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:55:44.658Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206144654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:55:44.758Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:55:44.759Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:55:44.759Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:55:44.771Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:55:44.771Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:55:45.658Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-07T03:55:45.659Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-07T03:55:45.660Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 94329011-752f-4b62-8689-35e78ca43992, URL: /sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar to file: /app/ASDC/1/service-Vfw20220207035244-csar.csar
2022-02-07T03:55:45.661Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220207035244-csar.csar
2022-02-07T03:55:45.724Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220207035244-csar.csar
2022-02-07T03:55:45.724Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220207035244-csar.csar
2022-02-07T03:55:46.211Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13411136240954990102/Definitions/service-Vfw20220207035244-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-02-07T03:55:48.954Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-07T03:55:48.958Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-07T03:55:48.958Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar
2022-02-07T03:55:48.959Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-07T03:55:48.959Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar
2022-02-07T03:55:48.959Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar
2022-02-07T03:55:48.959Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5f46aba8-ef3b 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar
2022-02-07T03:55:48.959Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar
2022-02-07T03:55:48.959Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar
2022-02-07T03:55:48.959Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar
2022-02-07T03:55:48.960Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar
2022-02-07T03:55:48.960Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar
2022-02-07T03:55:48.960Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar
2022-02-07T03:55:48.960Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar
2022-02-07T03:55:48.960Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar
2022-02-07T03:55:48.960Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar
2022-02-07T03:55:48.960Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220207035244-csar.csar
2022-02-07T03:55:48.960Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-07T03:55:48.974Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:48.976Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:55:48.980Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria
2022-02-07T03:55:48.980Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-07T03:55:48.981Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-07T03:55:48.983Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:48.983Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:55:48.983Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria
2022-02-07T03:55:48.984Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-07T03:55:48.984Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-07T03:55:48.984Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:48.984Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:55:48.988Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:48.988Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is not matching search criteria
2022-02-07T03:55:48.989Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-07T03:55:48.989Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-07T03:55:48.989Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-07T03:55:48.989Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-07T03:55:48.989Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-07T03:55:48.989Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-07T03:55:48.990Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-07T03:55:48.990Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-07T03:55:48.990Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-07T03:55:48.990Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-07T03:55:48.990Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-07T03:55:48.990Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-07T03:55:48.990Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-07T03:55:48.991Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-07T03:55:48.991Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-07T03:55:48.991Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-07T03:55:48.991Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:48.991Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-07T03:55:48.992Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:48.992Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria
2022-02-07T03:55:48.992Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-07T03:55:48.993Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:48.993Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria
2022-02-07T03:55:48.993Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-07T03:55:48.993Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:48.994Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria
2022-02-07T03:55:48.994Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-07T03:55:48.994Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:48.994Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is not matching search criteria
2022-02-07T03:55:48.994Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-07T03:55:48.995Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-07T03:55:48.995Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-07T03:55:48.995Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-07T03:55:48.995Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-07T03:55:48.995Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-07T03:55:48.995Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-07T03:55:48.996Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-07T03:55:48.996Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-07T03:55:48.996Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-07T03:55:48.996Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-07T03:55:48.996Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8a1f23da-5b49-435a-a7ed-e3e34f33e37b
2022-02-07T03:55:48.996Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:48.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is not matching search criteria
2022-02-07T03:55:48.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-07T03:55:48.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-07T03:55:48.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-07T03:55:48.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-07T03:55:48.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-07T03:55:48.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-07T03:55:48.998Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-07T03:55:48.998Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-07T03:55:48.998Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-07T03:55:48.998Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-07T03:55:48.998Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-07T03:55:48.998Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-07T03:55:48.998Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=08447e35-be15-4e75-81e9-579588c08045
2022-02-07T03:55:48.999Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:48.999Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is not matching search criteria
2022-02-07T03:55:48.999Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-07T03:55:48.999Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-07T03:55:48.999Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-07T03:55:48.999Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-07T03:55:49.000Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-07T03:55:49.000Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-07T03:55:49.000Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-07T03:55:49.000Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-07T03:55:49.000Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-07T03:55:49.000Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-07T03:55:49.000Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-07T03:55:49.001Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-07T03:55:49.001Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b251df8a-6b9a-4825-a552-d27e97aff79d
2022-02-07T03:55:49.001Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:49.001Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:55:49.001Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:49.001Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:55:49.002Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:49.002Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:55:49.002Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:49.002Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:55:49.002Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-07 03-52-44
Description:catalog service description
Model UUID:56e92678-84cd-40e5-a6f9-257c22fa48bb
Model Version:NULL
Model InvariantUuid:33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 5f46aba8-ef3b
Model UUID:fc7f4646-21a1-401c-9366-50408ea7e1bb
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f05c6e55-f891-450e-83ad-5021aba08394
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2e09fb42-4b84-489d-bfe2-578de76782de
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e0828acb-a034-4640-b6ad-adb8c87bd432
ModelName:Vfw5f46aba8Ef3b..base_vfw..module-0
ModelUuid:420dec3a-3ff4-4afd-b199-a75bd0fe6de5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8a1f23da-5b49-435a-a7ed-e3e34f33e37b
ModelInvariantUuid:b4280632-8ee9-44d8-b871-1b4ebb74ee5e
ModelName:vFW 5f46aba8-ef3b-nodes.vfwCvfc
ModelUuid:b2004819-9452-49ef-82ee-eba130a22049
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:54571c62-adc5-430a-9444-a6c3988a4918
ModelInvariantUuid:0ac8f0c4-3538-4c7f-ac61-012fe51fa844
ModelName:Vfw5f46aba8Ef3b.compute.nodes.heat.vfw
ModelUuid:881b08a2-b7ac-40e7-9564-3e9a87124118
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:08447e35-be15-4e75-81e9-579588c08045
ModelInvariantUuid:7ba99328-646a-422e-a1c9-edb0d8046186
ModelName:vFW 5f46aba8-ef3b-nodes.vsnCvfc
ModelUuid:9b281b7f-59e7-4558-a9c0-13adfa7237c6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:6a94a1ff-0f0b-4230-bd5f-48e2ff4905c3
ModelInvariantUuid:d46dc4a8-523a-4585-8b2a-fff88022c127
ModelName:Vfw5f46aba8Ef3b.compute.nodes.heat.vsn
ModelUuid:04aa1534-c5b5-4d83-b3cf-717b205003fe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b251df8a-6b9a-4825-a552-d27e97aff79d
ModelInvariantUuid:be125c47-1836-43cc-805b-5b34e03f6bf4
ModelName:vFW 5f46aba8-ef3b-nodes.vpgCvfc
ModelUuid:bb57cff2-51c9-4fc0-a6ed-2ca06f575ca5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0767f07c-b6e2-4dcc-931a-c5fbcde40982
ModelInvariantUuid:80692b9d-ed93-4991-8910-bd3ed20cdb96
ModelName:Vfw5f46aba8Ef3b.compute.nodes.heat.vpg
ModelUuid:23c2851c-3494-4122-8ca3-9bce921c3091
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-07T03:55:49.013Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 79641a82-eb1d-4676-962e-8ceff0448a9c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-07T03:55:49.101Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||vFW 5f46aba8-ef3b 0
2022-02-07T03:55:49.109Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 79641a82-eb1d-4676-962e-8ceff0448a9c
2022-02-07T03:55:49.109Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ff4d9803-911d-476a-b742-c215b92d2c98 from URL: /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json
2022-02-07T03:55:49.109Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-07T03:55:49.109Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json
2022-02-07T03:55:49.262Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-07T03:55:49.263Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json ff4d9803-911d-476a-b742-c215b92d2c98 785
2022-02-07T03:55:49.263Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json ASDC sendASDCNotification
2022-02-07T03:55:49.263Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json
2022-02-07T03:55:49.263Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-07T03:55:49.264Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:55:49.267Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:55:49.267Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206149263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:55:49.367Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:55:49.368Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:55:49.368Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:55:49.382Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:55:49.383Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:55:50.269Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw5f46aba8Ef3b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e0828acb-a034-4640-b6ad-adb8c87bd432",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "420dec3a-3ff4-4afd-b199-a75bd0fe6de5",
"vfModuleModelCustomizationUUID": "dbe376f1-777a-4480-8e39-26dfe61a5e57",
"isBase": true,
"artifacts": [
"3de23f19-3ea0-4127-9aa1-41dfb9de2c7e",
"8f83b400-c202-463c-a2b8-59f0edc1c745"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-07T03:55:50.287Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5f46aba8Ef3b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:420dec3a-3ff4-4afd-b199-a75bd0fe6de5
VfModuleModelInvariantUUID:e0828acb-a034-4640-b6ad-adb8c87bd432
VfModuleModelDescription:NULL
Artifacts UUID List:{
3de23f19-3ea0-4127-9aa1-41dfb9de2c7e
,
8f83b400-c202-463c-a2b8-59f0edc1c745
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-07T03:55:50.290Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw5f46aba8Ef3b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e0828acb-a034-4640-b6ad-adb8c87bd432",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "420dec3a-3ff4-4afd-b199-a75bd0fe6de5",
"vfModuleModelCustomizationUUID": "dbe376f1-777a-4480-8e39-26dfe61a5e57",
"isBase": true,
"artifacts": [
"3de23f19-3ea0-4127-9aa1-41dfb9de2c7e",
"8f83b400-c202-463c-a2b8-59f0edc1c745"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-07T03:55:50.290Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5f46aba8Ef3b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:420dec3a-3ff4-4afd-b199-a75bd0fe6de5
VfModuleModelInvariantUUID:e0828acb-a034-4640-b6ad-adb8c87bd432
VfModuleModelDescription:NULL
Artifacts UUID List:{
3de23f19-3ea0-4127-9aa1-41dfb9de2c7e
,
8f83b400-c202-463c-a2b8-59f0edc1c745
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-07T03:55:50.290Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3de23f19-3ea0-4127-9aa1-41dfb9de2c7e from URL: /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml
2022-02-07T03:55:50.290Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-07T03:55:50.291Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml
2022-02-07T03:55:50.470Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-07T03:55:50.472Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml 3de23f19-3ea0-4127-9aa1-41dfb9de2c7e 20368
2022-02-07T03:55:50.472Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-07T03:55:50.472Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml
2022-02-07T03:55:50.472Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-07T03:55:50.473Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:55:50.475Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:55:50.475Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206150472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:55:50.575Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:55:50.577Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:55:50.577Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:55:50.590Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:55:50.590Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-07T03:55:51.476Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8f83b400-c202-463c-a2b8-59f0edc1c745 from URL: /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env
2022-02-07T03:55:51.476Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-07T03:55:51.477Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env
2022-02-07T03:55:51.665Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-07T03:55:51.665Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env 8f83b400-c202-463c-a2b8-59f0edc1c745 2098
2022-02-07T03:55:51.666Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-07T03:55:51.666Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env
2022-02-07T03:55:51.666Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-07T03:55:51.666Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:55:51.669Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:55:51.669Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206151666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:55:51.769Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:55:51.770Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:55:51.770Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:55:51.784Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:55:51.785Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:55:52.670Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 56e92678-84cd-40e5-a6f9-257c22fa48bb
2022-02-07T03:55:52.671Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5f46aba8-ef3b 0 79641a82-eb1d-4676-962e-8ceff0448a9c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-07T03:55:52.706Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7fb314d3, org.onap.sdc.toscaparser.api.parameters.Input@19852291, org.onap.sdc.toscaparser.api.parameters.Input@51a8d691, org.onap.sdc.toscaparser.api.parameters.Input@1de8dd25, org.onap.sdc.toscaparser.api.parameters.Input@7a1a57c7]
2022-02-07T03:55:52.709Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:52.709Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:55:52.709Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-02-07T03:55:52.709Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2e09fb42-4b84-489d-bfe2-578de76782de
2022-02-07T03:55:52.710Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2e09fb42-4b84-489d-bfe2-578de76782de matches Tosca VF Customization UUID: 2e09fb42-4b84-489d-bfe2-578de76782de
2022-02-07T03:55:52.710Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2e09fb42-4b84-489d-bfe2-578de76782de matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-07T03:55:52.714Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:52.714Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:55:52.715Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2e09fb42-4b84-489d-bfe2-578de76782de: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-02-07T03:55:52.715Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@529f4fce
2022-02-07T03:55:52.715Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:52.716Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-07T03:55:52.716Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dbe376f1-777a-4480-8e39-26dfe61a5e57
2022-02-07T03:55:52.717Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dbe376f1-777a-4480-8e39-26dfe61a5e57
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-07T03:55:52.720Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:52.721Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria
2022-02-07T03:55:52.721Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-07T03:55:52.721Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:52.721Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria
2022-02-07T03:55:52.722Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-07T03:55:52.722Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:52.722Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is not matching search criteria
2022-02-07T03:55:52.722Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-07T03:55:52.722Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-07T03:55:52.722Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-07T03:55:52.722Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-07T03:55:52.722Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-07T03:55:52.722Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-07T03:55:52.723Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-07T03:55:52.723Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-07T03:55:52.723Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-07T03:55:52.723Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-07T03:55:52.723Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-07T03:55:52.723Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8a1f23da-5b49-435a-a7ed-e3e34f33e37b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-07T03:55:52.730Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:52.730Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria
2022-02-07T03:55:52.730Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-07T03:55:52.730Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is not matching search criteria
2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-07T03:55:52.731Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-07T03:55:52.732Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-07T03:55:52.732Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-07T03:55:52.732Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=08447e35-be15-4e75-81e9-579588c08045
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-07T03:55:52.733Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:52.733Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria
2022-02-07T03:55:52.734Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-07T03:55:52.736Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:52.736Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is not matching search criteria
2022-02-07T03:55:52.736Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-07T03:55:52.736Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-07T03:55:52.736Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-07T03:55:52.736Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-07T03:55:52.736Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-07T03:55:52.736Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-07T03:55:52.737Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-07T03:55:52.737Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-07T03:55:52.737Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-07T03:55:52.737Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-07T03:55:52.737Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-07T03:55:52.737Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-07T03:55:52.737Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b251df8a-6b9a-4825-a552-d27e97aff79d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-07T03:55:52.739Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:52.739Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria
2022-02-07T03:55:52.739Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-07T03:55:52.739Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:52.739Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Node template vFW 5f46aba8-ef3b 0 is matching search criteria
2022-02-07T03:55:52.739Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 5f46aba8-ef3b 0] matching following query criteria: sdcType=VF, customizationUUID=2e09fb42-4b84-489d-bfe2-578de76782de
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-07T03:55:52.741Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:52.741Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:55:52.741Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 56e92678-84cd-40e5-a6f9-257c22fa48bb: vFW 5f46aba8-ef3b
2022-02-07T03:55:52.741Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:52.741Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:55:52.741Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:52.741Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:55:52.742Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:52.742Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:55:52.742Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:52.742Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:55:52.742Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:55:52.742Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-02-07 03-52-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:55:52.742Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-02-07 03-52-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-02-07T03:55:52.996Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5f46aba8-ef3b 79641a82-eb1d-4676-962e-8ceff0448a9c 1 ASDC deployResourceStructure
2022-02-07T03:55:52.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json ASDC sendASDCNotification
2022-02-07T03:55:52.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json
2022-02-07T03:55:52.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-07T03:55:52.997Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:55:52.998Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:55:52.998Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206152997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-07T03:55:53.099Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-07T03:55:53.100Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:55:53.100Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:55:53.112Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:55:53.112Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:55:53.999Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-07T03:55:54.000Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml
2022-02-07T03:55:54.000Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-07T03:55:54.001Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:55:54.003Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:55:54.003Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206153999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-07T03:55:54.103Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:55:54.104Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:55:54.105Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:55:54.116Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:55:54.117Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:55:55.004Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-07T03:55:55.005Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env
2022-02-07T03:55:55.005Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-07T03:55:55.005Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:55:55.007Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:55:55.007Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206155004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-07T03:55:55.107Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:55:55.108Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:55:55.109Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:55:55.120Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:55:55.121Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:55:56.008Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar ASDC sendASDCNotification
2022-02-07T03:55:56.009Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar
2022-02-07T03:55:56.009Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-07T03:55:56.009Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:55:56.012Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:55:56.012Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206156008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-07T03:55:56.112Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:55:56.113Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:55:56.113Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:55:56.125Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:55:56.125Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:55:57.013Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 843c20dd-eb18-41fd-862a-70a9432840ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-07T03:55:57.028Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 843c20dd-eb18-41fd-862a-70a9432840ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-07T03:55:57.031Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-07T03:55:57.031Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-07T03:55:57.031Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-07T03:55:57.032Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-07T03:55:57.032Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-07T03:55:57.032Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-07T03:55:57.032Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-07T03:55:57.032Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-07T03:55:57.032Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-07T03:55:57.032Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-07T03:55:57.032Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-07T03:55:57.036Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-07T03:56:27.036Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 843c20dd-eb18-41fd-862a-70a9432840ef and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-07T03:56:27.046Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 843c20dd-eb18-41fd-862a-70a9432840ef and serviceModelVersionId: 56e92678-84cd-40e5-a6f9-257c22fa48bb
2022-02-07T03:56:27.047Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5
2022-02-07T03:56:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:56:36.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:56:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:56:36.852Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:56:36.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T03:56:36.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206136725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:56:36.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T03:56:39.324Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5/model-vers/model-ver/56e92678-84cd-40e5-a6f9-257c22fa48bb?depth=0
2022-02-07T03:56:39.420Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-02-07T03:56:39.829Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5/model-vers/model-ver/56e92678-84cd-40e5-a6f9-257c22fa48bb?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-02-07T03:56:39.833Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5/model-vers/model-ver/56e92678-84cd-40e5-a6f9-257c22fa48bb?depth=0|INFO|500||Invoke
2022-02-07T03:56:40.086Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5/model-vers/model-ver/56e92678-84cd-40e5-a6f9-257c22fa48bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-07T03:56:40.332Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5/model-vers/model-ver/56e92678-84cd-40e5-a6f9-257c22fa48bb?depth=0|INFO|500||InvokeReturn
2022-02-07T03:56:40.333Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33b291a1-4c9e-4cf0-a0ba-0c2507efa6c5/model-vers/model-ver/56e92678-84cd-40e5-a6f9-257c22fa48bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220207-03:56:40:093-9617], vertex-id=[167936], Content-Length=[0], Date=[Mon, 07 Feb 2022 03:56:40 GMT], Content-Type=[application/json]}
2022-02-07T03:56:40.333Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-02-07T03:56:40.336Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-07T03:56:40.336Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-07T03:56:40.339Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-02-07T03:56:40.361Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 843c20dd-eb18-41fd-862a-70a9432840ef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-07T03:56:40.362Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-07T03:56:40.363Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:56:40.365Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:56:40.365Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206200361,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-07T03:56:40.465Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:56:40.466Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:56:40.466Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:56:40.477Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:56:40.477Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-07T03:56:41.383Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:56:41.383Z|843c20dd-eb18-41fd-862a-70a9432840ef|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-02-07T03:56:41.383Z|843c20dd-eb18-41fd-862a-70a9432840ef|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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:56:42.000Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:56:42.002Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-07T03:56:42.002Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb3b9e5c-2186-47f2-9a49-8a537eb10bec","serviceName":"basic_onboard_aoSBVK","serviceVersion":"1.0","serviceUUID":"b4ddc6c1-c13f-4fbe-9d01-82f98d09b301","serviceDescription":"service","serviceInvariantUUID":"e4e30a30-c5a5-4d73-8057-669e8ec24267","resources":[{"resourceInstanceName":"basic_onboard_aoSBVK 0","resourceName":"basic_onboard_aoSBVK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18ee6d28-fdfb-4c30-9cbc-10db1c3c11a9","resourceInvariantUUID":"9b94b272-1b6f-4653-a32f-816f7c621b93","resourceCustomizationUUID":"b60984ea-4881-4669-8344-a2453fdf56da","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml","artifactChecksum":"MTdiYjY4OGU5NWJmMDE2NjZhNzgyNzFkZDUxZWUyZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5687743-7899-4720-b575-61356f3b8f09","artifactVersion":"1"},{"artifactName":"basic_onboard_aosbvk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json","artifactChecksum":"ZTM5ODljOWEyMmQ0Y2U3YjE0MTE4ZWFmMmMwYTQ1OWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ae8a372e-6aaa-4f56-bb67-6a9dd295f672","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3f10ed3d-f55f-4b83-a162-613459360ff3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dba62848-3866-4b34-951a-36ff59c8d834","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d678c5ba-4292-498d-be58-58c51d02db13","artifactVersion":"2","generatedFromUUID":"3f10ed3d-f55f-4b83-a162-613459360ff3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAosbvk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml","artifactChecksum":"YjFlMGZmMGEzYjA1MWM1ODM3MzI2ODhmYzI4ZTA3Mzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fd2d2c58-dacf-4c1b-a528-4d60bb9d9f24","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAosbvk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar","artifactChecksum":"MGFiNjUwOWU1NzkwYjE2M2YxYmQyNWU2MGM2ZWRiMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a72550f-4493-4d38-9ccb-29146c464601","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-07T03:56:42.006Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T03:56:42.007Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:56:42.009Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:56:42.009Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206201383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:56:42.109Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:56:42.110Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:56:42.111Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:56:42.123Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:56:42.123Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:56:43.010Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T03:56:43.011Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:56:43.013Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:56:43.013Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206201383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json",
"status": "NOTIFIED"
}
2022-02-07T03:56:43.114Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:56:43.115Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:56:43.115Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:56:43.126Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:56:43.126Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:56:44.014Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T03:56:44.015Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:56:44.017Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:56:44.018Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206201383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-07T03:56:44.118Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:56:44.119Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:56:44.119Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:56:44.130Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:56:44.131Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:56:45.018Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T03:56:45.020Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:56:45.022Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:56:45.022Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206201383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:56:45.123Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-07T03:56:45.124Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:56:45.124Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:56:45.136Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:56:45.137Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:56:46.023Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T03:56:46.024Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:56:46.026Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:56:46.026Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206201383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-07T03:56:46.126Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:56:46.127Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:56:46.128Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:56:46.141Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:56:46.142Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:56:47.027Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T03:56:47.028Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:56:47.031Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:56:47.031Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206201383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:56:47.131Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:56:47.133Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:56:47.133Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:56:47.144Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:56:47.145Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:56:48.031Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T03:56:48.032Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:56:48.035Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:56:48.035Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206201383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T03:56:48.135Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:56:48.136Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:56:48.136Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:56:48.148Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:56:48.148Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:56:49.037Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"serviceName": "basic_onboard_aoSBVK",
"serviceVersion": "1.0",
"serviceUUID": "b4ddc6c1-c13f-4fbe-9d01-82f98d09b301",
"serviceDescription": "service",
"serviceInvariantUUID": "e4e30a30-c5a5-4d73-8057-669e8ec24267",
"resources": [
{
"resourceInstanceName": "basic_onboard_aoSBVK 0",
"resourceCustomizationUUID": "b60984ea-4881-4669-8344-a2453fdf56da",
"resourceName": "basic_onboard_aoSBVK",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "18ee6d28-fdfb-4c30-9cbc-10db1c3c11a9",
"resourceInvariantUUID": "9b94b272-1b6f-4653-a32f-816f7c621b93",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_aosbvk0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json",
"artifactChecksum": "ZTM5ODljOWEyMmQ0Y2U3YjE0MTE4ZWFmMmMwYTQ1OWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ae8a372e-6aaa-4f56-bb67-6a9dd295f672",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3f10ed3d-f55f-4b83-a162-613459360ff3",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d678c5ba-4292-498d-be58-58c51d02db13",
"generatedFromUUID": "3f10ed3d-f55f-4b83-a162-613459360ff3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d678c5ba-4292-498d-be58-58c51d02db13",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardAosbvk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"artifactChecksum": "MGFiNjUwOWU1NzkwYjE2M2YxYmQyNWU2MGM2ZWRiMWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2a72550f-4493-4d38-9ccb-29146c464601"
}
],
"workloadContext": "Production"
}
2022-02-07T03:56:49.037Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-07T03:56:49.038Z|843c20dd-eb18-41fd-862a-70a9432840ef|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b4ddc6c1-c13f-4fbe-9d01-82f98d09b301 ASDC
2022-02-07T03:56:49.038Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:bb3b9e5c-2186-47f2-9a49-8a537eb10bec
ServiceName:basic_onboard_aoSBVK
ServiceVersion:1.0
ServiceUUID:b4ddc6c1-c13f-4fbe-9d01-82f98d09b301
ServiceInvariantUUID:e4e30a30-c5a5-4d73-8057-669e8ec24267
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAosbvk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar
ArtifactUUID:2a72550f-4493-4d38-9ccb-29146c464601
ArtifactChecksum:MGFiNjUwOWU1NzkwYjE2M2YxYmQyNWU2MGM2ZWRiMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_aoSBVK 0
ResourceCustomizationUUID:b60984ea-4881-4669-8344-a2453fdf56da
ResourceInvariantUUID:9b94b272-1b6f-4653-a32f-816f7c621b93
ResourceName:basic_onboard_aoSBVK
ResourceType:VF
ResourceUUID:18ee6d28-fdfb-4c30-9cbc-10db1c3c11a9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_aosbvk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json
ArtifactUUID:ae8a372e-6aaa-4f56-bb67-6a9dd295f672
ArtifactChecksum:ZTM5ODljOWEyMmQ0Y2U3YjE0MTE4ZWFmMmMwYTQ1OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3f10ed3d-f55f-4b83-a162-613459360ff3
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env
ArtifactUUID:d678c5ba-4292-498d-be58-58c51d02db13
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env
ArtifactUUID:d678c5ba-4292-498d-be58-58c51d02db13
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-07T03:56:49.038Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4ddc6c1-c13f-4fbe-9d01-82f98d09b301 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-07T03:56:49.071Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-07T03:56:49.072Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-07T03:56:49.072Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-07T03:56:49.072Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2a72550f-4493-4d38-9ccb-29146c464601 from URL: /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar
2022-02-07T03:56:49.072Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-07T03:56:49.072Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar
2022-02-07T03:56:49.264Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-07T03:56:49.270Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar 2a72550f-4493-4d38-9ccb-29146c464601 71536
2022-02-07T03:56:49.270Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar ASDC sendASDCNotification
2022-02-07T03:56:49.270Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar
2022-02-07T03:56:49.270Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-07T03:56:49.271Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:56:49.273Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:56:49.274Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206209270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:56:49.374Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:56:49.375Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:56:49.375Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:56:49.387Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:56:49.387Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:56:50.274Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-07T03:56:50.276Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-07T03:56:50.276Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2a72550f-4493-4d38-9ccb-29146c464601, URL: /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar to file: /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar
2022-02-07T03:56:50.276Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAosbvk-csar.csar
2022-02-07T03:56:50.277Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar
2022-02-07T03:56:50.277Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar
2022-02-07T03:56:50.714Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1697540595575086032/Definitions/service-BasicOnboardAosbvk-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-02-07T03:56:52.021Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar
2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_aoSBVK 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar
2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar
2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar
2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar
2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar
2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar
2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar
2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar
2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAosbvk-csar.csar
2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-07T03:56:52.022Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:52.023Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:56:52.023Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is matching search criteria
2022-02-07T03:56:52.023Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-07T03:56:52.023Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aoSBVK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-07T03:56:52.023Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:52.023Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:56:52.023Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is matching search criteria
2022-02-07T03:56:52.023Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-07T03:56:52.023Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aoSBVK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-07T03:56:52.024Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:52.024Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:56:52.024Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:52.024Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is not matching search criteria
2022-02-07T03:56:52.024Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-07T03:56:52.024Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-07T03:56:52.024Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-07T03:56:52.024Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-07T03:56:52.025Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-07T03:56:52.025Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:52.025Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-07T03:56:52.025Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:52.025Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is matching search criteria
2022-02-07T03:56:52.025Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aoSBVK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-07T03:56:52.025Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:52.025Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is matching search criteria
2022-02-07T03:56:52.025Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aoSBVK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-07T03:56:52.026Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:52.026Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is matching search criteria
2022-02-07T03:56:52.026Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aoSBVK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-07T03:56:52.026Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:52.026Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is not matching search criteria
2022-02-07T03:56:52.026Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-07T03:56:52.026Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-07T03:56:52.026Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bf2b4472-aa18-4b61-8115-5ed7870d4136
2022-02-07T03:56:52.026Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:52.026Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:56:52.027Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:52.027Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:56:52.027Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:52.027Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:56:52.027Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:52.027Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:56:52.027Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_aoSBVK
Description:service
Model UUID:b4ddc6c1-c13f-4fbe-9d01-82f98d09b301
Model Version:NULL
Model InvariantUuid:e4e30a30-c5a5-4d73-8057-669e8ec24267
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_aoSBVK
Model UUID:12c13162-c64f-4f35-a041-a574aa8279dc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9b94b272-1b6f-4653-a32f-816f7c621b93
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b60984ea-4881-4669-8344-a2453fdf56da
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6c52d941-cd67-4514-94be-ad5f8769a6c1
ModelName:BasicOnboardAosbvk..base_ubuntu18..module-0
ModelUuid:40910bb3-f30a-453a-8658-a84a1d4b0a2b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bf2b4472-aa18-4b61-8115-5ed7870d4136
ModelInvariantUuid:a0d0d85d-1cac-49af-aa4e-9d4150fdeba1
ModelName:basic_onboard_aoSBVK-nodes.ubuntu18Cvfc
ModelUuid:6ad96375-27b9-4310-aa72-1942210d9cdb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b7c05c7a-e8f7-4ece-bd9f-1187c7c1b3f4
ModelInvariantUuid:0efc8d61-6266-4ad0-95f7-545c1ccccdda
ModelName:BasicOnboardAosbvk.compute.nodes.heat.ubuntu18
ModelUuid:75194040-7945-4ac3-86cb-4e2d82975ab3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-07T03:56:52.033Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 18ee6d28-fdfb-4c30-9cbc-10db1c3c11a9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-07T03:56:52.035Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||basic_onboard_aoSBVK 0
2022-02-07T03:56:52.035Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18ee6d28-fdfb-4c30-9cbc-10db1c3c11a9
2022-02-07T03:56:52.035Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ae8a372e-6aaa-4f56-bb67-6a9dd295f672 from URL: /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json
2022-02-07T03:56:52.035Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-07T03:56:52.035Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json
2022-02-07T03:56:52.152Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-07T03:56:52.153Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json ae8a372e-6aaa-4f56-bb67-6a9dd295f672 798
2022-02-07T03:56:52.153Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json ASDC sendASDCNotification
2022-02-07T03:56:52.153Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json
2022-02-07T03:56:52.153Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-07T03:56:52.154Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:56:52.156Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:56:52.156Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206212153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:56:52.256Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:56:52.257Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:56:52.257Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:56:52.269Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:56:52.270Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:56:53.157Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAosbvk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "6c52d941-cd67-4514-94be-ad5f8769a6c1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "40910bb3-f30a-453a-8658-a84a1d4b0a2b",
"vfModuleModelCustomizationUUID": "f0e84c29-979f-453b-a451-0dd8c8ae697b",
"isBase": true,
"artifacts": [
"3f10ed3d-f55f-4b83-a162-613459360ff3",
"d678c5ba-4292-498d-be58-58c51d02db13"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-07T03:56:53.162Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAosbvk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:40910bb3-f30a-453a-8658-a84a1d4b0a2b
VfModuleModelInvariantUUID:6c52d941-cd67-4514-94be-ad5f8769a6c1
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f10ed3d-f55f-4b83-a162-613459360ff3
,
d678c5ba-4292-498d-be58-58c51d02db13
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-07T03:56:53.165Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAosbvk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "6c52d941-cd67-4514-94be-ad5f8769a6c1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "40910bb3-f30a-453a-8658-a84a1d4b0a2b",
"vfModuleModelCustomizationUUID": "f0e84c29-979f-453b-a451-0dd8c8ae697b",
"isBase": true,
"artifacts": [
"3f10ed3d-f55f-4b83-a162-613459360ff3",
"d678c5ba-4292-498d-be58-58c51d02db13"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-07T03:56:53.166Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAosbvk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:40910bb3-f30a-453a-8658-a84a1d4b0a2b
VfModuleModelInvariantUUID:6c52d941-cd67-4514-94be-ad5f8769a6c1
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f10ed3d-f55f-4b83-a162-613459360ff3
,
d678c5ba-4292-498d-be58-58c51d02db13
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-07T03:56:53.166Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3f10ed3d-f55f-4b83-a162-613459360ff3 from URL: /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml
2022-02-07T03:56:53.166Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-07T03:56:53.166Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml
2022-02-07T03:56:53.284Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-07T03:56:53.285Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml 3f10ed3d-f55f-4b83-a162-613459360ff3 5033
2022-02-07T03:56:53.285Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-07T03:56:53.285Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml
2022-02-07T03:56:53.285Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-07T03:56:53.285Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:56:53.288Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:56:53.288Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206213285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:56:53.388Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:56:53.389Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:56:53.389Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:56:53.401Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:56:53.401Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:56:54.289Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d678c5ba-4292-498d-be58-58c51d02db13 from URL: /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env
2022-02-07T03:56:54.289Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-07T03:56:54.290Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env
2022-02-07T03:56:54.336Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-07T03:56:54.336Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env d678c5ba-4292-498d-be58-58c51d02db13 909
2022-02-07T03:56:54.337Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-07T03:56:54.337Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env
2022-02-07T03:56:54.337Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-07T03:56:54.337Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:56:54.339Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:56:54.339Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206214337,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:56:54.440Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-07T03:56:54.441Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:56:54.441Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:56:54.453Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:56:54.454Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:56:55.340Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b4ddc6c1-c13f-4fbe-9d01-82f98d09b301
2022-02-07T03:56:55.341Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_aoSBVK 0 18ee6d28-fdfb-4c30-9cbc-10db1c3c11a9 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-02-07T03:56:55.357Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34151328, org.onap.sdc.toscaparser.api.parameters.Input@4e19cd12, org.onap.sdc.toscaparser.api.parameters.Input@7cf2cc35, org.onap.sdc.toscaparser.api.parameters.Input@42dc696e, org.onap.sdc.toscaparser.api.parameters.Input@5e4cbe4e]
2022-02-07T03:56:55.358Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:55.359Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:56:55.359Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-02-07T03:56:55.359Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= b60984ea-4881-4669-8344-a2453fdf56da
2022-02-07T03:56:55.359Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b60984ea-4881-4669-8344-a2453fdf56da matches Tosca VF Customization UUID: b60984ea-4881-4669-8344-a2453fdf56da
2022-02-07T03:56:55.359Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: b60984ea-4881-4669-8344-a2453fdf56da matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-07T03:56:55.361Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:55.361Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:56:55.362Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id b60984ea-4881-4669-8344-a2453fdf56da: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-02-07T03:56:55.362Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5bfb906a
2022-02-07T03:56:55.362Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:55.362Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-07T03:56:55.363Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f0e84c29-979f-453b-a451-0dd8c8ae697b
2022-02-07T03:56:55.363Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f0e84c29-979f-453b-a451-0dd8c8ae697b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-07T03:56:55.364Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:55.364Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is matching search criteria
2022-02-07T03:56:55.365Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aoSBVK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-07T03:56:55.365Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:55.365Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is matching search criteria
2022-02-07T03:56:55.365Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aoSBVK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-07T03:56:55.366Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:55.366Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is not matching search criteria
2022-02-07T03:56:55.366Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-07T03:56:55.366Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-07T03:56:55.366Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bf2b4472-aa18-4b61-8115-5ed7870d4136
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-07T03:56:55.368Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:55.368Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is matching search criteria
2022-02-07T03:56:55.368Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aoSBVK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-07T03:56:55.369Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:55.369Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_aoSBVK 0 is matching search criteria
2022-02-07T03:56:55.369Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_aoSBVK 0] matching following query criteria: sdcType=VF, customizationUUID=b60984ea-4881-4669-8344-a2453fdf56da
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-07T03:56:55.370Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:55.371Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:56:55.371Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b4ddc6c1-c13f-4fbe-9d01-82f98d09b301: basic_onboard_aoSBVK
2022-02-07T03:56:55.371Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:55.371Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:56:55.371Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:55.371Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:56:55.372Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:55.372Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:56:55.372Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:55.372Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:56:55.372Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T03:56:55.373Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_aoSBVK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T03:56:55.373Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_aoSBVK
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-07T03:56:55.453Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_aoSBVK 18ee6d28-fdfb-4c30-9cbc-10db1c3c11a9 1 ASDC deployResourceStructure
2022-02-07T03:56:55.454Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json ASDC sendASDCNotification
2022-02-07T03:56:55.454Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json
2022-02-07T03:56:55.454Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-07T03:56:55.454Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:56:55.456Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:56:55.456Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206215454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-07T03:56:55.556Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:56:55.557Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:56:55.557Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:56:55.570Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:56:55.571Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:56:56.457Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-07T03:56:56.457Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml
2022-02-07T03:56:56.457Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-07T03:56:56.458Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:56:56.459Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:56:56.459Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206216457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-07T03:56:56.560Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:56:56.561Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:56:56.561Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:56:56.574Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:56:56.575Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-07T03:56:57.461Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-07T03:56:57.461Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env
2022-02-07T03:56:57.461Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-07T03:56:57.462Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:56:57.465Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:56:57.465Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206217461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-07T03:56:57.565Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:56:57.567Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:56:57.567Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:56:57.578Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:56:57.579Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:56:58.465Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar ASDC sendASDCNotification
2022-02-07T03:56:58.466Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar
2022-02-07T03:56:58.466Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-07T03:56:58.466Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:56:58.468Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:56:58.468Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206218465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-07T03:56:58.569Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:56:58.570Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:56:58.570Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:56:58.582Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:56:58.582Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-07T03:56:59.469Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb3b9e5c-2186-47f2-9a49-8a537eb10bec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-07T03:56:59.478Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb3b9e5c-2186-47f2-9a49-8a537eb10bec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-07T03:56:59.481Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-07T03:56:59.481Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-07T03:56:59.481Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-07T03:57:29.481Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb3b9e5c-2186-47f2-9a49-8a537eb10bec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-07T03:57:29.490Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb3b9e5c-2186-47f2-9a49-8a537eb10bec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-07T03:57:29.495Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-07T03:57:29.495Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-07T03:57:29.495Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-07T03:57:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:57:36.727Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:57:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:57:36.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:57:36.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206136725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json",
"status": "NOTIFIED"
}
2022-02-07T03:57:36.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206136725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-07T03:57:36.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206136725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206136725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-07T03:57:36.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206136725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206136725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T03:57:36.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206144654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:57:36.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:57:36.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206149263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:57:36.764Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:57:36.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206150472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:57:36.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:57:36.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206151666,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:57:36.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:57:36.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206152997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/vfw5f46aba8ef3b0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-07T03:57:36.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:57:36.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206153999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-07T03:57:36.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:57:36.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206155004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/resourceInstances/vfw5f46aba8ef3b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-07T03:57:36.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:57:36.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206156008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220207035244/1.0/artifacts/service-Vfw20220207035244-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-07T03:57:36.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:57:36.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "aai-ml",
"timestamp": 1644206157772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "ves-openapi-manager",
"timestamp": 1644206156335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "cds",
"timestamp": 1644206158208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206165823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "policy-id",
"timestamp": 1644206165828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "clamp",
"timestamp": 1644206166422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "cds",
"timestamp": 1644206158208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "aai-ml",
"timestamp": 1644206157772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "ves-openapi-manager",
"timestamp": 1644206156335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206165823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json",
"status": "NOTIFIED"
}
2022-02-07T03:57:36.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "policy-id",
"timestamp": 1644206165828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "clamp",
"timestamp": 1644206166422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json",
"status": "NOTIFIED"
}
2022-02-07T03:57:36.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "ves-openapi-manager",
"timestamp": 1644206156335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "aai-ml",
"timestamp": 1644206157772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "cds",
"timestamp": 1644206158208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206165823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-07T03:57:36.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "policy-id",
"timestamp": 1644206165828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-07T03:57:36.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "clamp",
"timestamp": 1644206166422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "cds",
"timestamp": 1644206158208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "aai-ml",
"timestamp": 1644206157772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "ves-openapi-manager",
"timestamp": 1644206156335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206165823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "policy-id",
"timestamp": 1644206165828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "clamp",
"timestamp": 1644206166422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "aai-ml",
"timestamp": 1644206157772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "ves-openapi-manager",
"timestamp": 1644206156335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "cds",
"timestamp": 1644206158208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206165823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-07T03:57:36.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "policy-id",
"timestamp": 1644206165828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "clamp",
"timestamp": 1644206166422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "aai-ml",
"timestamp": 1644206157772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "cds",
"timestamp": 1644206158208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "ves-openapi-manager",
"timestamp": 1644206156335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "dcae-sch",
"timestamp": 1644206170816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206165823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "policy-id",
"timestamp": 1644206165828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "clamp",
"timestamp": 1644206166422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "ves-openapi-manager",
"timestamp": 1644206156335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "cds",
"timestamp": 1644206158208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T03:57:36.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "aai-ml",
"timestamp": 1644206157772,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T03:57:36.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "dcae-sch",
"timestamp": 1644206170816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206165823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T03:57:36.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "policy-id",
"timestamp": 1644206165828,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T03:57:36.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "clamp",
"timestamp": 1644206166422,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T03:57:36.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "cds",
"timestamp": 1644206173385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:57:36.783Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:57:36.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "aai-ml",
"timestamp": 1644206173389,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:57:36.783Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:57:36.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "dcae-sch",
"timestamp": 1644206170816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206173533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:57:36.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:57:36.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "policy-id",
"timestamp": 1644206173548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:57:36.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:57:36.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "cds",
"timestamp": 1644206174391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-07T03:57:36.789Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb3b9e5c-2186-47f2-9a49-8a537eb10bec
2022-02-07T03:57:36.789Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3b9e5c-2186-47f2-9a49-8a537eb10bec and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-07T03:57:36.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "dcae-sch",
"timestamp": 1644206170816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "policy-id",
"timestamp": 1644206174552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-07T03:57:36.797Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:57:36.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206174583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:57:36.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:57:36.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "dcae-sch",
"timestamp": 1644206170816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "policy-id",
"timestamp": 1644206175555,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-07T03:57:36.802Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb3b9e5c-2186-47f2-9a49-8a537eb10bec
2022-02-07T03:57:36.802Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3b9e5c-2186-47f2-9a49-8a537eb10bec and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-07T03:57:36.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206175632,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:57:36.809Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:57:36.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "dcae-sch",
"timestamp": 1644206170816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206176649,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-07T03:57:36.816Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb3b9e5c-2186-47f2-9a49-8a537eb10bec
2022-02-07T03:57:36.816Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3b9e5c-2186-47f2-9a49-8a537eb10bec and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-07T03:57:36.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644206176563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "dcae-sch",
"timestamp": 1644206170816,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644206177653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-07T03:57:36.823Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:57:36.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644206176563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644206176563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644206176563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "aai-ml",
"timestamp": 1644206180255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-07T03:57:36.824Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:57:36.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644206176563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "aai-ml",
"timestamp": 1644206181260,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-07T03:57:36.829Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bb3b9e5c-2186-47f2-9a49-8a537eb10bec
2022-02-07T03:57:36.829Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3b9e5c-2186-47f2-9a49-8a537eb10bec and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-07T03:57:36.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "clamp",
"timestamp": 1644206181604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:57:36.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:57:36.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644206176563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:57:36.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "clamp",
"timestamp": 1644206182621,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-07T03:57:36.836Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:57:36.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644206176563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T03:57:36.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:57:36.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "clamp",
"timestamp": 1644206183624,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-07T03:57:36.841Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb3b9e5c-2186-47f2-9a49-8a537eb10bec
2022-02-07T03:57:36.841Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3b9e5c-2186-47f2-9a49-8a537eb10bec and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-07T03:57:36.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644206184296,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:57:36.849Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:57:36.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644206186248,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-07T03:57:36.849Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:57:36.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:57:36.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644206187252,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-07T03:57:36.853Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb3b9e5c-2186-47f2-9a49-8a537eb10bec
2022-02-07T03:57:36.853Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb3b9e5c-2186-47f2-9a49-8a537eb10bec and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-07T03:57:59.496Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb3b9e5c-2186-47f2-9a49-8a537eb10bec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-07T03:57:59.509Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb3b9e5c-2186-47f2-9a49-8a537eb10bec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-07T03:57:59.513Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-07T03:57:59.513Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-07T03:57:59.514Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-07T03:57:59.514Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-07T03:57:59.514Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-07T03:57:59.514Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-07T03:57:59.514Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-07T03:57:59.514Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-07T03:57:59.514Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-07T03:57:59.514Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-07T03:57:59.514Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-07T03:57:59.519Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-07T03:58:29.519Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb3b9e5c-2186-47f2-9a49-8a537eb10bec and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-07T03:58:29.525Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb3b9e5c-2186-47f2-9a49-8a537eb10bec and serviceModelVersionId: b4ddc6c1-c13f-4fbe-9d01-82f98d09b301
2022-02-07T03:58:29.525Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4e30a30-c5a5-4d73-8057-669e8ec24267
2022-02-07T03:58:29.526Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4e30a30-c5a5-4d73-8057-669e8ec24267/model-vers/model-ver/b4ddc6c1-c13f-4fbe-9d01-82f98d09b301?depth=0
2022-02-07T03:58:29.531Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-02-07T03:58:29.567Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e30a30-c5a5-4d73-8057-669e8ec24267/model-vers/model-ver/b4ddc6c1-c13f-4fbe-9d01-82f98d09b301?depth=0|INFO|500||Invoke
2022-02-07T03:58:29.567Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e30a30-c5a5-4d73-8057-669e8ec24267/model-vers/model-ver/b4ddc6c1-c13f-4fbe-9d01-82f98d09b301?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e30a30-c5a5-4d73-8057-669e8ec24267/model-vers/model-ver/b4ddc6c1-c13f-4fbe-9d01-82f98d09b301?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bb3b9e5c-2186-47f2-9a49-8a537eb10bec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c9ce8a83-e1d2-4262-af6b-1f1a0116c75b], X-ECOMP-RequestID=[bb3b9e5c-2186-47f2-9a49-8a537eb10bec], X-TransactionId=[], X-ONAP-RequestID=[bb3b9e5c-2186-47f2-9a49-8a537eb10bec], Content-Type=[application/merge-patch+json]}
2022-02-07T03:58:29.595Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e30a30-c5a5-4d73-8057-669e8ec24267/model-vers/model-ver/b4ddc6c1-c13f-4fbe-9d01-82f98d09b301?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-07T03:58:29.659Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e30a30-c5a5-4d73-8057-669e8ec24267/model-vers/model-ver/b4ddc6c1-c13f-4fbe-9d01-82f98d09b301?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/e4e30a30-c5a5-4d73-8057-669e8ec24267/model-vers/model-ver/b4ddc6c1-c13f-4fbe-9d01-82f98d09b301?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220207-03:58:29:599-17844], vertex-id=[168184], Content-Length=[0], Date=[Mon, 07 Feb 2022 03:58:29 GMT], Content-Type=[application/json]}
2022-02-07T03:58:29.660Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e30a30-c5a5-4d73-8057-669e8ec24267/model-vers/model-ver/b4ddc6c1-c13f-4fbe-9d01-82f98d09b301?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-07T03:58:29.661Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4e30a30-c5a5-4d73-8057-669e8ec24267/model-vers/model-ver/b4ddc6c1-c13f-4fbe-9d01-82f98d09b301?depth=0|INFO|500||InvokeReturn
2022-02-07T03:58:29.662Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-07T03:58:29.662Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-07T03:58:29.667Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-02-07T03:58:29.667Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb3b9e5c-2186-47f2-9a49-8a537eb10bec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-07T03:58:29.668Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-07T03:58:29.668Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T03:58:29.670Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T03:58:29.670Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206309667,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-07T03:58:29.770Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T03:58:29.771Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T03:58:29.771Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T03:58:29.791Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:58:29.792Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-07T03:58:30.681Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:58:30.681Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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-02-07T03:58:30.682Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:58:36.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:58:36.727Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:58:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:58:36.751Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:58:36.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:58:36.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "843c20dd-eb18-41fd-862a-70a9432840ef",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206200361,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-07T03:58:36.753Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:58:36.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:58:36.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206201383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:58:36.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:58:36.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:58:36.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206201383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json",
"status": "NOTIFIED"
}
2022-02-07T03:58:36.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:58:36.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:58:36.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206201383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-07T03:58:36.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:58:36.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:58:36.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206201383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:58:36.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:58:36.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:58:36.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206201383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-07T03:58:36.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:58:36.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:58:36.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206201383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T03:58:36.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:58:36.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:58:36.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206201383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T03:58:36.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-07T03:58:36.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:58:36.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206209270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:58:36.756Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:58:36.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:58:36.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206212153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:58:36.757Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:58:36.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:58:36.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206213285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:58:36.757Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:58:36.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:58:36.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206214337,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-07T03:58:36.757Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:58:36.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:58:36.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206215454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/basic_onboard_aosbvk0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-07T03:58:36.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:58:36.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:58:36.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206216457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-07T03:58:36.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:58:36.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:58:36.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206217461,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/resourceInstances/basic_onboard_aosbvk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-07T03:58:36.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:58:36.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-07T03:58:36.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206218465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAosbvk/1.0/artifacts/service-BasicOnboardAosbvk-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-07T03:58:36.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:58:40.214Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:58:40.216Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:58:40.216Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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-02-07T03:58:40.216Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:58:49.747Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:59:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:59:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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-02-07T03:59:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:59:36.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T03:59:36.727Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T03:59:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T03:59:37.254Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T03:59:37.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-07T03:59:37.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb3b9e5c-2186-47f2-9a49-8a537eb10bec",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644206309667,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-07T03:59:37.256Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T03:59:46.262Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:00:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:00:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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-02-07T04:00:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:00:36.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:00:36.727Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T04:00:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:00:46.263Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:00:46.266Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:01:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:01:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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-02-07T04:01:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:01:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:01:36.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T04:01:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:01:46.264Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:01:46.265Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:02:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:02:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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-02-07T04:02:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:02:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:02:36.727Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T04:02:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:02:46.261Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:02:46.265Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:03:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:03:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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-02-07T04:03:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:03:36.727Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:03:36.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T04:03:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:03:46.257Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:03:46.263Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:04:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:04:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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-02-07T04:04:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:04:36.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:04:36.727Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T04:04:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:04:46.261Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:04:46.263Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:05:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:05:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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-02-07T04:05:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:05:36.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:05:36.727Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T04:05:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:05:46.259Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:05:46.260Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:06:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:06:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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-02-07T04:06:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:06:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:06:36.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T04:06:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:06:46.264Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:06:46.273Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:07:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:07:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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-02-07T04:07:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:07:36.727Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:07:36.727Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T04:07:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:07:46.263Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:07:46.267Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:08:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:08:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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-02-07T04:08:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:08:36.727Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:08:36.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T04:08:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:08:46.265Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:08:46.270Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:09:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:09:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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-02-07T04:09:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:09:36.727Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:09:36.728Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T04:09:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:09:46.262Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:09:46.266Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:10:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:10:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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-02-07T04:10:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:10:36.727Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:10:36.727Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T04:10:36.727Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:10:46.261Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:10:46.266Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:11:36.725Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:11:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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-02-07T04:11:36.726Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:11:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:11:36.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T04:11:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:11:37.348Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:11:37.349Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.349Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b6d5de92-386e-4589-b8c8-5cb15e3b8bab","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7db8342c-e375-4f87-af2c-6fc712a80930","serviceDescription":"service","serviceInvariantUUID":"ca04639a-d75f-4584-864f-2ccfaf9aff53","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b3d8b4fa-490c-435f-8589-bdd6172e1404","resourceInvariantUUID":"f8dd5268-95c6-4076-9676-8fc7109a28b4","resourceCustomizationUUID":"6e13c0e3-a989-4adc-863d-13e2076cc0a6","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":"ZjRjMWI2YTA2MTllYWRiOTllZWI0ZmFiNTAzMGRiMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"05cfa552-5366-4482-9737-f7a5721751a3","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjNjN2Y0NzBjNzk3NWY3NTc5ZmIxMTBlZjcwMmY5YTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e8552ed1-8011-44e7-8826-b81d58eedd3d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-07T04:11:37.351Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T04:11:37.352Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T04:11:37.354Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T04:11:37.354Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644207096725,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T04:11:37.355Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:11:37.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "dcae-sch",
"timestamp": 1644207050816,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T04:11:37.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T04:11:37.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644207046563,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T04:11:37.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T04:11:37.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644207045823,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T04:11:37.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T04:11:37.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "policy-id",
"timestamp": 1644207045828,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T04:11:37.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T04:11:37.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "dcae-sch",
"timestamp": 1644207050816,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-07T04:11:37.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T04:11:37.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644207046563,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T04:11:37.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T04:11:37.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "multicloud-k8s-id",
"timestamp": 1644207045823,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T04:11:37.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T04:11:37.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "policy-id",
"timestamp": 1644207045828,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T04:11:37.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T04:11:37.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "ves-openapi-manager",
"timestamp": 1644207056335,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T04:11:37.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T04:11:37.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644207057483,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-07T04:11:37.359Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T04:11:37.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "policy-id",
"timestamp": 1644207057527,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-07T04:11:37.360Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T04:11:37.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "ves-openapi-manager",
"timestamp": 1644207056335,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-07T04:11:37.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T04:11:37.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "aai-ml",
"timestamp": 1644207057772,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T04:11:37.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T04:11:37.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "policy-id",
"timestamp": 1644207058530,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-07T04:11:37.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T04:11:37.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "cds",
"timestamp": 1644207058208,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T04:11:37.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T04:11:37.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644207058839,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-07T04:11:37.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T04:11:37.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "aai-ml",
"timestamp": 1644207057772,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T04:11:37.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T04:11:37.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "policy-id",
"timestamp": 1644207059533,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-07T04:11:37.373Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b6d5de92-386e-4589-b8c8-5cb15e3b8bab
2022-02-07T04:11:37.373Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6d5de92-386e-4589-b8c8-5cb15e3b8bab and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-07T04:11:37.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "cds",
"timestamp": 1644207058208,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T04:11:37.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T04:11:37.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1644207059843,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-07T04:11:37.383Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b6d5de92-386e-4589-b8c8-5cb15e3b8bab
2022-02-07T04:11:37.383Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6d5de92-386e-4589-b8c8-5cb15e3b8bab and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-07T04:11:37.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "aai-ml",
"timestamp": 1644207060461,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-07T04:11:37.392Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T04:11:37.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "cds",
"timestamp": 1644207060933,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-07T04:11:37.392Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T04:11:37.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "cds",
"timestamp": 1644207061937,
"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-02-07T04:11:37.397Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b6d5de92-386e-4589-b8c8-5cb15e3b8bab
2022-02-07T04:11:37.397Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6d5de92-386e-4589-b8c8-5cb15e3b8bab and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-07T04:11:37.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "aai-ml",
"timestamp": 1644207063919,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-07T04:11:37.403Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T04:11:37.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "aai-ml",
"timestamp": 1644207064923,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-07T04:11:37.408Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b6d5de92-386e-4589-b8c8-5cb15e3b8bab
2022-02-07T04:11:37.409Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6d5de92-386e-4589-b8c8-5cb15e3b8bab and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-07T04:11:37.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "clamp",
"timestamp": 1644207066422,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T04:11:37.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T04:11:37.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "clamp",
"timestamp": 1644207066422,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T04:11:37.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T04:11:37.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "clamp",
"timestamp": 1644207072750,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-07T04:11:37.417Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T04:11:37.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "clamp",
"timestamp": 1644207074760,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-07T04:11:37.417Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-07T04:11:37.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:11:37.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "clamp",
"timestamp": 1644207075763,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-07T04:11:37.421Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b6d5de92-386e-4589-b8c8-5cb15e3b8bab
2022-02-07T04:11:37.421Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b6d5de92-386e-4589-b8c8-5cb15e3b8bab and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-07T04:11:37.454Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T04:11:37.455Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T04:11:37.455Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T04:11:37.467Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:11:37.467Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-07T04:11:38.355Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T04:11:38.356Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T04:11:38.358Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T04:11:38.358Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644207096725,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T04:11:38.458Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T04:11:38.459Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T04:11:38.459Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T04:11:38.470Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:11:38.470Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-07T04:11:39.360Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "7db8342c-e375-4f87-af2c-6fc712a80930",
"serviceDescription": "service",
"serviceInvariantUUID": "ca04639a-d75f-4584-864f-2ccfaf9aff53",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "6e13c0e3-a989-4adc-863d-13e2076cc0a6",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "b3d8b4fa-490c-435f-8589-bdd6172e1404",
"resourceInvariantUUID": "f8dd5268-95c6-4076-9676-8fc7109a28b4",
"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": "NjNjN2Y0NzBjNzk3NWY3NTc5ZmIxMTBlZjcwMmY5YTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e8552ed1-8011-44e7-8826-b81d58eedd3d"
}
],
"workloadContext": "Production"
}
2022-02-07T04:11:39.360Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-07T04:11:39.360Z|bb3b9e5c-2186-47f2-9a49-8a537eb10bec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7db8342c-e375-4f87-af2c-6fc712a80930 ASDC
2022-02-07T04:11:39.360Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b6d5de92-386e-4589-b8c8-5cb15e3b8bab
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7db8342c-e375-4f87-af2c-6fc712a80930
ServiceInvariantUUID:ca04639a-d75f-4584-864f-2ccfaf9aff53
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:e8552ed1-8011-44e7-8826-b81d58eedd3d
ArtifactChecksum:NjNjN2Y0NzBjNzk3NWY3NTc5ZmIxMTBlZjcwMmY5YTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6e13c0e3-a989-4adc-863d-13e2076cc0a6
ResourceInvariantUUID:f8dd5268-95c6-4076-9676-8fc7109a28b4
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b3d8b4fa-490c-435f-8589-bdd6172e1404
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-02-07T04:11:39.360Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7db8342c-e375-4f87-af2c-6fc712a80930 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-07T04:11:39.381Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-07T04:11:39.381Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-07T04:11:39.382Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-07T04:11:39.382Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e8552ed1-8011-44e7-8826-b81d58eedd3d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-07T04:11:39.382Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-07T04:11:39.382Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-07T04:11:39.445Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-07T04:11:39.448Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e8552ed1-8011-44e7-8826-b81d58eedd3d 52490
2022-02-07T04:11:39.449Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-07T04:11:39.449Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-07T04:11:39.449Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-07T04:11:39.449Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T04:11:39.451Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T04:11:39.451Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644207099448,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-07T04:11:39.551Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T04:11:39.552Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T04:11:39.552Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T04:11:39.563Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:11:39.564Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-07T04:11:40.452Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-07T04:11:40.453Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-07T04:11:40.453Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: e8552ed1-8011-44e7-8826-b81d58eedd3d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-07T04:11:40.453Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-02-07T04:11:40.454Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-07T04:11:40.454Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-07T04:11:40.534Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12895815941786335778/Definitions/service-BasicNetwork-template.yml
2022-02-07T04:11:40.908Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-07T04:11:40.909Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-07T04:11:40.910Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:11:40.910Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T04:11:40.910Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-07T04:11:40.910Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-07T04:11:40.910Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-07T04:11:40.910Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:11:40.910Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T04:11:40.910Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-07T04:11:40.910Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-07T04:11:40.911Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-07T04:11:40.911Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:11:40.911Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T04:11:40.911Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:11:40.911Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T04:11:40.911Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:11:40.911Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T04:11:40.911Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:11:40.912Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T04:11:40.912Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:11:40.912Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T04:11:40.912Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:7db8342c-e375-4f87-af2c-6fc712a80930
Model Version:NULL
Model InvariantUuid:ca04639a-d75f-4584-864f-2ccfaf9aff53
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f8dd5268-95c6-4076-9676-8fc7109a28b4
Model UUID:cb90a6b5-14bf-4894-8f0c-5ebd91644116
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:6e13c0e3-a989-4adc-863d-13e2076cc0a6
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-07T04:11:40.919Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: b3d8b4fa-490c-435f-8589-bdd6172e1404
2022-02-07T04:11:40.919Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||No resources found for Service: 7db8342c-e375-4f87-af2c-6fc712a80930
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-07T04:11:40.923Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||
2022-02-07T04:11:40.923Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-02-07T04:11:40.923Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 7db8342c-e375-4f87-af2c-6fc712a80930
2022-02-07T04:11:40.923Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7db8342c-e375-4f87-af2c-6fc712a80930
2022-02-07T04:11:40.923Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-02-07T04:11:40.923Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-07T04:11:40.927Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3021471c, org.onap.sdc.toscaparser.api.parameters.Input@34b0b26d, org.onap.sdc.toscaparser.api.parameters.Input@1e530cf8, org.onap.sdc.toscaparser.api.parameters.Input@7349a32b, org.onap.sdc.toscaparser.api.parameters.Input@496a03f9]
2022-02-07T04:11:40.928Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:11:40.929Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T04:11:40.929Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:11:40.929Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T04:11:40.929Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7db8342c-e375-4f87-af2c-6fc712a80930: Generic NeutronNet
2022-02-07T04:11:40.929Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:11:40.929Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T04:11:40.929Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:11:40.930Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-02-07T04:11:40.963Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:11:40.964Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T04:11:40.964Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:11:40.964Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T04:11:40.964Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:11:40.965Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T04:11:40.965Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-02-07T04:11:41.022Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-02-07T04:11:41.023Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-07T04:11:41.023Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-07T04:11:41.023Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-07T04:11:41.023Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T04:11:41.025Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T04:11:41.025Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644207101023,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-07T04:11:41.125Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T04:11:41.126Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T04:11:41.126Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T04:11:41.140Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:11:41.140Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-07T04:11:42.026Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b6d5de92-386e-4589-b8c8-5cb15e3b8bab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-07T04:11:42.035Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b6d5de92-386e-4589-b8c8-5cb15e3b8bab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-07T04:11:42.038Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-07T04:11:42.038Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-07T04:11:42.039Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-07T04:11:42.039Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-07T04:11:42.039Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-07T04:11:42.039Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-07T04:11:42.039Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-07T04:11:42.039Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-07T04:11:42.039Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-07T04:11:42.039Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-07T04:11:42.039Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-07T04:11:42.044Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-07T04:12:12.044Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b6d5de92-386e-4589-b8c8-5cb15e3b8bab and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-07T04:12:12.049Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b6d5de92-386e-4589-b8c8-5cb15e3b8bab and serviceModelVersionId: 7db8342c-e375-4f87-af2c-6fc712a80930
2022-02-07T04:12:12.050Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ca04639a-d75f-4584-864f-2ccfaf9aff53
2022-02-07T04:12:12.051Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ca04639a-d75f-4584-864f-2ccfaf9aff53/model-vers/model-ver/7db8342c-e375-4f87-af2c-6fc712a80930?depth=0
2022-02-07T04:12:12.058Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-02-07T04:12:12.093Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca04639a-d75f-4584-864f-2ccfaf9aff53/model-vers/model-ver/7db8342c-e375-4f87-af2c-6fc712a80930?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-02-07T04:12:12.094Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca04639a-d75f-4584-864f-2ccfaf9aff53/model-vers/model-ver/7db8342c-e375-4f87-af2c-6fc712a80930?depth=0|INFO|500||Invoke
2022-02-07T04:12:12.110Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca04639a-d75f-4584-864f-2ccfaf9aff53/model-vers/model-ver/7db8342c-e375-4f87-af2c-6fc712a80930?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-07T04:12:12.245Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca04639a-d75f-4584-864f-2ccfaf9aff53/model-vers/model-ver/7db8342c-e375-4f87-af2c-6fc712a80930?depth=0|INFO|500||InvokeReturn
2022-02-07T04:12:12.246Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ca04639a-d75f-4584-864f-2ccfaf9aff53/model-vers/model-ver/7db8342c-e375-4f87-af2c-6fc712a80930?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220207-04:12:12:115-56763], vertex-id=[426096], Content-Length=[0], Date=[Mon, 07 Feb 2022 04:12:12 GMT], Content-Type=[application/json]}
2022-02-07T04:12:12.246Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-02-07T04:12:12.246Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-07T04:12:12.246Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-07T04:12:12.252Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-02-07T04:12:12.253Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b6d5de92-386e-4589-b8c8-5cb15e3b8bab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-07T04:12:12.253Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-07T04:12:12.253Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T04:12:12.256Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T04:12:12.256Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644207132253,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-07T04:12:12.356Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T04:12:12.357Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T04:12:12.357Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T04:12:12.371Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:12:12.372Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-07T04:12:36.725Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:12:36.726Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|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-02-07T04:12:36.726Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:12:36.727Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-07T04:12:36.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-07T04:12:36.728Z||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 AfArcp4JjG0I7dH5) ...
2022-02-07T04:12:36.850Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:12:36.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-07T04:12:36.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b6d5de92-386e-4589-b8c8-5cb15e3b8bab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644207096725,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T04:12:36.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-07T04:12:37.344Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:12:37.346Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-07T04:12:37.346Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c42c33c5-7aee-43a1-b1cd-7cb545656a96","serviceName":"Demo_pNF_xwPvCdWdqeLaQcJWuBgb","serviceVersion":"1.0","serviceUUID":"ea57faa7-dd22-431e-bda2-146203028eb4","serviceDescription":"catalog service description","serviceInvariantUUID":"83965df4-7f2b-4b6b-b774-9a65899edea6","resources":[{"resourceInstanceName":"pNF 9ea53f50-8fd1 0","resourceName":"pNF 9ea53f50-8fd1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fcab17b9-d590-4cdb-904e-5bfae1723f59","resourceInvariantUUID":"87305134-84f1-4464-8050-cb0594742f58","resourceCustomizationUUID":"e3c2d6c9-a619-4ff4-abd3-930e1e9efa0b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vf-license-model.xml","artifactChecksum":"MjBjYjQxMGUyN2ViZWUyODk5ZDUwMzZjNzliYzMzYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"40a31a08-9006-4020-82cf-538ace4ffb7b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/pNF.csar","artifactChecksum":"OGEyMTBhMGZhMDI5MzM2ZDc5NmU5YzUwMzU5ZDY5Njk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ef4dad3b-65ea-4f08-8b06-a85ae237f6bc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99b9a75c-3cd6-41ea-988f-8733cca0e345","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vendor-license-model.xml","artifactChecksum":"NzRhYjA4ODQzNTg1NDUxNjI4NTE5YzU0MWQyMWQxMDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f66540c7-70c6-429b-ae76-885822c11355","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d7d221ef-6291-492f-91e1-87ac4670f9d1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da61a161-297f-459f-bcf4-d0b4ecb511a7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXwpvcdwdqelaqcjwubgb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-template.yml","artifactChecksum":"OGFjYjQxMTVmM2VhZWViMTNlZDU1NTA4MGUxZDRlMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f47ca545-b0f6-487d-8020-eda9ead638c4","artifactVersion":"1"},{"artifactName":"service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar","artifactChecksum":"NWVhMTJhNWMzMDAzNTlhYzA1NjdiNmI1ZTVjMzM3ZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dcaf0403-0173-41f8-b3bd-9a0925083699","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-07T04:12:37.349Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T04:12:37.349Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T04:12:37.351Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T04:12:37.351Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644207156725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T04:12:37.451Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T04:12:37.452Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T04:12:37.452Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T04:12:37.463Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:12:37.463Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-07T04:12:38.352Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T04:12:38.353Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T04:12:38.355Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T04:12:38.355Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644207156725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-02-07T04:12:38.455Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T04:12:38.456Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T04:12:38.456Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T04:12:38.468Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:12:38.468Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-07T04:12:39.355Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T04:12:39.356Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T04:12:39.358Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T04:12:39.358Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644207156725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-02-07T04:12:39.458Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T04:12:39.459Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T04:12:39.459Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T04:12:39.471Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:12:39.471Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-07T04:12:40.359Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T04:12:40.359Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T04:12:40.361Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T04:12:40.361Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644207156725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-07T04:12:40.462Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-07T04:12:40.462Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T04:12:40.462Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T04:12:40.473Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:12:40.474Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-07T04:12:41.362Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T04:12:41.363Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T04:12:41.365Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T04:12:41.365Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644207156725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-07T04:12:41.466Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T04:12:41.467Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T04:12:41.467Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T04:12:41.479Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:12:41.480Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-07T04:12:42.366Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T04:12:42.367Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T04:12:42.369Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T04:12:42.369Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644207156725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/resourceInstances/pnf9ea53f508fd10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-07T04:12:42.469Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T04:12:42.470Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T04:12:42.470Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T04:12:42.486Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:12:42.487Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-07T04:12:43.370Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T04:12:43.371Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T04:12:43.373Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T04:12:43.373Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644207156725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-07T04:12:43.473Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T04:12:43.474Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T04:12:43.474Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T04:12:43.486Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:12:43.486Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-07T04:12:44.373Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-07T04:12:44.375Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T04:12:44.376Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T04:12:44.376Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644207156725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar",
"status": "NOTIFIED"
}
2022-02-07T04:12:44.477Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T04:12:44.478Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T04:12:44.478Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T04:12:44.489Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:12:44.490Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-07T04:12:45.378Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96",
"serviceName": "Demo_pNF_xwPvCdWdqeLaQcJWuBgb",
"serviceVersion": "1.0",
"serviceUUID": "ea57faa7-dd22-431e-bda2-146203028eb4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "83965df4-7f2b-4b6b-b774-9a65899edea6",
"resources": [
{
"resourceInstanceName": "pNF 9ea53f50-8fd1 0",
"resourceCustomizationUUID": "e3c2d6c9-a619-4ff4-abd3-930e1e9efa0b",
"resourceName": "pNF 9ea53f50-8fd1",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "fcab17b9-d590-4cdb-904e-5bfae1723f59",
"resourceInvariantUUID": "87305134-84f1-4464-8050-cb0594742f58",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar",
"artifactChecksum": "NWVhMTJhNWMzMDAzNTlhYzA1NjdiNmI1ZTVjMzM3ZDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dcaf0403-0173-41f8-b3bd-9a0925083699"
}
],
"workloadContext": "Production"
}
2022-02-07T04:12:45.378Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-07T04:12:45.378Z|b6d5de92-386e-4589-b8c8-5cb15e3b8bab|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ea57faa7-dd22-431e-bda2-146203028eb4 ASDC
2022-02-07T04:12:45.378Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c42c33c5-7aee-43a1-b1cd-7cb545656a96
ServiceName:Demo_pNF_xwPvCdWdqeLaQcJWuBgb
ServiceVersion:1.0
ServiceUUID:ea57faa7-dd22-431e-bda2-146203028eb4
ServiceInvariantUUID:83965df4-7f2b-4b6b-b774-9a65899edea6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar
ArtifactUUID:dcaf0403-0173-41f8-b3bd-9a0925083699
ArtifactChecksum:NWVhMTJhNWMzMDAzNTlhYzA1NjdiNmI1ZTVjMzM3ZDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9ea53f50-8fd1 0
ResourceCustomizationUUID:e3c2d6c9-a619-4ff4-abd3-930e1e9efa0b
ResourceInvariantUUID:87305134-84f1-4464-8050-cb0594742f58
ResourceName:pNF 9ea53f50-8fd1
ResourceType:PNF
ResourceUUID:fcab17b9-d590-4cdb-904e-5bfae1723f59
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-02-07T04:12:45.378Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea57faa7-dd22-431e-bda2-146203028eb4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-07T04:12:45.406Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-07T04:12:45.407Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-07T04:12:45.407Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-07T04:12:45.407Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dcaf0403-0173-41f8-b3bd-9a0925083699 from URL: /sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar
2022-02-07T04:12:45.407Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-07T04:12:45.407Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar
2022-02-07T04:12:45.462Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-07T04:12:45.469Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar dcaf0403-0173-41f8-b3bd-9a0925083699 82620
2022-02-07T04:12:45.469Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar ASDC sendASDCNotification
2022-02-07T04:12:45.470Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar
2022-02-07T04:12:45.470Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-07T04:12:45.470Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-07T04:12:45.472Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-07T04:12:45.472Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c42c33c5-7aee-43a1-b1cd-7cb545656a96",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1644207165469,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-07T04:12:45.572Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-07T04:12:45.573Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-07T04:12:45.573Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AfArcp4JjG0I7dH5) ...
2022-02-07T04:12:45.585Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-07T04:12:45.586Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-07T04:12:46.473Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-07T04:12:46.474Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-07T04:12:46.474Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: dcaf0403-0173-41f8-b3bd-9a0925083699, URL: /sdc/v1/catalog/services/DemoPnfXwpvcdwdqelaqcjwubgb/1.0/artifacts/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar to file: /app/ASDC/1/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar
2022-02-07T04:12:46.474Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar
2022-02-07T04:12:46.475Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar
2022-02-07T04:12:46.475Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar
2022-02-07T04:12:46.558Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1025185651662411362/Definitions/service-DemoPnfXwpvcdwdqelaqcjwubgb-template.yml
2022-02-07T04:12:47.169Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar
2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar
2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar
2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar
2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar
2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar
2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9ea53f50-8fd1 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar
2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfXwpvcdwdqelaqcjwubgb-csar.csar
2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_xwPvCdWdqeLaQcJWuBgb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T04:12:47.170Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Node template pNF 9ea53f50-8fd1 0 is matching search criteria
2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 9ea53f50-8fd1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_xwPvCdWdqeLaQcJWuBgb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Node template pNF 9ea53f50-8fd1 0 is matching search criteria
2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 9ea53f50-8fd1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_xwPvCdWdqeLaQcJWuBgb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_xwPvCdWdqeLaQcJWuBgb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:12:47.171Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_xwPvCdWdqeLaQcJWuBgb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T04:12:47.172Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:12:47.172Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_xwPvCdWdqeLaQcJWuBgb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T04:12:47.172Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:12:47.172Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_xwPvCdWdqeLaQcJWuBgb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T04:12:47.172Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_xwPvCdWdqeLaQcJWuBgb
Description:catalog service description
Model UUID:ea57faa7-dd22-431e-bda2-146203028eb4
Model Version:NULL
Model InvariantUuid:83965df4-7f2b-4b6b-b774-9a65899edea6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-07T04:12:47.177Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: fcab17b9-d590-4cdb-904e-5bfae1723f59
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-07T04:12:47.178Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||pNF 9ea53f50-8fd1 0
2022-02-07T04:12:47.179Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fcab17b9-d590-4cdb-904e-5bfae1723f59
2022-02-07T04:12:47.179Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||No resources found for Service: ea57faa7-dd22-431e-bda2-146203028eb4
2022-02-07T04:12:47.179Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ea57faa7-dd22-431e-bda2-146203028eb4
2022-02-07T04:12:47.179Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9ea53f50-8fd1 0 fcab17b9-d590-4cdb-904e-5bfae1723f59 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-07T04:12:47.182Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@29d8b7ea, org.onap.sdc.toscaparser.api.parameters.Input@3c363f1, org.onap.sdc.toscaparser.api.parameters.Input@4d93f054, org.onap.sdc.toscaparser.api.parameters.Input@36628c27, org.onap.sdc.toscaparser.api.parameters.Input@5ae91ae6]
2022-02-07T04:12:47.182Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-07T04:12:47.182Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_xwPvCdWdqeLaQcJWuBgb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-07T04:12:47.182Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ea57faa7-dd22-431e-bda2-146203028eb4: pNF 9ea53f50-8fd1
2022-02-07T04:12:47.182Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||INFO|500||Processing PNF resource: fcab17b9-d590-4cdb-904e-5bfae1723f59
2022-02-07T04:12:47.182Z|c42c33c5-7aee-43a1-b1cd-7cb545656a96|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery