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-04-13T02:06:57.520Z||main|||||INFO|500||The following profiles are active: basic
2022-04-13T02:07:06.520Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-13T02:07:06.521Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-13T02:07:06.610Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-13T02:07:08.860Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-13T02:07:09.069Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-13T02:07:09.387Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-13T02:07:09.393Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-13T02:07:09.471Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-13T02:07:09.594Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-13T02:07:09.967Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-13T02:07:10.797Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-13T02:07:12.625Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-13T02:07:12.668Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-13T02:07:13.246Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-13T02:07:13.619Z||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-04-13T02:07:14.688Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-13T02:07:15.641Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-13T02:07:15.656Z||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$$925054bd.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-04-13T02:07:15.657Z||main|||||WARN|500||The sdc end point is not alive
2022-04-13T02:07:18.157Z||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-04-13T02:07:20.666Z||main|||||WARN|500||---
2022-04-13T02:07:20.667Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-13T02:07:20.668Z||main|||||WARN|500||---
2022-04-13T02:07:21.156Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-13T02:07:25.231Z||main|||||INFO|500||Started Application in 31.865 seconds (JVM running for 32.965)
2022-04-13T02:07:25.243Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-13T02:07:25.245Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-13T02:07:25.256Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-13T02:07:25.308Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-13T02:07:25.345Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0da6c6b3-5ba5-46b2-a2ee-c1b7b39ecc87 url= /sdc/v1/artifactTypes
2022-04-13T02:07:25.345Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-13T02:07:25.629Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-13T02:07:25.652Z||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-04-13T02:07:25.674Z||scheduling-1|||||DEBUG|500||create keys
2022-04-13T02:07:25.681Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-13T02:07:26.662Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:07:26.677Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 37dcbe02-7dfe-4987-8f65-e7f21fcd6b71 url= /sdc/v1/registerForDistribution
2022-04-13T02:07:27.317Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 37dcbe02-7dfe-4987-8f65-e7f21fcd6b71 url= /sdc/v1/registerForDistribution
2022-04-13T02:07:27.317Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-13T02:07:27.326Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:07:27.326Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:07:27.331Z||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-04-13T02:07:27.330Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-13T02:07:27.331Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:07:27.331Z||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-04-13T02:07:27.331Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:07:40.111Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:07:40.111Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:08:27.324Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:08:27.325Z||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-04-13T02:08:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:08:27.326Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:08:27.327Z||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-04-13T02:08:27.327Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:08:36.871Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:08:36.872Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:09:27.324Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:09:27.325Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:09:27.325Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:09:27.326Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:09:27.326Z||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-04-13T02:09:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:09:36.863Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:09:36.863Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:10:27.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:10:27.325Z||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-04-13T02:10:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:10:27.326Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:10:27.327Z||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-04-13T02:10:27.327Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:10:36.866Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:10:36.866Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:11:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:11:27.325Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:11:27.325Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:11:27.326Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:11:27.327Z||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-04-13T02:11:27.327Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:11:36.865Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:11:36.865Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:12:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:12:27.325Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:12:27.325Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:12:27.326Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:12:27.326Z||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-04-13T02:12:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:12:36.863Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:12:36.863Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:13:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:13:27.325Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:13:27.325Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:13:27.326Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:13:27.326Z||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-04-13T02:13:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:13:36.861Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:13:36.861Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:14:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:14:27.325Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:14:27.325Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:14:27.325Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:14:27.326Z||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-04-13T02:14:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:14:36.865Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:14:36.865Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:15:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:15:27.325Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:15:27.326Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:15:27.326Z||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-04-13T02:15:27.326Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:15:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:15:36.869Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:15:36.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:16:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:16:27.325Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:16:27.325Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:16:27.325Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:16:27.326Z||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-04-13T02:16:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:16:36.865Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:16:36.865Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:17:10.906Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-13T02:17:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:17:27.325Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:17:27.325Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:17:27.326Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:17:27.326Z||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-04-13T02:17:27.327Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:17:36.864Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:17:36.864Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:18:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:18:27.325Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:18:27.325Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:18:27.326Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:18:27.327Z||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-04-13T02:18:27.327Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:18:36.865Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:18:36.865Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:19:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:19:27.326Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:19:27.326Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:19:27.326Z||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-04-13T02:19:27.326Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:19:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:19:36.863Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:19:36.863Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:20:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:20:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:20:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:20:27.326Z||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-04-13T02:20:27.326Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:20:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:20:36.863Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:20:36.865Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:21:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:21:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:21:27.326Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:21:27.326Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:21:27.326Z||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-04-13T02:21:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:21:36.864Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:21:36.864Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:22:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:22:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:22:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:22:27.325Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:22:27.326Z||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-04-13T02:22:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:22:36.859Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:22:36.859Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:23:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:23:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:23:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:23:27.326Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:23:27.326Z||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-04-13T02:23:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:23:36.860Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:23:36.862Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:24:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:24:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:24:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:24:27.325Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:24:27.326Z||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-04-13T02:24:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:24:36.861Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:24:36.861Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:25:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:25:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:25:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:25:27.326Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:25:27.326Z||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-04-13T02:25:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:25:36.858Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:25:36.859Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:26:27.324Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:26:27.325Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:26:27.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:26:27.326Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:26:27.327Z||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-04-13T02:26:27.327Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:26:36.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:26:36.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:27:27.324Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:27:27.325Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:27:27.325Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:27:27.325Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:27:27.326Z||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-04-13T02:27:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:27:36.860Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:27:36.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:28:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:28:27.325Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:28:27.325Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:28:27.326Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:28:27.326Z||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-04-13T02:28:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:28:36.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:28:36.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:29:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:29:27.324Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:29:27.325Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:29:27.325Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:29:27.326Z||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-04-13T02:29:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:29:36.857Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:29:36.857Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:30:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:30:27.324Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:30:27.325Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:30:27.325Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:30:27.326Z||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-04-13T02:30:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:30:36.861Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:30:36.861Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:31:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:31:27.325Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:31:27.325Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:31:27.325Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:31:27.326Z||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-04-13T02:31:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:31:36.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:31:36.863Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:32:27.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:32:27.325Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:32:27.325Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:32:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:32:27.327Z||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-04-13T02:32:27.327Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:32:36.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:32:36.860Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:33:27.324Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:33:27.325Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:33:27.325Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:33:27.326Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:33:27.326Z||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-04-13T02:33:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:33:36.859Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:33:36.861Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:34:27.324Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:34:27.325Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:34:27.325Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:34:27.326Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:34:27.326Z||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-04-13T02:34:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:34:36.865Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:34:36.865Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:35:27.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:35:27.325Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:35:27.325Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:35:27.325Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:35:27.326Z||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-04-13T02:35:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:35:36.862Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:35:36.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:36:27.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:36:27.325Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:36:27.325Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:36:27.326Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:36:27.326Z||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-04-13T02:36:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:36:36.862Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:36:36.862Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:37:27.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:37:27.325Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:37:27.325Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:37:27.326Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:37:27.326Z||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-04-13T02:37:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:37:36.860Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:37:36.860Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:38:27.324Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:38:27.325Z||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-04-13T02:38:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:38:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:38:27.327Z||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-04-13T02:38:27.327Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:38:36.859Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:38:36.859Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:39:27.324Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:39:27.324Z||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-04-13T02:39:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:39:27.325Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:39:27.326Z||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-04-13T02:39:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:39:36.859Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:39:36.859Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:40:27.324Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:40:27.325Z||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-04-13T02:40:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:40:27.326Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:40:27.326Z||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-04-13T02:40:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:40:36.858Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:40:36.858Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:41:27.324Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:41:27.325Z||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-04-13T02:41:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:41:27.326Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:41:27.326Z||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-04-13T02:41:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:41:36.861Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:41:36.861Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:42:27.324Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:42:27.325Z||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-04-13T02:42:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:42:27.326Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:42:27.326Z||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-04-13T02:42:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:42:36.858Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:42:36.858Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:43:27.324Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:43:27.325Z||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-04-13T02:43:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:43:27.325Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:43:27.326Z||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-04-13T02:43:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:43:36.862Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:43:36.862Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:44:27.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:44:27.324Z||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-04-13T02:44:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:44:27.325Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:44:27.326Z||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-04-13T02:44:27.327Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:44:36.860Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:44:36.871Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:45:27.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:45:27.325Z||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-04-13T02:45:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:45:27.325Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:45:27.326Z||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-04-13T02:45:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:45:36.860Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:45:36.860Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:46:27.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:46:27.325Z||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-04-13T02:46:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:46:27.326Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:46:27.326Z||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-04-13T02:46:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:46:36.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:46:36.868Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:47:27.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:47:27.324Z||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-04-13T02:47:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:47:27.325Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:47:27.326Z||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-04-13T02:47:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:47:36.860Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:47:36.862Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:48:27.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:48:27.325Z||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-04-13T02:48:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:48:27.325Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:48:27.326Z||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-04-13T02:48:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:48:36.858Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:48:36.858Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:49:27.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:49:27.325Z||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-04-13T02:49:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:49:27.325Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:49:27.326Z||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-04-13T02:49:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:49:36.860Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:49:36.861Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:50:27.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:50:27.324Z||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-04-13T02:50:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:50:27.325Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:50:27.326Z||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-04-13T02:50:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:50:36.857Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:50:36.857Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:51:27.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:51:27.324Z||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-04-13T02:51:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:51:27.325Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:51:27.326Z||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-04-13T02:51:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:51:36.856Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:51:36.856Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:52:27.324Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:52:27.325Z||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-04-13T02:52:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:52:27.326Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:52:27.326Z||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-04-13T02:52:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:52:36.858Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:52:36.858Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:53:27.324Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:53:27.325Z||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-04-13T02:53:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:53:27.325Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:53:27.326Z||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-04-13T02:53:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:53:36.862Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:53:36.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:54:27.324Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:54:27.325Z||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-04-13T02:54:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:54:27.325Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:54:27.326Z||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-04-13T02:54:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:54:36.860Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:54:36.860Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:55:27.324Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:55:27.325Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:55:27.325Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:55:27.326Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:55:27.327Z||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-04-13T02:55:27.327Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:55:36.862Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:55:36.862Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:56:27.324Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:56:27.325Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:56:27.325Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:56:27.325Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:56:27.326Z||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-04-13T02:56:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:56:36.860Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:56:36.860Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:57:27.324Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:57:27.325Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T02:57:27.325Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T02:57:27.326Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:57:27.326Z||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-04-13T02:57:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:57:36.862Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:57:36.862Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:58:27.324Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:58:27.325Z||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-04-13T02:58:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:58:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:58:27.327Z||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-04-13T02:58:27.327Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:58:36.860Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:58:36.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:59:27.324Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:59:27.325Z||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-04-13T02:59:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:59:27.325Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T02:59:27.326Z||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-04-13T02:59:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T02:59:36.858Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T02:59:36.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:00:27.324Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:00:27.325Z||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-04-13T03:00:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:00:27.325Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:00:27.326Z||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-04-13T03:00:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:00:36.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:00:36.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:01:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:01:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:01:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:01:27.326Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:01:27.326Z||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-04-13T03:01:27.327Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:01:36.861Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:01:36.861Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:02:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:02:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:02:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:02:27.325Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:02:27.326Z||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-04-13T03:02:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:02:36.858Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:02:36.858Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:03:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:03:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:03:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:03:27.325Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:03:27.326Z||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-04-13T03:03:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:03:36.859Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:03:36.859Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:04:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:04:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:04:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:04:27.325Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:04:27.326Z||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-04-13T03:04:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:04:36.863Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:04:36.863Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:05:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:05:27.324Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:05:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:05:27.325Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:05:27.326Z||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-04-13T03:05:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:05:36.857Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:05:36.859Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:06:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:06:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:06:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:06:27.325Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:06:27.326Z||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-04-13T03:06:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:06:36.859Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:06:36.859Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:07:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:07:27.324Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:07:27.324Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:07:27.325Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:07:27.326Z||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-04-13T03:07:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:07:36.861Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:07:36.861Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:08:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:08:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:08:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:08:27.325Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:08:27.326Z||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-04-13T03:08:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:08:36.859Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:08:36.860Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:09:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:09:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:09:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:09:27.325Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:09:27.326Z||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-04-13T03:09:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:09:36.862Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:09:36.862Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:10:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:10:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:10:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:10:27.326Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:10:27.326Z||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-04-13T03:10:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:10:36.860Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:10:36.862Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:11:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:11:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:11:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:11:27.326Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:11:27.326Z||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-04-13T03:11:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:11:36.865Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:11:36.866Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:12:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:12:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:12:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:12:27.325Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:12:27.326Z||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-04-13T03:12:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:12:36.860Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:12:36.860Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:13:27.324Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:13:27.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:13:27.325Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:13:27.325Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:13:27.326Z||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-04-13T03:13:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:13:27.946Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:13:27.947Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:13:27.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"662fd6ed-fbdc-458f-b681-1d762725e586","serviceName":"vFW 2022-04-13 03-10-12","serviceVersion":"1.0","serviceUUID":"576eff90-d2bc-484a-a590-560b23b93621","serviceDescription":"catalog service description","serviceInvariantUUID":"ebed1251-ad6f-4047-8f38-a7eff46b8653","resources":[{"resourceInstanceName":"vFW cbe262bc-227b 0","resourceName":"vFW cbe262bc-227b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bb75d619-1081-4167-ae87-81d37eb79258","resourceInvariantUUID":"cf924a58-561e-44fa-9e74-ff344fc7ff13","resourceCustomizationUUID":"1c6a0e3b-f8ef-4375-8ccd-889b446b35e2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vf-license-model.xml","artifactChecksum":"Y2YzNjg1MTgwYzk5NDk1YmNkODJjMGRhMTIxYzc3NzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60d8cfdb-ef63-4364-9153-80981071285e","artifactVersion":"1"},{"artifactName":"vfwcbe262bc227b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json","artifactChecksum":"YTk4MmNkODE2N2I1NGQ4NmE3NThmMjE5ZWI4NGU5ZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"614e9d56-71ae-4372-bf05-985cc5b3b705","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"68281c70-58c0-4c25-947a-73475e71f260","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vendor-license-model.xml","artifactChecksum":"ODg2ZDY4OGIzMDZmY2U1MDNiZTdmMWI4YjdjNWNiMDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d49a8d1c-4283-42a8-bc4d-825861589f7e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d086738a-5649-4eea-bdee-913a540f9aef","artifactVersion":"2","generatedFromUUID":"68281c70-58c0-4c25-947a-73475e71f260"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220413031012-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-template.yml","artifactChecksum":"NjA0NzkwOTNkMmM2OGFlY2NmNDE5M2I3MjMzMWQ3OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f5a07fe2-c51f-45c6-851a-7ad66d756d50","artifactVersion":"1"},{"artifactName":"service-Vfw20220413031012-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar","artifactChecksum":"NmE4OWJjNmI5MTJlMjZhZTAwZjJmZTcwYmEzOWU4ODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be66ac3e-2443-4645-8e71-040ac5c3d1b5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-13T03:13:27.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "ves-openapi-manager",
"timestamp": 1649819561330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.955Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:13:27.959Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:13:27.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "ves-openapi-manager",
"timestamp": 1649819561330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649819570590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "ves-openapi-manager",
"timestamp": 1649819561330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649819570590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "ves-openapi-manager",
"timestamp": 1649819561330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649819570590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "ves-openapi-manager",
"timestamp": 1649819561330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.967Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:13:27.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.967Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819607324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649819570590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "ves-openapi-manager",
"timestamp": 1649819561330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "cds",
"timestamp": 1649819574134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "aai-ml",
"timestamp": 1649819574499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649819570590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "ves-openapi-manager",
"timestamp": 1649819561330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "cds",
"timestamp": 1649819574134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "aai-ml",
"timestamp": 1649819574499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649819570590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "cds",
"timestamp": 1649819574134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "aai-ml",
"timestamp": 1649819574499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649819570590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar",
"status": "NOTIFIED"
}
2022-04-13T03:13:27.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "cds",
"timestamp": 1649819574134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "aai-ml",
"timestamp": 1649819574499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649819578392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:13:27.971Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:13:27.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "cds",
"timestamp": 1649819574134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "aai-ml",
"timestamp": 1649819574499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649819579219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "cds",
"timestamp": 1649819574134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "aai-ml",
"timestamp": 1649819574499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649819579219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json",
"status": "NOTIFIED"
}
2022-04-13T03:13:27.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "cds",
"timestamp": 1649819574134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar",
"status": "NOTIFIED"
}
2022-04-13T03:13:27.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "aai-ml",
"timestamp": 1649819574499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar",
"status": "NOTIFIED"
}
2022-04-13T03:13:27.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649819579219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-13T03:13:27.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "cds",
"timestamp": 1649819582096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:13:27.973Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:13:27.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "aai-ml",
"timestamp": 1649819582400,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:13:27.973Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:13:27.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649819579219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:27.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:27.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:27.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "cds",
"timestamp": 1649819583114,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-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-04-13T03:13:28.067Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-13T03:13:28.071Z||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-04-13T03:13:28.071Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
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-04-13T03:13:28.085Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:13:28.086Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T03:13:28.138Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 662fd6ed-fbdc-458f-b681-1d762725e586
2022-04-13T03:13:28.152Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662fd6ed-fbdc-458f-b681-1d762725e586 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-04-13T03:13:28.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:28.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649819583274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-13T03:13:28.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:13:28.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:28.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649819579219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-13T03:13:28.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:28.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:28.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649819584279,
"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-04-13T03:13:28.189Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 662fd6ed-fbdc-458f-b681-1d762725e586
2022-04-13T03:13:28.189Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662fd6ed-fbdc-458f-b681-1d762725e586 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-04-13T03:13:28.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:28.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649819579219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:28.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:28.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:28.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649819579219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar",
"status": "NOTIFIED"
}
2022-04-13T03:13:28.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:13:28.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:28.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649819587068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:13:28.198Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:13:28.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:28.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649819588465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:13:28.199Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:13:28.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:28.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649819589659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:13:28.199Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:13:28.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:28.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649819590733,
"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-04-13T03:13:28.203Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 662fd6ed-fbdc-458f-b681-1d762725e586
2022-04-13T03:13:28.204Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662fd6ed-fbdc-458f-b681-1d762725e586 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-04-13T03:13:28.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:28.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649819591738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-13T03:13:28.213Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:13:28.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:28.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "aai-ml",
"timestamp": 1649819596042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-13T03:13:28.213Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:13:28.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:13:28.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "aai-ml",
"timestamp": 1649819597046,
"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-04-13T03:13:28.219Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 662fd6ed-fbdc-458f-b681-1d762725e586
2022-04-13T03:13:28.219Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 662fd6ed-fbdc-458f-b681-1d762725e586 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-04-13T03:13:28.972Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:13:28.973Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:13:28.974Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:13:28.974Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819607324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json",
"status": "NOTIFIED"
}
2022-04-13T03:13:29.075Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:13:29.076Z||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-04-13T03:13:29.076Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:13:29.085Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:13:29.086Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:13:29.975Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:13:29.975Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:13:29.977Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:13:29.977Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819607324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-13T03:13:30.077Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:13:30.078Z||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-04-13T03:13:30.078Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:13:30.088Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:13:30.088Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-13T03:13:30.977Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:13:30.978Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:13:30.980Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:13:30.980Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819607324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:31.080Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:13:31.081Z||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-04-13T03:13:31.081Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:13:31.092Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:13:31.092Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-13T03:13:31.981Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:13:31.981Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:13:31.983Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:13:31.983Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819607324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-13T03:13:32.083Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:13:32.084Z||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-04-13T03:13:32.084Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:13:32.095Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:13:32.097Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:13:32.984Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:13:32.984Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:13:32.986Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:13:32.986Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819607324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:13:33.086Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:13:33.087Z||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-04-13T03:13:33.087Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:13:33.097Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:13:33.097Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-13T03:13:33.987Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:13:33.987Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:13:33.989Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:13:33.989Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819607324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar",
"status": "NOTIFIED"
}
2022-04-13T03:13:34.089Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:13:34.090Z||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-04-13T03:13:34.090Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:13:34.099Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:13:34.099Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:13:34.990Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"serviceName": "vFW 2022-04-13 03-10-12",
"serviceVersion": "1.0",
"serviceUUID": "576eff90-d2bc-484a-a590-560b23b93621",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ebed1251-ad6f-4047-8f38-a7eff46b8653",
"resources": [
{
"resourceInstanceName": "vFW cbe262bc-227b 0",
"resourceCustomizationUUID": "1c6a0e3b-f8ef-4375-8ccd-889b446b35e2",
"resourceName": "vFW cbe262bc-227b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "bb75d619-1081-4167-ae87-81d37eb79258",
"resourceInvariantUUID": "cf924a58-561e-44fa-9e74-ff344fc7ff13",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwcbe262bc227b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json",
"artifactChecksum": "YTk4MmNkODE2N2I1NGQ4NmE3NThmMjE5ZWI4NGU5ZDM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "614e9d56-71ae-4372-bf05-985cc5b3b705",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "68281c70-58c0-4c25-947a-73475e71f260",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d086738a-5649-4eea-bdee-913a540f9aef",
"generatedFromUUID": "68281c70-58c0-4c25-947a-73475e71f260"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d086738a-5649-4eea-bdee-913a540f9aef",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220413031012-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar",
"artifactChecksum": "NmE4OWJjNmI5MTJlMjZhZTAwZjJmZTcwYmEzOWU4ODE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "be66ac3e-2443-4645-8e71-040ac5c3d1b5"
}
],
"workloadContext": "Production"
}
2022-04-13T03:13:34.991Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-13T03:13:34.992Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 576eff90-d2bc-484a-a590-560b23b93621 ASDC
2022-04-13T03:13:35.110Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:662fd6ed-fbdc-458f-b681-1d762725e586
ServiceName:vFW 2022-04-13 03-10-12
ServiceVersion:1.0
ServiceUUID:576eff90-d2bc-484a-a590-560b23b93621
ServiceInvariantUUID:ebed1251-ad6f-4047-8f38-a7eff46b8653
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220413031012-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar
ArtifactUUID:be66ac3e-2443-4645-8e71-040ac5c3d1b5
ArtifactChecksum:NmE4OWJjNmI5MTJlMjZhZTAwZjJmZTcwYmEzOWU4ODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cbe262bc-227b 0
ResourceCustomizationUUID:1c6a0e3b-f8ef-4375-8ccd-889b446b35e2
ResourceInvariantUUID:cf924a58-561e-44fa-9e74-ff344fc7ff13
ResourceName:vFW cbe262bc-227b
ResourceType:VF
ResourceUUID:bb75d619-1081-4167-ae87-81d37eb79258
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcbe262bc227b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json
ArtifactUUID:614e9d56-71ae-4372-bf05-985cc5b3b705
ArtifactChecksum:YTk4MmNkODE2N2I1NGQ4NmE3NThmMjE5ZWI4NGU5ZDM=
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/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml
ArtifactUUID:68281c70-58c0-4c25-947a-73475e71f260
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/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env
ArtifactUUID:d086738a-5649-4eea-bdee-913a540f9aef
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/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env
ArtifactUUID:d086738a-5649-4eea-bdee-913a540f9aef
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-13T03:13:35.110Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 576eff90-d2bc-484a-a590-560b23b93621 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-04-13T03:13:35.161Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-13T03:13:35.161Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-13T03:13:35.162Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-13T03:13:35.162Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: be66ac3e-2443-4645-8e71-040ac5c3d1b5 from URL: /sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar
2022-04-13T03:13:35.163Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-13T03:13:35.163Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar
2022-04-13T03:13:35.382Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-13T03:13:35.411Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar be66ac3e-2443-4645-8e71-040ac5c3d1b5 98993
2022-04-13T03:13:35.413Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar ASDC sendASDCNotification
2022-04-13T03:13:35.413Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar
2022-04-13T03:13:35.414Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T03:13:35.415Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:13:35.417Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:13:35.417Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819615411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:13:35.517Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-13T03:13:35.518Z||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-04-13T03:13:35.518Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:13:35.528Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:13:35.528Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:13:36.418Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-13T03:13:36.421Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-13T03:13:36.421Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: be66ac3e-2443-4645-8e71-040ac5c3d1b5, URL: /sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar to file: /app/ASDC/1/service-Vfw20220413031012-csar.csar
2022-04-13T03:13:36.421Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220413031012-csar.csar
2022-04-13T03:13:36.478Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220413031012-csar.csar
2022-04-13T03:13:36.478Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220413031012-csar.csar
2022-04-13T03:13:37.413Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2939260493507481478/Definitions/service-Vfw20220413031012-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
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
2022-04-13T03:13:39.795Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-13T03:13:39.799Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-13T03:13:39.799Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220413031012-csar.csar
2022-04-13T03:13:39.799Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-13T03:13:39.799Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220413031012-csar.csar
2022-04-13T03:13:39.799Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220413031012-csar.csar
2022-04-13T03:13:39.799Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220413031012-csar.csar
2022-04-13T03:13:39.799Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220413031012-csar.csar
2022-04-13T03:13:39.800Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220413031012-csar.csar
2022-04-13T03:13:39.800Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220413031012-csar.csar
2022-04-13T03:13:39.800Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220413031012-csar.csar
2022-04-13T03:13:39.800Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220413031012-csar.csar
2022-04-13T03:13:39.800Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220413031012-csar.csar
2022-04-13T03:13:39.800Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220413031012-csar.csar
2022-04-13T03:13:39.800Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220413031012-csar.csar
2022-04-13T03:13:39.800Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cbe262bc-227b 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-Vfw20220413031012-csar.csar
2022-04-13T03:13:39.800Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220413031012-csar.csar
2022-04-13T03:13:39.800Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-13T03:13:39.805Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:39.806Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:13:39.809Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria
2022-04-13T03:13:39.809Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-13T03:13:39.810Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-13T03:13:39.811Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:39.812Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:13:39.812Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria
2022-04-13T03:13:39.812Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-13T03:13:39.812Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-13T03:13:39.812Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:39.812Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:13:39.815Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:39.815Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is not matching search criteria
2022-04-13T03:13:39.815Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-13T03:13:39.815Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-13T03:13:39.815Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-13T03:13:39.815Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-13T03:13:39.816Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-13T03:13:39.816Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-13T03:13:39.816Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-13T03:13:39.816Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-13T03:13:39.816Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-13T03:13:39.816Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-13T03:13:39.816Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-13T03:13:39.816Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-13T03:13:39.816Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-13T03:13:39.817Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-13T03:13:39.817Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-13T03:13:39.817Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-13T03:13:39.817Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:39.817Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-13T03:13:39.818Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:39.818Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria
2022-04-13T03:13:39.818Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T03:13:39.818Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:39.819Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria
2022-04-13T03:13:39.819Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T03:13:39.819Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:39.819Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria
2022-04-13T03:13:39.819Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T03:13:39.819Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:39.820Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is not matching search criteria
2022-04-13T03:13:39.820Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-13T03:13:39.820Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-13T03:13:39.820Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-13T03:13:39.820Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-13T03:13:39.820Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-13T03:13:39.820Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-13T03:13:39.820Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-13T03:13:39.820Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-13T03:13:39.821Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-13T03:13:39.821Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-13T03:13:39.821Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-13T03:13:39.821Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1a47a14d-1783-449a-a9f1-4804b198b8ef
2022-04-13T03:13:39.821Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:39.821Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is not matching search criteria
2022-04-13T03:13:39.821Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-13T03:13:39.821Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-13T03:13:39.822Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-13T03:13:39.822Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-13T03:13:39.822Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-13T03:13:39.822Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-13T03:13:39.822Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-13T03:13:39.822Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-13T03:13:39.822Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-13T03:13:39.822Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-13T03:13:39.822Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-13T03:13:39.823Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-13T03:13:39.823Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4e144fe4-0327-4b0a-96ca-e60916b5140e
2022-04-13T03:13:39.823Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:39.823Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is not matching search criteria
2022-04-13T03:13:39.823Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-13T03:13:39.823Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-13T03:13:39.823Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-13T03:13:39.823Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-13T03:13:39.824Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-13T03:13:39.824Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-13T03:13:39.824Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-13T03:13:39.824Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-13T03:13:39.824Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-13T03:13:39.824Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-13T03:13:39.824Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-13T03:13:39.824Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-13T03:13:39.824Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7ee6c189-e0bd-47b4-a879-88f347f5b5c7
2022-04-13T03:13:39.825Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:39.825Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:13:39.825Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:39.825Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:13:39.825Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:39.825Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:13:39.825Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:39.825Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:13:39.825Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-13 03-10-12
Description:catalog service description
Model UUID:576eff90-d2bc-484a-a590-560b23b93621
Model Version:NULL
Model InvariantUuid:ebed1251-ad6f-4047-8f38-a7eff46b8653
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW cbe262bc-227b
Model UUID:282c608e-71c9-47a1-b2e1-24740d90a72f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cf924a58-561e-44fa-9e74-ff344fc7ff13
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1c6a0e3b-f8ef-4375-8ccd-889b446b35e2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:eb5e6f86-6161-4171-9ec6-499585a1eb99
ModelName:VfwCbe262bc227b..base_vfw..module-0
ModelUuid:3639373a-011e-445f-9e8c-521762f0ee01
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1a47a14d-1783-449a-a9f1-4804b198b8ef
ModelInvariantUuid:2bd947d7-efcc-4748-9ccd-290c32b2d33f
ModelName:vFW cbe262bc-227b-nodes.vfwCvfc
ModelUuid:714f11b4-fc2e-4823-8ac6-9a8062a5e88f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0a329f6f-5b11-48c7-8d52-1d4b03ee1be1
ModelInvariantUuid:b8e38352-b9dd-4ae8-a0a8-daf70f46d9af
ModelName:VfwCbe262bc227b.compute.nodes.heat.vfw
ModelUuid:5f42d836-6791-40de-b8cf-e7773c2ca110
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4e144fe4-0327-4b0a-96ca-e60916b5140e
ModelInvariantUuid:d15d30c1-4ef2-43f6-a198-9a179278537f
ModelName:vFW cbe262bc-227b-nodes.vsnCvfc
ModelUuid:3d5b9595-8974-4f28-8cc9-0c0f01e73ac3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:591e3a3a-efa8-4c42-b0a8-0fd95ee2914f
ModelInvariantUuid:ad65f095-d4ef-48b5-a293-97dd6708f356
ModelName:VfwCbe262bc227b.compute.nodes.heat.vsn
ModelUuid:4c5a35fc-1d51-4ad7-aed0-d576f438b4db
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7ee6c189-e0bd-47b4-a879-88f347f5b5c7
ModelInvariantUuid:8ed17661-660c-41f4-b947-a25f1efc2dc5
ModelName:vFW cbe262bc-227b-nodes.vpgCvfc
ModelUuid:d0918309-3b84-43bc-a03e-886bbe16359b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:04657648-1534-4bef-8d60-272a40302b2f
ModelInvariantUuid:53ee1038-d427-4d6d-8b2f-a93186a00d88
ModelName:VfwCbe262bc227b.compute.nodes.heat.vpg
ModelUuid:98659270-ab3f-4103-9db0-ce9c9630e8ae
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-04-13T03:13:39.835Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: bb75d619-1081-4167-ae87-81d37eb79258
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-04-13T03:13:39.907Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||vFW cbe262bc-227b 0
2022-04-13T03:13:39.913Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bb75d619-1081-4167-ae87-81d37eb79258
2022-04-13T03:13:39.913Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 614e9d56-71ae-4372-bf05-985cc5b3b705 from URL: /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json
2022-04-13T03:13:39.913Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-13T03:13:39.913Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json
2022-04-13T03:13:40.229Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-13T03:13:40.229Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json 614e9d56-71ae-4372-bf05-985cc5b3b705 785
2022-04-13T03:13:40.230Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json ASDC sendASDCNotification
2022-04-13T03:13:40.230Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json
2022-04-13T03:13:40.230Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T03:13:40.230Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:13:40.233Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:13:40.233Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819620230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:13:40.333Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:13:40.333Z||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-04-13T03:13:40.334Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:13:40.342Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:13:40.343Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:13:41.234Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCbe262bc227b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "eb5e6f86-6161-4171-9ec6-499585a1eb99",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3639373a-011e-445f-9e8c-521762f0ee01",
"vfModuleModelCustomizationUUID": "fe8a28e2-b72e-42cd-b1f1-1da9edd3b123",
"isBase": true,
"artifacts": [
"68281c70-58c0-4c25-947a-73475e71f260",
"d086738a-5649-4eea-bdee-913a540f9aef"
],
"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-04-13T03:13:41.248Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCbe262bc227b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3639373a-011e-445f-9e8c-521762f0ee01
VfModuleModelInvariantUUID:eb5e6f86-6161-4171-9ec6-499585a1eb99
VfModuleModelDescription:NULL
Artifacts UUID List:{
68281c70-58c0-4c25-947a-73475e71f260
,
d086738a-5649-4eea-bdee-913a540f9aef
}
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-04-13T03:13:41.250Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCbe262bc227b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "eb5e6f86-6161-4171-9ec6-499585a1eb99",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3639373a-011e-445f-9e8c-521762f0ee01",
"vfModuleModelCustomizationUUID": "fe8a28e2-b72e-42cd-b1f1-1da9edd3b123",
"isBase": true,
"artifacts": [
"68281c70-58c0-4c25-947a-73475e71f260",
"d086738a-5649-4eea-bdee-913a540f9aef"
],
"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-04-13T03:13:41.250Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCbe262bc227b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3639373a-011e-445f-9e8c-521762f0ee01
VfModuleModelInvariantUUID:eb5e6f86-6161-4171-9ec6-499585a1eb99
VfModuleModelDescription:NULL
Artifacts UUID List:{
68281c70-58c0-4c25-947a-73475e71f260
,
d086738a-5649-4eea-bdee-913a540f9aef
}
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-04-13T03:13:41.251Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 68281c70-58c0-4c25-947a-73475e71f260 from URL: /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml
2022-04-13T03:13:41.251Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-13T03:13:41.251Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml
2022-04-13T03:13:41.441Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-13T03:13:41.442Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml 68281c70-58c0-4c25-947a-73475e71f260 20368
2022-04-13T03:13:41.443Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-13T03:13:41.443Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml
2022-04-13T03:13:41.443Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T03:13:41.443Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:13:41.445Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:13:41.445Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819621443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:13:41.545Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:13:41.546Z||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-04-13T03:13:41.546Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:13:41.554Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:13:41.554Z||pool-12-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:13:42.446Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d086738a-5649-4eea-bdee-913a540f9aef from URL: /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env
2022-04-13T03:13:42.446Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-13T03:13:42.447Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env
2022-04-13T03:13:43.294Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-13T03:13:43.294Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env d086738a-5649-4eea-bdee-913a540f9aef 2098
2022-04-13T03:13:43.295Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-13T03:13:43.295Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env
2022-04-13T03:13:43.295Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T03:13:43.295Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:13:43.298Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:13:43.298Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819623295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:13:43.398Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:13:43.399Z||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-04-13T03:13:43.399Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:13:43.408Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:13:43.409Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:13:44.298Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 576eff90-d2bc-484a-a590-560b23b93621
2022-04-13T03:13:44.299Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cbe262bc-227b 0 bb75d619-1081-4167-ae87-81d37eb79258 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-04-13T03:13:44.331Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5cb23857, org.onap.sdc.toscaparser.api.parameters.Input@421bf80d, org.onap.sdc.toscaparser.api.parameters.Input@4c22cce7, org.onap.sdc.toscaparser.api.parameters.Input@120589af, org.onap.sdc.toscaparser.api.parameters.Input@5f386b38]
2022-04-13T03:13:44.334Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:44.334Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:13:44.334Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-04-13T03:13:44.334Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 1c6a0e3b-f8ef-4375-8ccd-889b446b35e2
2022-04-13T03:13:44.334Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1c6a0e3b-f8ef-4375-8ccd-889b446b35e2 matches Tosca VF Customization UUID: 1c6a0e3b-f8ef-4375-8ccd-889b446b35e2
2022-04-13T03:13:44.334Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 1c6a0e3b-f8ef-4375-8ccd-889b446b35e2 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-04-13T03:13:44.340Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:44.340Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:13:44.341Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 1c6a0e3b-f8ef-4375-8ccd-889b446b35e2: {\"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-04-13T03:13:44.341Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4e8586f
2022-04-13T03:13:44.341Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:44.341Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-13T03:13:44.342Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fe8a28e2-b72e-42cd-b1f1-1da9edd3b123
2022-04-13T03:13:44.342Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fe8a28e2-b72e-42cd-b1f1-1da9edd3b123
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-04-13T03:13:44.347Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:44.347Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria
2022-04-13T03:13:44.347Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T03:13:44.348Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:44.348Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria
2022-04-13T03:13:44.348Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T03:13:44.348Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:44.348Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is not matching search criteria
2022-04-13T03:13:44.349Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-13T03:13:44.349Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-13T03:13:44.349Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-13T03:13:44.349Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-13T03:13:44.349Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-13T03:13:44.350Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-13T03:13:44.350Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-13T03:13:44.350Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-13T03:13:44.350Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-13T03:13:44.350Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-13T03:13:44.350Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-13T03:13:44.351Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1a47a14d-1783-449a-a9f1-4804b198b8ef
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-04-13T03:13:44.356Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:44.356Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria
2022-04-13T03:13:44.356Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T03:13:44.357Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:44.357Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is not matching search criteria
2022-04-13T03:13:44.357Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-13T03:13:44.357Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-13T03:13:44.357Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-13T03:13:44.357Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-13T03:13:44.357Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-13T03:13:44.358Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-13T03:13:44.358Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-13T03:13:44.358Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-13T03:13:44.358Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-13T03:13:44.358Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-13T03:13:44.358Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-13T03:13:44.358Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-13T03:13:44.358Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4e144fe4-0327-4b0a-96ca-e60916b5140e
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-04-13T03:13:44.360Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:44.361Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria
2022-04-13T03:13:44.361Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T03:13:44.363Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:44.363Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is not matching search criteria
2022-04-13T03:13:44.363Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-13T03:13:44.364Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-13T03:13:44.364Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-13T03:13:44.364Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-13T03:13:44.364Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-13T03:13:44.364Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-13T03:13:44.364Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-13T03:13:44.365Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-13T03:13:44.365Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-13T03:13:44.365Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-13T03:13:44.365Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-13T03:13:44.365Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-13T03:13:44.365Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7ee6c189-e0bd-47b4-a879-88f347f5b5c7
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-04-13T03:13:44.367Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:44.367Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria
2022-04-13T03:13:44.368Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T03:13:44.368Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:44.368Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Node template vFW cbe262bc-227b 0 is matching search criteria
2022-04-13T03:13:44.368Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cbe262bc-227b 0] matching following query criteria: sdcType=VF, customizationUUID=1c6a0e3b-f8ef-4375-8ccd-889b446b35e2
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-04-13T03:13:44.370Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:44.370Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:13:44.370Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 576eff90-d2bc-484a-a590-560b23b93621: vFW cbe262bc-227b
2022-04-13T03:13:44.370Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:44.370Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:13:44.370Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:44.371Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:13:44.371Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:44.371Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:13:44.371Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:44.371Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:13:44.371Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:13:44.371Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-13 03-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:13:44.372Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-04-13 03-10-12
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-04-13T03:13:44.604Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cbe262bc-227b bb75d619-1081-4167-ae87-81d37eb79258 1 ASDC deployResourceStructure
2022-04-13T03:13:44.604Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json ASDC sendASDCNotification
2022-04-13T03:13:44.605Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json
2022-04-13T03:13:44.605Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-13T03:13:44.605Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:13:44.606Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:13:44.606Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819624604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-13T03:13:44.706Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-13T03:13:44.707Z||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-04-13T03:13:44.707Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:13:44.717Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:13:44.717Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-13T03:13:45.607Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-13T03:13:45.608Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml
2022-04-13T03:13:45.608Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-13T03:13:45.608Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:13:45.610Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:13:45.610Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819625607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-13T03:13:45.710Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:13:45.711Z||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-04-13T03:13:45.711Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:13:45.721Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:13:45.721Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-13T03:13:46.615Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-13T03:13:46.615Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env
2022-04-13T03:13:46.616Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-13T03:13:46.616Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:13:46.618Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:13:46.618Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819626615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-13T03:13:46.718Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:13:46.719Z||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-04-13T03:13:46.719Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:13:46.728Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:13:46.729Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:13:47.619Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar ASDC sendASDCNotification
2022-04-13T03:13:47.620Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar
2022-04-13T03:13:47.620Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-13T03:13:47.620Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:13:47.622Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:13:47.622Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819627619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-13T03:13:47.722Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-13T03:13:47.723Z||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-04-13T03:13:47.723Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:13:47.732Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:13:47.732Z||pool-17-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:13:48.624Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 662fd6ed-fbdc-458f-b681-1d762725e586
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-04-13T03:13:48.640Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 662fd6ed-fbdc-458f-b681-1d762725e586
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-04-13T03:13:48.645Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T03:13:48.645Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-13T03:13:48.645Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-13T03:13:48.645Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-13T03:13:48.646Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-13T03:13:48.646Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-13T03:13:48.646Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-13T03:13:48.646Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-13T03:13:48.646Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-13T03:13:48.646Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T03:13:48.652Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-13T03:14:18.652Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 662fd6ed-fbdc-458f-b681-1d762725e586 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-04-13T03:14:18.661Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 662fd6ed-fbdc-458f-b681-1d762725e586 and serviceModelVersionId: 576eff90-d2bc-484a-a590-560b23b93621
2022-04-13T03:14:18.661Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ebed1251-ad6f-4047-8f38-a7eff46b8653
2022-04-13T03:14:27.325Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:14:27.326Z||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-04-13T03:14:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:14:27.444Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:14:27.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:14:27.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819607324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:14:27.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:14:30.021Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ebed1251-ad6f-4047-8f38-a7eff46b8653/model-vers/model-ver/576eff90-d2bc-484a-a590-560b23b93621?depth=0
2022-04-13T03:14:30.108Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-13T03:14:30.492Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebed1251-ad6f-4047-8f38-a7eff46b8653/model-vers/model-ver/576eff90-d2bc-484a-a590-560b23b93621?depth=0|INFO|500||Invoke
2022-04-13T03:14:30.498Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebed1251-ad6f-4047-8f38-a7eff46b8653/model-vers/model-ver/576eff90-d2bc-484a-a590-560b23b93621?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebed1251-ad6f-4047-8f38-a7eff46b8653/model-vers/model-ver/576eff90-d2bc-484a-a590-560b23b93621?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[662fd6ed-fbdc-458f-b681-1d762725e586], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[63180276-d210-4904-8c20-766880fb8114], X-ECOMP-RequestID=[662fd6ed-fbdc-458f-b681-1d762725e586], X-TransactionId=[], X-ONAP-RequestID=[662fd6ed-fbdc-458f-b681-1d762725e586], Content-Type=[application/merge-patch+json]}
2022-04-13T03:14:30.693Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebed1251-ad6f-4047-8f38-a7eff46b8653/model-vers/model-ver/576eff90-d2bc-484a-a590-560b23b93621?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-13T03:14:30.986Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebed1251-ad6f-4047-8f38-a7eff46b8653/model-vers/model-ver/576eff90-d2bc-484a-a590-560b23b93621?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/ebed1251-ad6f-4047-8f38-a7eff46b8653/model-vers/model-ver/576eff90-d2bc-484a-a590-560b23b93621?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220413-03:14:30:701-58596], vertex-id=[188608], Content-Length=[0], Date=[Wed, 13 Apr 2022 03:14:30 GMT], Content-Type=[application/json]}
2022-04-13T03:14:30.988Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebed1251-ad6f-4047-8f38-a7eff46b8653/model-vers/model-ver/576eff90-d2bc-484a-a590-560b23b93621?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-13T03:14:30.988Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebed1251-ad6f-4047-8f38-a7eff46b8653/model-vers/model-ver/576eff90-d2bc-484a-a590-560b23b93621?depth=0|INFO|500||InvokeReturn
2022-04-13T03:14:30.991Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-13T03:14:30.991Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-13T03:14:30.996Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-13T03:14:31.005Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 662fd6ed-fbdc-458f-b681-1d762725e586 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-13T03:14:31.006Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-13T03:14:31.007Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:14:31.009Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:14:31.009Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819671005,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-13T03:14:31.109Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:14:31.110Z||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-04-13T03:14:31.110Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:14:31.120Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:14:31.120Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-13T03:14:32.027Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:14:32.028Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:14:32.028Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:14:41.554Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:15:27.324Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:15:27.325Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:15:27.325Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:15:27.325Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:15:27.326Z||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-04-13T03:15:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:15:27.344Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:15:27.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:15:27.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819607324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json",
"status": "NOTIFIED"
}
2022-04-13T03:15:27.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:15:27.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:15:27.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819607324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-13T03:15:27.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:15:27.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:15:27.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819607324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:15:27.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:15:27.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:15:27.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819607324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-13T03:15:27.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:15:27.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:15:27.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819607324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:15:27.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:15:27.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:15:27.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819607324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar",
"status": "NOTIFIED"
}
2022-04-13T03:15:27.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-13T03:15:27.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:15:27.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819615411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:15:27.349Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:15:27.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:15:27.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819620230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:15:27.349Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:15:27.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:15:27.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819621443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:15:27.349Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:15:27.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:15:27.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819623295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:15:27.349Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:15:27.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:15:27.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819624604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/vfwcbe262bc227b0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-13T03:15:27.349Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:15:27.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:15:27.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819625607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-13T03:15:27.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:15:27.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:15:27.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819626615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/resourceInstances/vfwcbe262bc227b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-13T03:15:27.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:15:27.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-13T03:15:27.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819627619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220413031012/1.0/artifacts/service-Vfw20220413031012-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-13T03:15:27.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:15:36.857Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:16:27.324Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:16:27.325Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:16:27.325Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:16:27.325Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:16:27.326Z||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-04-13T03:16:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:16:27.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:16:27.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:16:27.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "662fd6ed-fbdc-458f-b681-1d762725e586",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819671005,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-13T03:16:27.348Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:16:27.947Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:16:27.948Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-13T03:16:27.948Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"104d8985-f2ce-4be9-8750-821d7f308b2d","serviceName":"basic_onboard_ncDqgF","serviceVersion":"1.0","serviceUUID":"19c83d46-59ec-4563-9fa5-45e75649bdae","serviceDescription":"service","serviceInvariantUUID":"6a99519b-9564-40d1-b5d0-c59725a7da07","resources":[{"resourceInstanceName":"basic_onboard_ncDqgF 0","resourceName":"basic_onboard_ncDqgF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4defc9a5-811c-4f8a-bd7c-b423bd3d38f6","resourceInvariantUUID":"4f723d55-2ba7-4cd6-85b3-56c7b43a6fe8","resourceCustomizationUUID":"8bf36a53-a8c6-467e-88f6-c14817156fd7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vf-license-model.xml","artifactChecksum":"YTNjNWIxMjc0ZWQxZTNjY2FiNmM3MTgzMWQ1NzlmZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fc80f968-e02f-49a5-b3b5-fc337c1273d6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e06c2a55-2050-4df3-bfe8-4f30013b7412","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cae7843c-41e9-4d8c-a0f4-8f1d2cdabec6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"39dae951-27c3-48eb-87c3-f20ee73cabf4","artifactVersion":"2","generatedFromUUID":"e06c2a55-2050-4df3-bfe8-4f30013b7412"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNcdqgf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-template.yml","artifactChecksum":"OWYxOWZjOGI0YTlmMWRiYWE5ZGU2MGQ3NmE5MmNiMDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ad69832-edb8-4e22-9095-60fc7ace3497","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNcdqgf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar","artifactChecksum":"YTljOGNjMzAwOTRlNDMxODE5MWQ5ZGQ2MmYwOTUyNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e1ff49a8-ce87-4f2f-b5a2-d8b9eaadd2bf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-13T03:16:27.950Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:16:27.950Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:16:27.952Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:16:27.952Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819787324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:16:28.052Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:16:28.053Z||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-04-13T03:16:28.053Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:16:28.062Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:16:28.063Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:16:28.953Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:16:28.953Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:16:28.955Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:16:28.955Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819787324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-13T03:16:29.055Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:16:29.057Z||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-04-13T03:16:29.057Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:16:29.066Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:16:29.067Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:16:29.955Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:16:29.956Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:16:29.958Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:16:29.958Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819787324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:16:30.058Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:16:30.059Z||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-04-13T03:16:30.059Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:16:30.068Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:16:30.069Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:16:30.958Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:16:30.959Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:16:30.961Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:16:30.961Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819787324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-13T03:16:31.061Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:16:31.062Z||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-04-13T03:16:31.062Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:16:31.072Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:16:31.073Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:16:31.962Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:16:31.962Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:16:31.964Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:16:31.965Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819787324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:16:32.065Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:16:32.065Z||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-04-13T03:16:32.065Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:16:32.075Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:16:32.075Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:16:32.965Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:16:32.966Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:16:32.967Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:16:32.967Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819787324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar",
"status": "NOTIFIED"
}
2022-04-13T03:16:33.067Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:16:33.068Z||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-04-13T03:16:33.068Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:16:33.079Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:16:33.080Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-13T03:16:33.969Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"serviceName": "basic_onboard_ncDqgF",
"serviceVersion": "1.0",
"serviceUUID": "19c83d46-59ec-4563-9fa5-45e75649bdae",
"serviceDescription": "service",
"serviceInvariantUUID": "6a99519b-9564-40d1-b5d0-c59725a7da07",
"resources": [
{
"resourceInstanceName": "basic_onboard_ncDqgF 0",
"resourceCustomizationUUID": "8bf36a53-a8c6-467e-88f6-c14817156fd7",
"resourceName": "basic_onboard_ncDqgF",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4defc9a5-811c-4f8a-bd7c-b423bd3d38f6",
"resourceInvariantUUID": "4f723d55-2ba7-4cd6-85b3-56c7b43a6fe8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e06c2a55-2050-4df3-bfe8-4f30013b7412",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "39dae951-27c3-48eb-87c3-f20ee73cabf4",
"generatedFromUUID": "e06c2a55-2050-4df3-bfe8-4f30013b7412"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "39dae951-27c3-48eb-87c3-f20ee73cabf4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNcdqgf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar",
"artifactChecksum": "YTljOGNjMzAwOTRlNDMxODE5MWQ5ZGQ2MmYwOTUyNDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e1ff49a8-ce87-4f2f-b5a2-d8b9eaadd2bf"
}
],
"workloadContext": "Production"
}
2022-04-13T03:16:33.969Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-13T03:16:33.969Z|662fd6ed-fbdc-458f-b681-1d762725e586|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 2 19c83d46-59ec-4563-9fa5-45e75649bdae ASDC
2022-04-13T03:16:33.970Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:104d8985-f2ce-4be9-8750-821d7f308b2d
ServiceName:basic_onboard_ncDqgF
ServiceVersion:1.0
ServiceUUID:19c83d46-59ec-4563-9fa5-45e75649bdae
ServiceInvariantUUID:6a99519b-9564-40d1-b5d0-c59725a7da07
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNcdqgf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar
ArtifactUUID:e1ff49a8-ce87-4f2f-b5a2-d8b9eaadd2bf
ArtifactChecksum:YTljOGNjMzAwOTRlNDMxODE5MWQ5ZGQ2MmYwOTUyNDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ncDqgF 0
ResourceCustomizationUUID:8bf36a53-a8c6-467e-88f6-c14817156fd7
ResourceInvariantUUID:4f723d55-2ba7-4cd6-85b3-56c7b43a6fe8
ResourceName:basic_onboard_ncDqgF
ResourceType:VF
ResourceUUID:4defc9a5-811c-4f8a-bd7c-b423bd3d38f6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e06c2a55-2050-4df3-bfe8-4f30013b7412
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/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env
ArtifactUUID:39dae951-27c3-48eb-87c3-f20ee73cabf4
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/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env
ArtifactUUID:39dae951-27c3-48eb-87c3-f20ee73cabf4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-13T03:16:33.970Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19c83d46-59ec-4563-9fa5-45e75649bdae 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-04-13T03:16:33.997Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-13T03:16:33.998Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-13T03:16:33.998Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-13T03:16:33.998Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e1ff49a8-ce87-4f2f-b5a2-d8b9eaadd2bf from URL: /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar
2022-04-13T03:16:33.998Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-13T03:16:33.998Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar
2022-04-13T03:16:34.175Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-13T03:16:34.178Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar e1ff49a8-ce87-4f2f-b5a2-d8b9eaadd2bf 70867
2022-04-13T03:16:34.178Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar ASDC sendASDCNotification
2022-04-13T03:16:34.178Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar
2022-04-13T03:16:34.178Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T03:16:34.178Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:16:34.180Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:16:34.180Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819794178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:16:34.280Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:16:34.281Z||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-04-13T03:16:34.282Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:16:34.292Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:16:34.292Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-13T03:16:35.180Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-13T03:16:35.181Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-13T03:16:35.182Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e1ff49a8-ce87-4f2f-b5a2-d8b9eaadd2bf, URL: /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar to file: /app/ASDC/1/service-BasicOnboardNcdqgf-csar.csar
2022-04-13T03:16:35.182Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNcdqgf-csar.csar
2022-04-13T03:16:35.183Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNcdqgf-csar.csar
2022-04-13T03:16:35.183Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNcdqgf-csar.csar
2022-04-13T03:16:35.296Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP710670384372765838/Definitions/service-BasicOnboardNcdqgf-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-04-13T03:16:36.543Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-13T03:16:36.543Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-13T03:16:36.543Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNcdqgf-csar.csar
2022-04-13T03:16:36.543Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-13T03:16:36.543Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ncDqgF 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-BasicOnboardNcdqgf-csar.csar
2022-04-13T03:16:36.543Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardNcdqgf-csar.csar
2022-04-13T03:16:36.543Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNcdqgf-csar.csar
2022-04-13T03:16:36.543Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNcdqgf-csar.csar
2022-04-13T03:16:36.543Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNcdqgf-csar.csar
2022-04-13T03:16:36.543Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNcdqgf-csar.csar
2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNcdqgf-csar.csar
2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNcdqgf-csar.csar
2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNcdqgf-csar.csar
2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ncDqgF 0 is matching search criteria
2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ncDqgF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:36.544Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:16:36.545Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ncDqgF 0 is matching search criteria
2022-04-13T03:16:36.545Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-13T03:16:36.545Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ncDqgF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-13T03:16:36.545Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:36.545Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:16:36.545Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:36.545Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ncDqgF 0 is not matching search criteria
2022-04-13T03:16:36.545Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-13T03:16:36.545Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-13T03:16:36.545Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-13T03:16:36.546Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-13T03:16:36.546Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-13T03:16:36.546Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:36.546Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-13T03:16:36.546Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:36.546Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ncDqgF 0 is matching search criteria
2022-04-13T03:16:36.546Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ncDqgF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T03:16:36.546Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:36.546Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ncDqgF 0 is matching search criteria
2022-04-13T03:16:36.546Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ncDqgF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ncDqgF 0 is matching search criteria
2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ncDqgF 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ncDqgF 0 is not matching search criteria
2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=edbbc2d6-2e2a-49e3-93ae-ed2402c14785
2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:16:36.547Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:36.548Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:16:36.548Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:36.548Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:16:36.548Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:36.548Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:16:36.548Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ncDqgF
Description:service
Model UUID:19c83d46-59ec-4563-9fa5-45e75649bdae
Model Version:NULL
Model InvariantUuid:6a99519b-9564-40d1-b5d0-c59725a7da07
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ncDqgF
Model UUID:6bfaec8a-c14c-4fe6-b40e-62d0442af5e5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4f723d55-2ba7-4cd6-85b3-56c7b43a6fe8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8bf36a53-a8c6-467e-88f6-c14817156fd7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:edd874a2-9fee-4b9a-8f59-d7466ea65785
ModelName:BasicOnboardNcdqgf..base_ubuntu18..module-0
ModelUuid:8554c31e-78ac-47dd-a241-ba46a23ae46c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:edbbc2d6-2e2a-49e3-93ae-ed2402c14785
ModelInvariantUuid:117e39ec-4585-4410-b13b-fd9fd7858cb5
ModelName:basic_onboard_ncDqgF-nodes.ubuntu18Cvfc
ModelUuid:642ed9b4-0132-498d-9e89-7dff19e97092
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:518252ab-b713-47b5-bc2a-5a7da78be575
ModelInvariantUuid:f3735572-d9c4-42b1-b8be-5ee0055c8d64
ModelName:BasicOnboardNcdqgf.compute.nodes.heat.ubuntu18
ModelUuid:13e8510e-bada-432b-b041-9aba435f99d0
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-04-13T03:16:36.593Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 4defc9a5-811c-4f8a-bd7c-b423bd3d38f6
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-04-13T03:16:36.596Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||basic_onboard_ncDqgF 0
2022-04-13T03:16:36.596Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4defc9a5-811c-4f8a-bd7c-b423bd3d38f6
2022-04-13T03:16:36.596Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e06c2a55-2050-4df3-bfe8-4f30013b7412 from URL: /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml
2022-04-13T03:16:36.596Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-13T03:16:36.596Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml
2022-04-13T03:16:36.871Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-13T03:16:36.871Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml e06c2a55-2050-4df3-bfe8-4f30013b7412 5033
2022-04-13T03:16:36.871Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-13T03:16:36.871Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml
2022-04-13T03:16:36.871Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T03:16:36.872Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:16:36.873Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:16:36.873Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819796871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:16:36.973Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:16:36.974Z||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-04-13T03:16:36.974Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:16:36.985Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:16:36.985Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:16:37.875Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 39dae951-27c3-48eb-87c3-f20ee73cabf4 from URL: /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env
2022-04-13T03:16:37.875Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-13T03:16:37.875Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env
2022-04-13T03:16:38.192Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-13T03:16:38.192Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env 39dae951-27c3-48eb-87c3-f20ee73cabf4 909
2022-04-13T03:16:38.192Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-13T03:16:38.192Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env
2022-04-13T03:16:38.192Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T03:16:38.193Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:16:38.194Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:16:38.194Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819798192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:16:38.294Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:16:38.295Z||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-04-13T03:16:38.295Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:16:38.305Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:16:38.306Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:16:39.195Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 19c83d46-59ec-4563-9fa5-45e75649bdae
2022-04-13T03:16:39.195Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ncDqgF 0 4defc9a5-811c-4f8a-bd7c-b423bd3d38f6 ASDC
2022-04-13T03:16:39.195Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
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-04-13T03:16:39.205Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a021803, org.onap.sdc.toscaparser.api.parameters.Input@86f37c2, org.onap.sdc.toscaparser.api.parameters.Input@110a7743, org.onap.sdc.toscaparser.api.parameters.Input@4001137f, org.onap.sdc.toscaparser.api.parameters.Input@2a29d97c]
2022-04-13T03:16:39.206Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:39.206Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:16:39.207Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-04-13T03:16:39.207Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 8bf36a53-a8c6-467e-88f6-c14817156fd7
2022-04-13T03:16:39.207Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8bf36a53-a8c6-467e-88f6-c14817156fd7 matches Tosca VF Customization UUID: 8bf36a53-a8c6-467e-88f6-c14817156fd7
2022-04-13T03:16:39.207Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 8bf36a53-a8c6-467e-88f6-c14817156fd7 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-04-13T03:16:39.209Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:39.209Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:16:39.209Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 8bf36a53-a8c6-467e-88f6-c14817156fd7: {\"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-04-13T03:16:39.209Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:39.209Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ncDqgF 0 is matching search criteria
2022-04-13T03:16:39.209Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ncDqgF 0] matching following query criteria: sdcType=VF, customizationUUID=8bf36a53-a8c6-467e-88f6-c14817156fd7
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-04-13T03:16:39.211Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:39.211Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:16:39.211Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 19c83d46-59ec-4563-9fa5-45e75649bdae: basic_onboard_ncDqgF
2022-04-13T03:16:39.211Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:39.211Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:16:39.212Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:39.212Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:16:39.212Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:39.212Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:16:39.212Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:39.212Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:16:39.212Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:16:39.212Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ncDqgF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:16:39.212Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_ncDqgF
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 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-04-13T03:16:39.239Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ncDqgF 4defc9a5-811c-4f8a-bd7c-b423bd3d38f6 0 ASDC deployResourceStructure
2022-04-13T03:16:39.243Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-13T03:16:39.243Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml(The artifact has not been used by the modules defined in the resource)
2022-04-13T03:16:39.243Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-13T03:16:39.243Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:16:39.245Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:16:39.245Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819799240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-13T03:16:39.345Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:16:39.346Z||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-04-13T03:16:39.346Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:16:39.354Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:16:39.354Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:16:40.246Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-13T03:16:40.246Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env(The artifact has not been used by the modules defined in the resource)
2022-04-13T03:16:40.246Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-13T03:16:40.246Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:16:40.248Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:16:40.248Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819800246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-13T03:16:40.348Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:16:40.349Z||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-04-13T03:16:40.349Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:16:40.357Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:16:40.357Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:16:41.249Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar ASDC sendASDCNotification
2022-04-13T03:16:41.249Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar
2022-04-13T03:16:41.249Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-13T03:16:41.249Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:16:41.251Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:16:41.251Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819801249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-13T03:16:41.351Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:16:41.352Z||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-04-13T03:16:41.352Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:16:41.360Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:16:41.360Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:16:42.252Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d
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-04-13T03:16:42.263Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d
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-04-13T03:16:42.265Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T03:16:42.265Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T03:16:42.265Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T03:17:12.265Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d
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-04-13T03:17:12.274Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d
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-04-13T03:17:12.276Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T03:17:12.276Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T03:17:12.276Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T03:17:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:17:27.326Z||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-04-13T03:17:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:17:27.344Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:17:27.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "aai-ml",
"timestamp": 1649819754499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649819759219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1649819761330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "cds",
"timestamp": 1649819754134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "aai-ml",
"timestamp": 1649819754499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649819759219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-13T03:17:27.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1649819761330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "cds",
"timestamp": 1649819754134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "aai-ml",
"timestamp": 1649819754499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649819759219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "cds",
"timestamp": 1649819754134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1649819761330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "aai-ml",
"timestamp": 1649819754499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649819759219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-13T03:17:27.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1649819761330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "cds",
"timestamp": 1649819754134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "aai-ml",
"timestamp": 1649819754499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1649819761330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649819759219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "cds",
"timestamp": 1649819754134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "aai-ml",
"timestamp": 1649819754499,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar",
"status": "NOTIFIED"
}
2022-04-13T03:17:27.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "cds",
"timestamp": 1649819754134,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar",
"status": "NOTIFIED"
}
2022-04-13T03:17:27.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649819759219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar",
"status": "NOTIFIED"
}
2022-04-13T03:17:27.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "ves-openapi-manager",
"timestamp": 1649819761330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649819768113,
"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-04-13T03:17:27.366Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 104d8985-f2ce-4be9-8750-821d7f308b2d
2022-04-13T03:17:27.366Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 104d8985-f2ce-4be9-8750-821d7f308b2d 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-04-13T03:17:27.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "cds",
"timestamp": 1649819768770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:17:27.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:17:27.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "aai-ml",
"timestamp": 1649819768941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:17:27.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:17:27.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "cds",
"timestamp": 1649819769775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-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-04-13T03:17:27.380Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 104d8985-f2ce-4be9-8750-821d7f308b2d
2022-04-13T03:17:27.381Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 104d8985-f2ce-4be9-8750-821d7f308b2d 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-04-13T03:17:27.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "aai-ml",
"timestamp": 1649819776430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-13T03:17:27.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:17:27.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "aai-ml",
"timestamp": 1649819777434,
"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-04-13T03:17:27.393Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 104d8985-f2ce-4be9-8750-821d7f308b2d
2022-04-13T03:17:27.393Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 104d8985-f2ce-4be9-8750-821d7f308b2d 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-04-13T03:17:27.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649819780590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649819780590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649819780590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649819780590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649819780590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:17:27.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:27.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:17:27.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649819780590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar",
"status": "NOTIFIED"
}
2022-04-13T03:17:27.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:17:42.276Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d
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-04-13T03:17:42.287Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d
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-04-13T03:17:42.290Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T03:17:42.290Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-13T03:17:42.290Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T03:17:42.290Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T03:18:12.290Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d
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-04-13T03:18:12.304Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d
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-04-13T03:18:12.306Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T03:18:12.306Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-13T03:18:12.306Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T03:18:12.306Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T03:18:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:18:27.326Z||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-04-13T03:18:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:18:27.343Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:18:27.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:18:27.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649819787324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:18:27.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:18:42.306Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d
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-04-13T03:18:42.316Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d
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-04-13T03:18:42.319Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T03:18:42.319Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-13T03:18:42.320Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T03:18:42.320Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T03:19:12.320Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d
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-04-13T03:19:12.331Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d
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-04-13T03:19:12.334Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T03:19:12.334Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-13T03:19:12.334Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T03:19:12.334Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T03:19:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:19:27.326Z||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-04-13T03:19:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:19:27.845Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:19:27.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:19:27.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819787324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:19:27.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:19:27.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:19:27.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819787324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-13T03:19:27.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:19:27.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:19:27.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649819789472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-13T03:19:27.847Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:19:27.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:19:27.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819787324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:19:27.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:19:27.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:19:27.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649819790475,
"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-04-13T03:19:27.855Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 104d8985-f2ce-4be9-8750-821d7f308b2d
2022-04-13T03:19:27.855Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 104d8985-f2ce-4be9-8750-821d7f308b2d 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-04-13T03:19:27.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:19:27.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819787324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-13T03:19:27.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:19:27.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:19:27.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819787324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:19:27.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:19:27.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:19:27.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819787324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar",
"status": "NOTIFIED"
}
2022-04-13T03:19:27.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:19:27.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:19:27.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819794178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:19:27.865Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:19:27.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:19:27.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819796871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:19:27.865Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:19:27.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:19:27.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819798192,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:19:27.865Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:19:27.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:19:27.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819799240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-13T03:19:27.866Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:19:27.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:19:27.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819800246,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/resourceInstances/basic_onboard_ncdqgf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_ERROR",
"errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-13T03:19:27.866Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:19:27.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:19:27.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649819801249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcdqgf/1.0/artifacts/service-BasicOnboardNcdqgf-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-13T03:19:27.866Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:19:42.334Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d
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-04-13T03:19:42.346Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d
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-04-13T03:19:42.348Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T03:19:42.348Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-13T03:19:42.348Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-13T03:19:42.348Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-13T03:19:42.349Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-13T03:19:42.349Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-13T03:19:42.349Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-13T03:19:42.349Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-13T03:19:42.349Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-13T03:19:42.349Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T03:19:42.353Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-13T03:20:12.354Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 104d8985-f2ce-4be9-8750-821d7f308b2d 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-04-13T03:20:12.358Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 104d8985-f2ce-4be9-8750-821d7f308b2d and serviceModelVersionId: 19c83d46-59ec-4563-9fa5-45e75649bdae
2022-04-13T03:20:12.359Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a99519b-9564-40d1-b5d0-c59725a7da07
2022-04-13T03:20:12.359Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a99519b-9564-40d1-b5d0-c59725a7da07/model-vers/model-ver/19c83d46-59ec-4563-9fa5-45e75649bdae?depth=0
2022-04-13T03:20:12.365Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-13T03:20:12.401Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a99519b-9564-40d1-b5d0-c59725a7da07/model-vers/model-ver/19c83d46-59ec-4563-9fa5-45e75649bdae?depth=0|INFO|500||Invoke
2022-04-13T03:20:12.402Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a99519b-9564-40d1-b5d0-c59725a7da07/model-vers/model-ver/19c83d46-59ec-4563-9fa5-45e75649bdae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a99519b-9564-40d1-b5d0-c59725a7da07/model-vers/model-ver/19c83d46-59ec-4563-9fa5-45e75649bdae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[104d8985-f2ce-4be9-8750-821d7f308b2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ed710885-0d86-4a3f-ba42-7cdedfabb4af], X-ECOMP-RequestID=[104d8985-f2ce-4be9-8750-821d7f308b2d], X-TransactionId=[], X-ONAP-RequestID=[104d8985-f2ce-4be9-8750-821d7f308b2d], Content-Type=[application/merge-patch+json]}
2022-04-13T03:20:12.429Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a99519b-9564-40d1-b5d0-c59725a7da07/model-vers/model-ver/19c83d46-59ec-4563-9fa5-45e75649bdae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-13T03:20:13.029Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a99519b-9564-40d1-b5d0-c59725a7da07/model-vers/model-ver/19c83d46-59ec-4563-9fa5-45e75649bdae?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/6a99519b-9564-40d1-b5d0-c59725a7da07/model-vers/model-ver/19c83d46-59ec-4563-9fa5-45e75649bdae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220413-03:20:12:435-68219], vertex-id=[249960], Content-Length=[0], Date=[Wed, 13 Apr 2022 03:20:12 GMT], Content-Type=[application/json]}
2022-04-13T03:20:13.030Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a99519b-9564-40d1-b5d0-c59725a7da07/model-vers/model-ver/19c83d46-59ec-4563-9fa5-45e75649bdae?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-13T03:20:13.030Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a99519b-9564-40d1-b5d0-c59725a7da07/model-vers/model-ver/19c83d46-59ec-4563-9fa5-45e75649bdae?depth=0|INFO|500||InvokeReturn
2022-04-13T03:20:13.030Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-13T03:20:13.030Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-13T03:20:13.036Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-13T03:20:13.036Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 104d8985-f2ce-4be9-8750-821d7f308b2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-13T03:20:13.036Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-13T03:20:13.036Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:20:13.038Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:20:13.038Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820013036,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-13T03:20:13.138Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:20:13.139Z||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-04-13T03:20:13.139Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:20:13.151Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:20:13.151Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 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-04-13T03:20:14.049Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:20:14.049Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:20:14.050Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:20:24.819Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:20:24.819Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:20:24.820Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:20:24.820Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:20:27.326Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:20:27.326Z||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-04-13T03:20:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:20:27.947Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:20:27.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-13T03:20:27.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "104d8985-f2ce-4be9-8750-821d7f308b2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820013036,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-13T03:20:27.948Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:20:34.349Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:20:34.349Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:20:34.350Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:20:34.350Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:20:43.877Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:20:43.878Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:20:43.878Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:20:43.879Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:20:53.408Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:21:27.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:21:27.324Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:21:27.324Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:21:27.326Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:21:27.327Z||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-04-13T03:21:27.327Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:21:36.861Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:21:36.861Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:22:27.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:22:27.324Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:22:27.325Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:22:27.325Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:22:27.326Z||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-04-13T03:22:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:22:36.859Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:22:36.859Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:23:27.324Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:23:27.325Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:23:27.325Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:23:27.325Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:23:27.326Z|104d8985-f2ce-4be9-8750-821d7f308b2d|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-04-13T03:23:27.327Z|104d8985-f2ce-4be9-8750-821d7f308b2d|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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:23:36.859Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:23:36.859Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:24:27.324Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:24:27.325Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:24:27.325Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:24:27.325Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:24:27.326Z||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-04-13T03:24:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:24:36.861Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:24:36.861Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:25:27.324Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:25:27.324Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:25:27.324Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:25:27.325Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:25:27.326Z||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-04-13T03:25:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:25:36.859Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:25:36.859Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:26:27.324Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:26:27.324Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:26:27.325Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:26:27.325Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:26:27.326Z||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-04-13T03:26:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:26:27.887Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:26:27.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649820379219,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:27.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:26:27.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1649820381330,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:27.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:26:27.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649820380590,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:27.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:26:27.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1649820381330,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:27.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:26:27.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649820379219,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:27.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:26:27.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649820380590,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:27.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:26:27.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "cds",
"timestamp": 1649820384134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:27.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:26:27.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1649820381330,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:27.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:26:27.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649820379219,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:27.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:26:27.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649820380590,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:27.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:26:27.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "aai-ml",
"timestamp": 1649820384499,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:27.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:26:27.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "cds",
"timestamp": 1649820384134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:27.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:26:27.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1649820381330,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:27.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:26:27.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649820379219,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:27.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:26:27.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649820380590,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:27.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:26:27.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "aai-ml",
"timestamp": 1649820384499,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:27.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:26:27.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "cds",
"timestamp": 1649820384134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:27.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:26:27.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1649820381330,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:27.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:26:27.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649820379219,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:27.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:26:27.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649820380590,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:27.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:26:27.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "aai-ml",
"timestamp": 1649820384499,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:27.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:26:27.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:26:27.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-13T03:26:27.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"4147744a-71d1-4a5a-b2da-2731ffd501b1","serviceName":"Demo_pNF_eVj9wVYVnYDJEOJmD1a9","serviceVersion":"1.0","serviceUUID":"cf5375ff-373e-41f7-9a41-e3a06b693b10","serviceDescription":"catalog service description","serviceInvariantUUID":"ad92933d-815c-4af4-9510-98aa6daf3917","resources":[{"resourceInstanceName":"pNF f03bbdfe-335f 0","resourceName":"pNF f03bbdfe-335f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"468de2a6-a8e5-4f42-b9b2-5b31f1241402","resourceInvariantUUID":"69a6a39e-3775-4a04-acc1-33ee1be6d196","resourceCustomizationUUID":"3eef64e2-5096-439e-8e57-1318f70e3151","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vf-license-model.xml","artifactChecksum":"MjQzMjEzMGVjOGQ1YzhjYzBhZTFjOWU3MDMzZDkyZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5815c9e-18d5-46b4-b078-73a4dc8c1f6c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/pNF.csar","artifactChecksum":"ZWY0YzhhYTBkNTQ4MGY4MGE4ZThhN2FkN2MxYzk5MDc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8d92c1dc-1820-4cc2-9c07-b8fc4cf0cfd6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42bf8562-58df-4265-82c3-0589d6e1c031","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vendor-license-model.xml","artifactChecksum":"YjgzMWQyMzBiN2U5ZGQ2NmY3OGNjYmYzMDNmZDJlMTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"27d56158-32f9-45a2-aee6-3eb996596019","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"44af34fe-e20c-4ed1-9f65-0be17d6815c3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cfc81757-29cc-4527-94d9-6e65c24a1c76","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEvj9wvyvnydjeojmd1a9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-template.yml","artifactChecksum":"OTVmNWJmYmI5ZDBmYmJlYjc1ZTZiMGEzNWM0MWY5Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ebdfa62a-75a9-4660-8280-5d6a74df4b30","artifactVersion":"1"},{"artifactName":"service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar","artifactChecksum":"OGZkNjJjOTRjMTE3ZDc1NTcxMWY0ZGMyYTA4YjQ0MzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fcb72213-6487-449f-a534-f8e1ac65810a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-13T03:26:27.949Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:26:27.949Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:26:27.951Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:26:27.951Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820387324,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:28.051Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:26:28.052Z||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-04-13T03:26:28.052Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:26:28.063Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:26:28.063Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-13T03:26:28.952Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:26:28.952Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:26:28.954Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:26:28.955Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820387324,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:29.055Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:26:29.055Z||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-04-13T03:26:29.055Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:26:29.067Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:26:29.067Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-13T03:26:29.955Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:26:29.956Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:26:29.957Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:26:29.957Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820387324,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:30.057Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:26:30.058Z||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-04-13T03:26:30.058Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:26:30.069Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:26:30.070Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:26:30.958Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:26:30.958Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:26:30.960Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:26:30.960Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820387324,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:31.060Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:26:31.061Z||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-04-13T03:26:31.061Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:26:31.071Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:26:31.071Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:26:31.961Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:26:31.961Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:26:31.963Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:26:31.963Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820387324,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:32.063Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:26:32.064Z||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-04-13T03:26:32.064Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:26:32.073Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:26:32.073Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-13T03:26:32.963Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:26:32.964Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:26:32.966Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:26:32.966Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820387324,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:33.067Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-13T03:26:33.068Z||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-04-13T03:26:33.068Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:26:33.078Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:26:33.079Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:26:33.967Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:26:33.968Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:26:33.969Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:26:33.969Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820387324,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:26:34.069Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:26:34.071Z||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-04-13T03:26:34.071Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:26:34.080Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:26:34.081Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:26:34.970Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:26:34.970Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:26:34.972Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:26:34.972Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820387324,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar",
"status": "NOTIFIED"
}
2022-04-13T03:26:35.072Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:26:35.074Z||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-04-13T03:26:35.074Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:26:35.086Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:26:35.086Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-13T03:26:35.975Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"serviceName": "Demo_pNF_eVj9wVYVnYDJEOJmD1a9",
"serviceVersion": "1.0",
"serviceUUID": "cf5375ff-373e-41f7-9a41-e3a06b693b10",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ad92933d-815c-4af4-9510-98aa6daf3917",
"resources": [
{
"resourceInstanceName": "pNF f03bbdfe-335f 0",
"resourceCustomizationUUID": "3eef64e2-5096-439e-8e57-1318f70e3151",
"resourceName": "pNF f03bbdfe-335f",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "468de2a6-a8e5-4f42-b9b2-5b31f1241402",
"resourceInvariantUUID": "69a6a39e-3775-4a04-acc1-33ee1be6d196",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar",
"artifactChecksum": "OGZkNjJjOTRjMTE3ZDc1NTcxMWY0ZGMyYTA4YjQ0MzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fcb72213-6487-449f-a534-f8e1ac65810a"
}
],
"workloadContext": "Production"
}
2022-04-13T03:26:35.975Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-13T03:26:35.975Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cf5375ff-373e-41f7-9a41-e3a06b693b10 ASDC
2022-04-13T03:26:35.975Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:4147744a-71d1-4a5a-b2da-2731ffd501b1
ServiceName:Demo_pNF_eVj9wVYVnYDJEOJmD1a9
ServiceVersion:1.0
ServiceUUID:cf5375ff-373e-41f7-9a41-e3a06b693b10
ServiceInvariantUUID:ad92933d-815c-4af4-9510-98aa6daf3917
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar
ArtifactUUID:fcb72213-6487-449f-a534-f8e1ac65810a
ArtifactChecksum:OGZkNjJjOTRjMTE3ZDc1NTcxMWY0ZGMyYTA4YjQ0MzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f03bbdfe-335f 0
ResourceCustomizationUUID:3eef64e2-5096-439e-8e57-1318f70e3151
ResourceInvariantUUID:69a6a39e-3775-4a04-acc1-33ee1be6d196
ResourceName:pNF f03bbdfe-335f
ResourceType:PNF
ResourceUUID:468de2a6-a8e5-4f42-b9b2-5b31f1241402
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-04-13T03:26:35.975Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cf5375ff-373e-41f7-9a41-e3a06b693b10 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-04-13T03:26:35.999Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-13T03:26:36.000Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-13T03:26:36.000Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-13T03:26:36.000Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fcb72213-6487-449f-a534-f8e1ac65810a from URL: /sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar
2022-04-13T03:26:36.000Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-13T03:26:36.000Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar
2022-04-13T03:26:36.168Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-13T03:26:36.173Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar fcb72213-6487-449f-a534-f8e1ac65810a 82643
2022-04-13T03:26:36.174Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar ASDC sendASDCNotification
2022-04-13T03:26:36.174Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar
2022-04-13T03:26:36.174Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T03:26:36.174Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:26:36.176Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:26:36.176Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820396174,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:26:36.277Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:26:36.278Z||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-04-13T03:26:36.278Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:26:36.290Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:26:36.290Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:26:37.177Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-13T03:26:37.178Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-13T03:26:37.178Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fcb72213-6487-449f-a534-f8e1ac65810a, URL: /sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar to file: /app/ASDC/1/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar
2022-04-13T03:26:37.178Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar
2022-04-13T03:26:37.178Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar
2022-04-13T03:26:37.178Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar
2022-04-13T03:26:37.260Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17216376630237538784/Definitions/service-DemoPnfEvj9wvyvnydjeojmd1a9-template.yml
2022-04-13T03:26:37.912Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-13T03:26:37.912Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-13T03:26:37.912Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar
2022-04-13T03:26:37.912Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-13T03:26:37.912Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f03bbdfe-335f 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-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar
2022-04-13T03:26:37.912Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||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-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar
2022-04-13T03:26:37.912Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar
2022-04-13T03:26:37.912Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||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-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar
2022-04-13T03:26:37.912Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||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-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar
2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||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-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar
2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar
2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVj9wVYVnYDJEOJmD1a9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Node template pNF f03bbdfe-335f 0 is matching search criteria
2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF f03bbdfe-335f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVj9wVYVnYDJEOJmD1a9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Node template pNF f03bbdfe-335f 0 is matching search criteria
2022-04-13T03:26:37.913Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF f03bbdfe-335f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVj9wVYVnYDJEOJmD1a9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVj9wVYVnYDJEOJmD1a9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVj9wVYVnYDJEOJmD1a9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVj9wVYVnYDJEOJmD1a9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVj9wVYVnYDJEOJmD1a9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:26:37.914Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_eVj9wVYVnYDJEOJmD1a9
Description:catalog service description
Model UUID:cf5375ff-373e-41f7-9a41-e3a06b693b10
Model Version:NULL
Model InvariantUuid:ad92933d-815c-4af4-9510-98aa6daf3917
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-04-13T03:26:37.922Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 468de2a6-a8e5-4f42-b9b2-5b31f1241402
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-04-13T03:26:37.926Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||pNF f03bbdfe-335f 0
2022-04-13T03:26:37.926Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 468de2a6-a8e5-4f42-b9b2-5b31f1241402
2022-04-13T03:26:37.926Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||No resources found for Service: cf5375ff-373e-41f7-9a41-e3a06b693b10
2022-04-13T03:26:37.926Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: cf5375ff-373e-41f7-9a41-e3a06b693b10
2022-04-13T03:26:37.927Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f03bbdfe-335f 0 468de2a6-a8e5-4f42-b9b2-5b31f1241402 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-04-13T03:26:37.932Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6aa49a8, org.onap.sdc.toscaparser.api.parameters.Input@29dba61b, org.onap.sdc.toscaparser.api.parameters.Input@5b8f79ff, org.onap.sdc.toscaparser.api.parameters.Input@2b9f62e9, org.onap.sdc.toscaparser.api.parameters.Input@7f2c893b]
2022-04-13T03:26:37.932Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:26:37.932Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVj9wVYVnYDJEOJmD1a9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:26:37.932Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid cf5375ff-373e-41f7-9a41-e3a06b693b10: pNF f03bbdfe-335f
2022-04-13T03:26:37.932Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||Processing PNF resource: 468de2a6-a8e5-4f42-b9b2-5b31f1241402
2022-04-13T03:26:37.933Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:26:37.933Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVj9wVYVnYDJEOJmD1a9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:26:37.933Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||Resource customization UUID: 3eef64e2-5096-439e-8e57-1318f70e3151 is the same as notified resource customizationUUID: 3eef64e2-5096-439e-8e57-1318f70e3151
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-13T03:26:37.990Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f03bbdfe-335f 468de2a6-a8e5-4f42-b9b2-5b31f1241402 0 ASDC deployResourceStructure
2022-04-13T03:26:37.990Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar ASDC sendASDCNotification
2022-04-13T03:26:37.990Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar
2022-04-13T03:26:37.990Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-13T03:26:37.991Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:26:37.992Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:26:37.992Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820397990,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-13T03:26:38.093Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:26:38.093Z||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-04-13T03:26:38.093Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:26:38.103Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:26:38.103Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:26:38.993Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1
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-04-13T03:26:39.003Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1
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-04-13T03:26:39.005Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T03:26:39.005Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T03:26:39.005Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T03:27:09.005Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1
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-04-13T03:27:09.014Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1
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-04-13T03:27:09.016Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T03:27:09.016Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T03:27:09.016Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T03:27:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:27:27.326Z||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-04-13T03:27:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:27:27.341Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:27:27.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:27:27.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "cds",
"timestamp": 1649820384134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:27:27.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:27:39.016Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1
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-04-13T03:27:39.028Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1
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-04-13T03:27:39.032Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T03:27:39.032Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T03:27:39.033Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T03:28:09.033Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1
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-04-13T03:28:09.043Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1
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-04-13T03:28:09.045Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T03:28:09.045Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T03:28:09.045Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T03:28:27.326Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:28:27.326Z||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-04-13T03:28:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:28:27.343Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:28:27.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:28:27.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820387324,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:28:27.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:28:39.046Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1
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-04-13T03:28:39.055Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1
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-04-13T03:28:39.057Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T03:28:39.057Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T03:28:39.057Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T03:29:09.057Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1
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-04-13T03:29:09.067Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1
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-04-13T03:29:09.070Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T03:29:09.070Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-13T03:29:09.070Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-13T03:29:27.326Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:29:27.326Z||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-04-13T03:29:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:29:27.849Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:29:27.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649820379219,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:29:27.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1649820381330,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-04-13T03:29:27.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649820380590,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:29:27.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "aai-ml",
"timestamp": 1649820384499,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:29:27.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "cds",
"timestamp": 1649820384134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:29:27.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820387324,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:29:27.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1649820381330,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:29:27.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649820379219,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:29:27.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649820380590,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:29:27.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "aai-ml",
"timestamp": 1649820384499,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:29:27.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "cds",
"timestamp": 1649820384134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:29:27.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820387324,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:29:27.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649820379219,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar",
"status": "NOTIFIED"
}
2022-04-13T03:29:27.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1649820381330,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:29:27.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649820380590,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar",
"status": "NOTIFIED"
}
2022-04-13T03:29:27.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "aai-ml",
"timestamp": 1649820384499,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:29:27.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "cds",
"timestamp": 1649820384134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:29:27.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820387324,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:29:27.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "aai-ml",
"timestamp": 1649820384499,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:29:27.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1649820391188,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:29:27.855Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649820391275,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:29:27.855Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "cds",
"timestamp": 1649820384134,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar",
"status": "NOTIFIED"
}
2022-04-13T03:29:27.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820387324,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:29:27.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "aai-ml",
"timestamp": 1649820384499,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar",
"status": "NOTIFIED"
}
2022-04-13T03:29:27.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1649820392503,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-04-13T03:29:27.856Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820387324,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/resourceInstances/pnff03bbdfe335f0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:29:27.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649820392972,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-13T03:29:27.856Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "cds",
"timestamp": 1649820392978,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:29:27.856Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "aai-ml",
"timestamp": 1649820393281,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:29:27.856Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:29:27.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1649820393507,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T03:29:27.862Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4147744a-71d1-4a5a-b2da-2731ffd501b1
2022-04-13T03:29:27.863Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4147744a-71d1-4a5a-b2da-2731ffd501b1 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T03:29:27.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820387324,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:29:27.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649820393975,
"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-04-13T03:29:27.874Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4147744a-71d1-4a5a-b2da-2731ffd501b1
2022-04-13T03:29:27.874Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4147744a-71d1-4a5a-b2da-2731ffd501b1 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-04-13T03:29:27.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "cds",
"timestamp": 1649820393983,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-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-04-13T03:29:27.885Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4147744a-71d1-4a5a-b2da-2731ffd501b1
2022-04-13T03:29:27.885Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4147744a-71d1-4a5a-b2da-2731ffd501b1 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-04-13T03:29:27.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820387324,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar",
"status": "NOTIFIED"
}
2022-04-13T03:29:27.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-13T03:29:27.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820396174,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:29:27.892Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:29:27.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "aai-ml",
"timestamp": 1649820397567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-13T03:29:27.893Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:29:27.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820397990,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfEvj9wvyvnydjeojmd1a9/1.0/artifacts/service-DemoPnfEvj9wvyvnydjeojmd1a9-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-13T03:29:27.893Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:29:27.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:29:27.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "aai-ml",
"timestamp": 1649820398570,
"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-04-13T03:29:27.896Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4147744a-71d1-4a5a-b2da-2731ffd501b1
2022-04-13T03:29:27.896Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4147744a-71d1-4a5a-b2da-2731ffd501b1 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-04-13T03:29:39.070Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1
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-04-13T03:29:39.080Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1
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-04-13T03:29:39.082Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-13T03:29:39.082Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-13T03:29:39.082Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-13T03:29:39.082Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-13T03:29:39.082Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-13T03:29:39.082Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-13T03:29:39.083Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-13T03:29:39.083Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-13T03:29:39.083Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-13T03:29:39.083Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-13T03:29:39.087Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-13T03:30:09.087Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1 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-04-13T03:30:09.092Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4147744a-71d1-4a5a-b2da-2731ffd501b1 and serviceModelVersionId: cf5375ff-373e-41f7-9a41-e3a06b693b10
2022-04-13T03:30:09.092Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad92933d-815c-4af4-9510-98aa6daf3917
2022-04-13T03:30:09.092Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad92933d-815c-4af4-9510-98aa6daf3917/model-vers/model-ver/cf5375ff-373e-41f7-9a41-e3a06b693b10?depth=0
2022-04-13T03:30:09.096Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-13T03:30:09.132Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad92933d-815c-4af4-9510-98aa6daf3917/model-vers/model-ver/cf5375ff-373e-41f7-9a41-e3a06b693b10?depth=0|INFO|500||Invoke
2022-04-13T03:30:09.133Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad92933d-815c-4af4-9510-98aa6daf3917/model-vers/model-ver/cf5375ff-373e-41f7-9a41-e3a06b693b10?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad92933d-815c-4af4-9510-98aa6daf3917/model-vers/model-ver/cf5375ff-373e-41f7-9a41-e3a06b693b10?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4147744a-71d1-4a5a-b2da-2731ffd501b1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[213912d1-d475-44e1-b79f-3e98025a8784], X-ECOMP-RequestID=[4147744a-71d1-4a5a-b2da-2731ffd501b1], X-TransactionId=[], X-ONAP-RequestID=[4147744a-71d1-4a5a-b2da-2731ffd501b1], Content-Type=[application/merge-patch+json]}
2022-04-13T03:30:09.151Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad92933d-815c-4af4-9510-98aa6daf3917/model-vers/model-ver/cf5375ff-373e-41f7-9a41-e3a06b693b10?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-13T03:30:09.253Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad92933d-815c-4af4-9510-98aa6daf3917/model-vers/model-ver/cf5375ff-373e-41f7-9a41-e3a06b693b10?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/ad92933d-815c-4af4-9510-98aa6daf3917/model-vers/model-ver/cf5375ff-373e-41f7-9a41-e3a06b693b10?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220413-03:30:09:158-7590], vertex-id=[405720], Content-Length=[0], Date=[Wed, 13 Apr 2022 03:30:09 GMT], Content-Type=[application/json]}
2022-04-13T03:30:09.253Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad92933d-815c-4af4-9510-98aa6daf3917/model-vers/model-ver/cf5375ff-373e-41f7-9a41-e3a06b693b10?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-13T03:30:09.254Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad92933d-815c-4af4-9510-98aa6daf3917/model-vers/model-ver/cf5375ff-373e-41f7-9a41-e3a06b693b10?depth=0|INFO|500||InvokeReturn
2022-04-13T03:30:09.254Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-13T03:30:09.254Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-13T03:30:09.258Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-04-13T03:30:09.258Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4147744a-71d1-4a5a-b2da-2731ffd501b1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-13T03:30:09.258Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-13T03:30:09.258Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:30:09.259Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:30:09.259Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820609258,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-13T03:30:09.360Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:30:09.360Z||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-04-13T03:30:09.361Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:30:09.372Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:30:09.373Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 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-04-13T03:30:10.273Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:30:10.273Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:30:10.274Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:30:21.073Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:30:21.073Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:30:21.074Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:30:21.074Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:30:27.326Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:30:27.326Z||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-04-13T03:30:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:30:27.948Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:30:27.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-13T03:30:27.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4147744a-71d1-4a5a-b2da-2731ffd501b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820609258,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-13T03:30:27.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:30:30.604Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:30:30.604Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:30:30.605Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:30:30.605Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:30:40.135Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:30:40.135Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:30:40.136Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:30:40.136Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:30:49.664Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:31:27.324Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:31:27.325Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:31:27.325Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:31:27.325Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:31:27.326Z||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-04-13T03:31:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:31:36.855Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:31:36.855Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:32:27.324Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:32:27.325Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:32:27.326Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-13T03:32:27.326Z|104d8985-f2ce-4be9-8750-821d7f308b2d|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-04-13T03:32:27.326Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:32:27.326Z|104d8985-f2ce-4be9-8750-821d7f308b2d|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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:32:36.857Z|104d8985-f2ce-4be9-8750-821d7f308b2d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:32:36.860Z|4147744a-71d1-4a5a-b2da-2731ffd501b1|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:33:27.324Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:33:27.325Z||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-04-13T03:33:27.325Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:33:27.325Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-13T03:33:27.326Z||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-04-13T03:33:27.326Z||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 IVL9SEW1y1AXBTT8) ...
2022-04-13T03:33:27.449Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:33:27.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "cds",
"timestamp": 1649820789134,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "cds",
"timestamp": 1649820789134,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "cds",
"timestamp": 1649820789134,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649820799219,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "cds",
"timestamp": 1649820789134,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649820799219,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-04-13T03:33:27.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649820800590,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "cds",
"timestamp": 1649820789134,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649820799219,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-04-13T03:33:27.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1649820801330,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649820800590,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "cds",
"timestamp": 1649820789134,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649820799219,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1649820801330,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649820800590,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "cds",
"timestamp": 1649820789134,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-04-13T03:33:27.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649820799219,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-04-13T03:33:27.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1649820801330,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649820800590,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649820799219,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "cds",
"timestamp": 1649820804934,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:33:27.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:33:27.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1649820801330,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "aai-ml",
"timestamp": 1649820804499,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649820800590,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649820799219,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-04-13T03:33:27.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "cds",
"timestamp": 1649820805938,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-13T03:33:27.477Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e601cf52-af2e-4c7e-ab89-da40d46c81d3
2022-04-13T03:33:27.477Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e601cf52-af2e-4c7e-ab89-da40d46c81d3 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-04-13T03:33:27.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1649820801330,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "aai-ml",
"timestamp": 1649820804499,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649820800590,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649820806919,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:33:27.488Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-13T03:33:27.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "ves-openapi-manager",
"timestamp": 1649820801330,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "aai-ml",
"timestamp": 1649820804499,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:27.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-13T03:33:27.947Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:33:27.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-13T03:33:27.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e601cf52-af2e-4c7e-ab89-da40d46c81d3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"5d72a418-8c06-4d10-b556-f5243a6ed973","serviceDescription":"service","serviceInvariantUUID":"d0e6c438-2459-4e08-ad77-591dd72ba3f3","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b2e29a15-2a5c-4f98-a2e9-1c1e35ef3bdd","resourceInvariantUUID":"204e6b02-5ce9-41a2-b5b0-254340adb45b","resourceCustomizationUUID":"170e5841-81cc-4847-8cc5-53f516a3a82c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MTIyYjBkY2M3Yjg0NGJlNDNjNDkwN2VhZmVkNDBkNWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fbc1b546-1537-40ab-898b-fbc9292141a9","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZWFlMWQ0OWRhMjNjZDQ5OTQ0NDMyMDk4NDFkYzNlYWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b4eff3e7-822d-4048-baf4-01fc4fe3c92d","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"25070d0d-48ef-442e-ace3-a988dd98bcda","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"699e56de-a02d-4dbd-87c5-1f83e70fc4a7","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"434dddec-f265-4fdb-9cd7-8599c602b10d","artifactVersion":"2","generatedFromUUID":"25070d0d-48ef-442e-ace3-a988dd98bcda"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjQyZjMwNmYyN2UzODY2ZjY3MGVlYjFkNzM4MDZjMDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7d0d2c95-efe4-4e1a-91d3-cdd067090f51","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTNlNTIwMDczMDY5N2Y0OTJkNzJjMmQyMDFjNzQyNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1aca44a7-b9ee-4f6d-b5cd-9ad9863ff8e9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-13T03:33:27.952Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:33:27.952Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:33:27.955Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:33:27.956Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820807324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:28.056Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:33:28.056Z||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-04-13T03:33:28.057Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:33:28.066Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:33:28.066Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:33:28.956Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:33:28.957Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:33:28.958Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:33:28.958Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820807324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-04-13T03:33:29.059Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:33:29.059Z||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-04-13T03:33:29.059Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:33:29.068Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:33:29.068Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:33:29.959Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:33:29.960Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:33:29.961Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:33:29.961Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820807324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-04-13T03:33:30.061Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:33:30.062Z||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-04-13T03:33:30.062Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:33:30.071Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:33:30.071Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:33:30.962Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:33:30.962Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:33:30.964Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:33:30.964Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820807324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:31.065Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:33:31.065Z||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-04-13T03:33:31.065Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:33:31.073Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:33:31.074Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:33:31.965Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:33:31.965Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:33:31.968Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:33:31.968Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820807324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-04-13T03:33:32.068Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-13T03:33:32.068Z||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-04-13T03:33:32.068Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:33:32.076Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:33:32.077Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:33:32.968Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:33:32.969Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:33:32.972Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:33:32.972Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820807324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-13T03:33:33.072Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:33:33.072Z||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-04-13T03:33:33.072Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:33:33.081Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:33:33.081Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:33:33.972Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-13T03:33:33.974Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:33:33.975Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:33:33.976Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820807324,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-04-13T03:33:34.076Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:33:34.076Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T03:33:34.077Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:33:34.089Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:33:34.089Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":3,"count":1}
2022-04-13T03:33:34.977Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "5d72a418-8c06-4d10-b556-f5243a6ed973",
"serviceDescription": "service",
"serviceInvariantUUID": "d0e6c438-2459-4e08-ad77-591dd72ba3f3",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "170e5841-81cc-4847-8cc5-53f516a3a82c",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b2e29a15-2a5c-4f98-a2e9-1c1e35ef3bdd",
"resourceInvariantUUID": "204e6b02-5ce9-41a2-b5b0-254340adb45b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ZWFlMWQ0OWRhMjNjZDQ5OTQ0NDMyMDk4NDFkYzNlYWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b4eff3e7-822d-4048-baf4-01fc4fe3c92d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "25070d0d-48ef-442e-ace3-a988dd98bcda",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "434dddec-f265-4fdb-9cd7-8599c602b10d",
"generatedFromUUID": "25070d0d-48ef-442e-ace3-a988dd98bcda"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "434dddec-f265-4fdb-9cd7-8599c602b10d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NTNlNTIwMDczMDY5N2Y0OTJkNzJjMmQyMDFjNzQyNDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1aca44a7-b9ee-4f6d-b5cd-9ad9863ff8e9"
}
],
"workloadContext": "Production"
}
2022-04-13T03:33:34.977Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-13T03:33:34.977Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5d72a418-8c06-4d10-b556-f5243a6ed973 ASDC
2022-04-13T03:33:34.978Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:e601cf52-af2e-4c7e-ab89-da40d46c81d3
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:5d72a418-8c06-4d10-b556-f5243a6ed973
ServiceInvariantUUID:d0e6c438-2459-4e08-ad77-591dd72ba3f3
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:1aca44a7-b9ee-4f6d-b5cd-9ad9863ff8e9
ArtifactChecksum:NTNlNTIwMDczMDY5N2Y0OTJkNzJjMmQyMDFjNzQyNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:170e5841-81cc-4847-8cc5-53f516a3a82c
ResourceInvariantUUID:204e6b02-5ce9-41a2-b5b0-254340adb45b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b2e29a15-2a5c-4f98-a2e9-1c1e35ef3bdd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:b4eff3e7-822d-4048-baf4-01fc4fe3c92d
ArtifactChecksum:ZWFlMWQ0OWRhMjNjZDQ5OTQ0NDMyMDk4NDFkYzNlYWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:25070d0d-48ef-442e-ace3-a988dd98bcda
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:434dddec-f265-4fdb-9cd7-8599c602b10d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:434dddec-f265-4fdb-9cd7-8599c602b10d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-13T03:33:34.978Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5d72a418-8c06-4d10-b556-f5243a6ed973 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-04-13T03:33:35.009Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-13T03:33:35.009Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-13T03:33:35.010Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-13T03:33:35.010Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1aca44a7-b9ee-4f6d-b5cd-9ad9863ff8e9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-13T03:33:35.010Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-13T03:33:35.010Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-13T03:33:35.167Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-13T03:33:35.170Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1aca44a7-b9ee-4f6d-b5cd-9ad9863ff8e9 71058
2022-04-13T03:33:35.171Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-13T03:33:35.171Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-13T03:33:35.171Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T03:33:35.171Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:33:35.173Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:33:35.173Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820815171,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:33:35.273Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:33:35.274Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T03:33:35.274Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:33:35.283Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:33:35.283Z||pool-50-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-04-13T03:33:36.173Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-13T03:33:36.174Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-13T03:33:36.175Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 1aca44a7-b9ee-4f6d-b5cd-9ad9863ff8e9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-13T03:33:36.175Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-13T03:33:36.175Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-13T03:33:36.176Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-13T03:33:36.390Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15926511746668130095/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-04-13T03:33:37.361Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2022-04-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||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-BasicVm-csar.csar
2022-04-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-13T03:33:37.362Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-13T03:33:37.363Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-13T03:33:37.363Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:33:37.363Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:33:37.363Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-13T03:33:37.363Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-13T03:33:37.363Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-13T03:33:37.364Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:33:37.364Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:33:37.364Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-13T03:33:37.364Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-13T03:33:37.364Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-13T03:33:37.364Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:33:37.364Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:33:37.364Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:33:37.364Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-13T03:33:37.365Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-13T03:33:37.365Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-13T03:33:37.365Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-13T03:33:37.365Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-13T03:33:37.365Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-13T03:33:37.365Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:33:37.365Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-13T03:33:37.365Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:33:37.366Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-13T03:33:37.366Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T03:33:37.366Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:33:37.366Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-13T03:33:37.366Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T03:33:37.366Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:33:37.366Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-13T03:33:37.366Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T03:33:37.366Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=205867f4-db08-49c6-97e3-596a74459992
2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:33:37.367Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:33:37.368Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:5d72a418-8c06-4d10-b556-f5243a6ed973
Model Version:NULL
Model InvariantUuid:d0e6c438-2459-4e08-ad77-591dd72ba3f3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:e0635288-3a76-44de-8785-da6f45d0407b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:204e6b02-5ce9-41a2-b5b0-254340adb45b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:170e5841-81cc-4847-8cc5-53f516a3a82c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7a241376-dbba-4fe5-9aa4-eca34414da09
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:4f6c2283-3829-4072-862b-d940a40794bd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:205867f4-db08-49c6-97e3-596a74459992
ModelInvariantUuid:21caeaf6-44e2-4ce5-846b-0c1435fa81b2
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:e7f57fb7-d865-4914-8373-65e83ae4586b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:645c1cc1-e378-4392-bed5-4a0d3f76d29d
ModelInvariantUuid:3928d7b1-e950-41fe-b603-99d88e2ca50b
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c12c2c40-8a96-4330-8ae6-88b172bb1d3c
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-04-13T03:33:37.376Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: b2e29a15-2a5c-4f98-a2e9-1c1e35ef3bdd
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-04-13T03:33:37.378Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-04-13T03:33:37.379Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b2e29a15-2a5c-4f98-a2e9-1c1e35ef3bdd
2022-04-13T03:33:37.379Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b4eff3e7-822d-4048-baf4-01fc4fe3c92d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-13T03:33:37.379Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-13T03:33:37.379Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-13T03:33:37.573Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-13T03:33:37.574Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b4eff3e7-822d-4048-baf4-01fc4fe3c92d 787
2022-04-13T03:33:37.574Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-04-13T03:33:37.574Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-13T03:33:37.574Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T03:33:37.574Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:33:37.576Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:33:37.576Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820817574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:33:37.676Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:33:37.677Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T03:33:37.677Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:33:37.686Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:33:37.686Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-04-13T03:33:38.577Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "7a241376-dbba-4fe5-9aa4-eca34414da09",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4f6c2283-3829-4072-862b-d940a40794bd",
"vfModuleModelCustomizationUUID": "b9941067-7c0f-404c-9ae5-dbf11fbf7555",
"isBase": true,
"artifacts": [
"25070d0d-48ef-442e-ace3-a988dd98bcda",
"434dddec-f265-4fdb-9cd7-8599c602b10d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-13T03:33:38.580Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4f6c2283-3829-4072-862b-d940a40794bd
VfModuleModelInvariantUUID:7a241376-dbba-4fe5-9aa4-eca34414da09
VfModuleModelDescription:NULL
Artifacts UUID List:{
25070d0d-48ef-442e-ace3-a988dd98bcda
,
434dddec-f265-4fdb-9cd7-8599c602b10d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-04-13T03:33:38.582Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "7a241376-dbba-4fe5-9aa4-eca34414da09",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4f6c2283-3829-4072-862b-d940a40794bd",
"vfModuleModelCustomizationUUID": "b9941067-7c0f-404c-9ae5-dbf11fbf7555",
"isBase": true,
"artifacts": [
"25070d0d-48ef-442e-ace3-a988dd98bcda",
"434dddec-f265-4fdb-9cd7-8599c602b10d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-04-13T03:33:38.582Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4f6c2283-3829-4072-862b-d940a40794bd
VfModuleModelInvariantUUID:7a241376-dbba-4fe5-9aa4-eca34414da09
VfModuleModelDescription:NULL
Artifacts UUID List:{
25070d0d-48ef-442e-ace3-a988dd98bcda
,
434dddec-f265-4fdb-9cd7-8599c602b10d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
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-04-13T03:33:38.582Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 25070d0d-48ef-442e-ace3-a988dd98bcda from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-13T03:33:38.582Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-13T03:33:38.582Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-13T03:33:39.329Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-13T03:33:39.330Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 25070d0d-48ef-442e-ace3-a988dd98bcda 5033
2022-04-13T03:33:39.330Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-13T03:33:39.330Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-13T03:33:39.330Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T03:33:39.331Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:33:39.333Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:33:39.333Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820819330,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:33:39.433Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:33:39.433Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T03:33:39.433Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:33:39.442Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:33:39.442Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:33:40.333Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 434dddec-f265-4fdb-9cd7-8599c602b10d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-13T03:33:40.334Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-13T03:33:40.334Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-13T03:33:40.528Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-13T03:33:40.529Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 434dddec-f265-4fdb-9cd7-8599c602b10d 903
2022-04-13T03:33:40.529Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-13T03:33:40.529Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-13T03:33:40.529Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-13T03:33:40.530Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-13T03:33:40.531Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-13T03:33:40.532Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "e601cf52-af2e-4c7e-ab89-da40d46c81d3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649820820529,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-04-13T03:33:40.632Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-13T03:33:40.633Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-13T03:33:40.633Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IVL9SEW1y1AXBTT8) ...
2022-04-13T03:33:40.641Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-13T03:33:40.641Z||pool-53-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-13T03:33:41.532Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 5d72a418-8c06-4d10-b556-f5243a6ed973
2022-04-13T03:33:41.533Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b2e29a15-2a5c-4f98-a2e9-1c1e35ef3bdd 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-04-13T03:33:41.546Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a1f5a1f, org.onap.sdc.toscaparser.api.parameters.Input@1cbdad25, org.onap.sdc.toscaparser.api.parameters.Input@27b7a6b7, org.onap.sdc.toscaparser.api.parameters.Input@39ead2f2, org.onap.sdc.toscaparser.api.parameters.Input@1985a872]
2022-04-13T03:33:41.547Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:33:41.547Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:33:41.547Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-04-13T03:33:41.547Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 170e5841-81cc-4847-8cc5-53f516a3a82c
2022-04-13T03:33:41.548Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 170e5841-81cc-4847-8cc5-53f516a3a82c matches Tosca VF Customization UUID: 170e5841-81cc-4847-8cc5-53f516a3a82c
2022-04-13T03:33:41.548Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 170e5841-81cc-4847-8cc5-53f516a3a82c 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-04-13T03:33:41.549Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:33:41.550Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-13T03:33:41.550Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 170e5841-81cc-4847-8cc5-53f516a3a82c: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-04-13T03:33:41.550Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d2a4ab8
2022-04-13T03:33:41.550Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:33:41.550Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-13T03:33:41.551Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b9941067-7c0f-404c-9ae5-dbf11fbf7555
2022-04-13T03:33:41.551Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b9941067-7c0f-404c-9ae5-dbf11fbf7555
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-04-13T03:33:41.553Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:33:41.553Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-13T03:33:41.553Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T03:33:41.553Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-13T03:33:41.553Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-13T03:33:41.553Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-13T03:33:41.554Z|e601cf52-af2e-4c7e-ab89-da40d46c81d3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery