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)
2021-09-02T11:14:46.611Z||main|||||INFO|500||The following profiles are active: basic
2021-09-02T11:15:02.659Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-02T11:15:02.661Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-02T11:15:02.797Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-02T11:15:08.599Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-02T11:15:09.140Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-02T11:15:09.931Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-02T11:15:09.938Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-02T11:15:10.134Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-02T11:15:10.711Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-02T11:15:12.116Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-02T11:15:17.472Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-02T11:15:19.914Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-02T11:15:19.980Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-02T11:15:20.680Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-02T11:15:20.865Z||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.
2021-09-02T11:15:22.254Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-02T11:15:23.370Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-02T11:15:23.389Z||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$$d2f5c2ba.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)
2021-09-02T11:15:23.390Z||main|||||WARN|500||The sdc end point is not alive
2021-09-02T11:15:26.384Z||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
2021-09-02T11:15:29.551Z||main|||||WARN|500||---
2021-09-02T11:15:29.551Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-02T11:15:29.552Z||main|||||WARN|500||---
2021-09-02T11:15:30.060Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-02T11:15:35.254Z||main|||||INFO|500||Started Application in 52.579 seconds (JVM running for 58.356)
2021-09-02T11:15:35.274Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-02T11:15:35.282Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-02T11:15:35.297Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-02T11:15:35.323Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-02T11:15:35.369Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8512a1c1-323f-468e-9bd6-8293f3464982 url= /sdc/v1/artifactTypes
2021-09-02T11:15:35.370Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-02T11:15:35.654Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-02T11:15:35.675Z||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
2021-09-02T11:15:35.743Z||scheduling-1|||||DEBUG|500||create keys
2021-09-02T11:15:35.756Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-02T11:15:35.799Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:15:35.826Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 39479ad3-196a-4f65-b89b-4863707881a4 url= /sdc/v1/registerForDistribution
2021-09-02T11:15:35.917Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 39479ad3-196a-4f65-b89b-4863707881a4 url= /sdc/v1/registerForDistribution
2021-09-02T11:15:35.918Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-02T11:15:35.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:15:35.929Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:15:35.940Z||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.
2021-09-02T11:15:35.940Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-02T11:15:35.940Z||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.
2021-09-02T11:15:35.941Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:15:35.941Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:15:46.234Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:15:46.246Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:16:35.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:16:35.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:16:35.938Z||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.
2021-09-02T11:16:35.939Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:16:35.939Z||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.
2021-09-02T11:16:35.939Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:16:45.519Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:16:45.519Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:17:35.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:17:35.929Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:17:35.935Z||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.
2021-09-02T11:17:35.935Z||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.
2021-09-02T11:17:35.935Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:17:35.935Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:17:45.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:17:45.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:18:35.927Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:18:35.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:18:35.930Z||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.
2021-09-02T11:18:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:18:35.930Z||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.
2021-09-02T11:18:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:18:45.525Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:18:45.531Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:19:35.927Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:19:35.929Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:19:35.930Z||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.
2021-09-02T11:19:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:19:35.930Z||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.
2021-09-02T11:19:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:19:45.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:19:45.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:20:35.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:20:35.927Z||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.
2021-09-02T11:20:35.927Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:20:35.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:20:35.929Z||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.
2021-09-02T11:20:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:20:45.504Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:20:45.502Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:21:35.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:21:35.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:21:35.929Z||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.
2021-09-02T11:21:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:21:35.929Z||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.
2021-09-02T11:21:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:21:45.515Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:21:45.523Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:22:35.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:22:35.928Z||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.
2021-09-02T11:22:35.929Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:22:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:22:35.929Z||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.
2021-09-02T11:22:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:22:45.515Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:22:45.518Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:23:35.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:23:35.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:23:35.931Z||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.
2021-09-02T11:23:35.931Z||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.
2021-09-02T11:23:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:23:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:23:45.530Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:23:45.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:24:35.929Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:24:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:24:35.935Z||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.
2021-09-02T11:24:35.935Z||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.
2021-09-02T11:24:35.936Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:24:35.936Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:24:39.339Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-02T11:24:45.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:24:45.529Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:25:35.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:25:35.927Z||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.
2021-09-02T11:25:35.927Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:25:35.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:25:35.929Z||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.
2021-09-02T11:25:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:25:45.522Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:25:45.529Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:26:35.927Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:26:35.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:26:35.932Z||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.
2021-09-02T11:26:35.932Z||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.
2021-09-02T11:26:35.932Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:26:35.932Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:26:45.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:26:45.534Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:27:35.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:27:35.928Z||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.
2021-09-02T11:27:35.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:27:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:27:35.929Z||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.
2021-09-02T11:27:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:27:45.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:27:45.502Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:28:35.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:28:35.928Z||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.
2021-09-02T11:28:35.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:28:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:28:35.929Z||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.
2021-09-02T11:28:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:28:45.485Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:28:45.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:29:35.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:29:35.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:29:35.934Z||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.
2021-09-02T11:29:35.934Z||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.
2021-09-02T11:29:35.935Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:29:35.935Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:29:45.504Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:29:45.505Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:30:35.926Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:30:35.927Z||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.
2021-09-02T11:30:35.927Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:30:35.929Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:30:35.929Z||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.
2021-09-02T11:30:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:30:45.495Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:30:45.511Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:31:35.927Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:31:35.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:31:35.930Z||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.
2021-09-02T11:31:35.930Z||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.
2021-09-02T11:31:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:31:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:31:45.513Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:31:45.514Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:32:35.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:32:35.927Z||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.
2021-09-02T11:32:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:32:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:32:35.929Z||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.
2021-09-02T11:32:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:32:45.500Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:32:45.514Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:33:35.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:33:35.928Z||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.
2021-09-02T11:33:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:33:35.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:33:35.929Z||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.
2021-09-02T11:33:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:33:45.502Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:33:45.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:34:35.927Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:34:35.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:34:35.931Z||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.
2021-09-02T11:34:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:34:35.931Z||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.
2021-09-02T11:34:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:34:45.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:34:45.549Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:35:35.926Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:35:35.927Z||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.
2021-09-02T11:35:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:35:35.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:35:35.929Z||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.
2021-09-02T11:35:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:35:45.509Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:35:45.510Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:36:35.929Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:36:35.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:36:35.938Z||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.
2021-09-02T11:36:35.938Z||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.
2021-09-02T11:36:35.938Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:36:35.938Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:36:45.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:36:45.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:37:35.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:37:35.929Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:37:35.929Z||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.
2021-09-02T11:37:35.930Z||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.
2021-09-02T11:37:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:37:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:37:45.505Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:37:45.505Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:38:35.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:38:35.933Z||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.
2021-09-02T11:38:35.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:38:35.933Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:38:35.934Z||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.
2021-09-02T11:38:35.934Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:38:45.494Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:38:45.498Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:39:35.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:39:35.927Z||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.
2021-09-02T11:39:35.927Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:39:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:39:35.929Z||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.
2021-09-02T11:39:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:39:45.515Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:39:45.594Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:40:35.927Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:40:35.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:40:35.930Z||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.
2021-09-02T11:40:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:40:35.930Z||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.
2021-09-02T11:40:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:40:45.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:40:45.492Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:41:35.929Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:41:35.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:41:35.936Z||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.
2021-09-02T11:41:35.936Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:41:35.936Z||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.
2021-09-02T11:41:35.936Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:41:45.521Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:41:45.522Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:42:35.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:42:35.927Z||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.
2021-09-02T11:42:35.927Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:42:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:42:35.929Z||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.
2021-09-02T11:42:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:42:45.507Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:42:45.528Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:43:35.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:43:35.927Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:43:35.932Z||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.
2021-09-02T11:43:35.932Z||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.
2021-09-02T11:43:35.933Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:43:35.933Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:43:45.508Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:43:45.511Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:44:35.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:44:35.927Z||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.
2021-09-02T11:44:35.927Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:44:35.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:44:35.929Z||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.
2021-09-02T11:44:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:44:45.503Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:44:45.533Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:45:35.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:45:35.928Z||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.
2021-09-02T11:45:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:45:35.929Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:45:35.929Z||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.
2021-09-02T11:45:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:45:45.504Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:45:45.504Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:46:35.929Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:46:35.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:46:35.936Z||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.
2021-09-02T11:46:35.936Z||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.
2021-09-02T11:46:35.936Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:46:35.936Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:46:45.500Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:46:45.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:47:35.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:47:35.927Z||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.
2021-09-02T11:47:35.927Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:47:35.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:47:35.929Z||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.
2021-09-02T11:47:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:47:45.507Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:47:45.506Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:48:35.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:48:35.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:48:35.933Z||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.
2021-09-02T11:48:35.933Z||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.
2021-09-02T11:48:35.934Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:48:35.934Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:48:45.508Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:48:45.517Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:49:35.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:49:35.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:49:35.935Z||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.
2021-09-02T11:49:35.935Z||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.
2021-09-02T11:49:35.935Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:49:35.935Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:49:45.546Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:49:45.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:50:35.926Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:50:35.928Z||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.
2021-09-02T11:50:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:50:35.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:50:35.930Z||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.
2021-09-02T11:50:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:50:45.494Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:50:45.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:51:35.927Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:51:35.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:51:35.929Z||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.
2021-09-02T11:51:35.929Z||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.
2021-09-02T11:51:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:51:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:51:45.507Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:51:45.524Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:52:35.927Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:52:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:52:35.933Z||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.
2021-09-02T11:52:35.933Z||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.
2021-09-02T11:52:35.934Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:52:35.934Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:52:45.510Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:52:45.513Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:53:35.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:53:35.927Z||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.
2021-09-02T11:53:35.927Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:53:35.929Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:53:35.929Z||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.
2021-09-02T11:53:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:53:45.511Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:53:45.522Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:54:35.927Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:54:35.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:54:35.930Z||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.
2021-09-02T11:54:35.930Z||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.
2021-09-02T11:54:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:54:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:54:45.492Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:54:45.502Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:55:35.926Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:55:35.928Z||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.
2021-09-02T11:55:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:55:35.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:55:35.929Z||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.
2021-09-02T11:55:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:55:45.495Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:55:45.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:56:35.927Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:56:35.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:56:35.930Z||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.
2021-09-02T11:56:35.930Z||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.
2021-09-02T11:56:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:56:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:56:45.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:56:45.494Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:57:35.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:57:35.927Z||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.
2021-09-02T11:57:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:57:35.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:57:35.930Z||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.
2021-09-02T11:57:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:57:45.492Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:57:45.501Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:58:35.927Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:58:35.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:58:35.931Z||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.
2021-09-02T11:58:35.931Z||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.
2021-09-02T11:58:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:58:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:58:45.523Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:58:45.524Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:59:35.926Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:59:35.927Z||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.
2021-09-02T11:59:35.927Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:59:35.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T11:59:35.929Z||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.
2021-09-02T11:59:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T11:59:45.500Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T11:59:45.504Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:00:35.927Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:00:35.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:00:35.929Z||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.
2021-09-02T12:00:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:00:35.930Z||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.
2021-09-02T12:00:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:00:45.527Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:00:45.554Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:01:35.927Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:01:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:01:35.929Z||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.
2021-09-02T12:01:35.929Z||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.
2021-09-02T12:01:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:01:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:01:45.503Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:01:45.502Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:02:35.927Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:02:35.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:02:35.929Z||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.
2021-09-02T12:02:35.929Z||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.
2021-09-02T12:02:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:42.938Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:02:42.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:02:42.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8d0a205d-9606-461d-9171-d9cbb3438354","serviceName":"vFW 2021-09-02 12-00-29","serviceVersion":"1.0","serviceUUID":"f7376498-f628-48fc-bd63-df20a6145a44","serviceDescription":"catalog service description","serviceInvariantUUID":"9cd72419-4ec9-4744-9202-029d98b99822","resources":[{"resourceInstanceName":"vFW 599da727-4556 0","resourceName":"vFW 599da727-4556","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f5a6cbac-e0c1-4bc4-b0ae-b287c7a12697","resourceInvariantUUID":"d72f1905-5ee0-4aeb-867e-7b6a93d45ea6","resourceCustomizationUUID":"d6e2b425-1e05-4c58-8dc1-bc482749420e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml","artifactChecksum":"ZWFlOTNlYTU0NjIwNDhmMjQ2MjVkYWQxYmJiOTNhNjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aaf71d2d-9671-45f3-bb55-013fd5488dcb","artifactVersion":"1"},{"artifactName":"vfw599da72745560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json","artifactChecksum":"MWQyODRkYmMwNDc3YTY5NjI0ZTg0ZTgxMWFjYWViOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1b3c89be-aba6-4425-b43c-166d1b218598","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"998b32eb-d2c1-4e38-9f4c-be1592f6f815","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml","artifactChecksum":"YWM2YzFkMzEyMTZkMmNjOTdjNWRiMjJiYmQ0OGFiYTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"de0874fb-e728-4662-8aeb-146ae97dc4d7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1887539f-432e-46f4-9c0f-d17f9679f2c2","artifactVersion":"2","generatedFromUUID":"998b32eb-d2c1-4e38-9f4c-be1592f6f815"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210902120029-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml","artifactChecksum":"M2M4NDk1MDRlNzMzZmQ3NzQ0ZjJhOGZmYzI3YjcyMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22cf3d10-a023-46db-aca1-b3b1c8c969c0","artifactVersion":"1"},{"artifactName":"service-Vfw20210902120029-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar","artifactChecksum":"YjdiYjlkYWM4Y2Q0NTZhMjM1MTY0N2IxZTVlMTVjNWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"23d4387d-cdae-4cc1-9b8d-35b78ee01b1f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T12:02:42.960Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:02:42.969Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:02:42.984Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:02:42.984Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584155927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:02:43.084Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-09-02T12:02:43.089Z||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.
2021-09-02T12:02:43.090Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:43.104Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:02:43.105Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:02:43.318Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:02:43.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-02T12:02:43.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "cds",
"timestamp": 1630584160169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:02:43.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-02T12:02:43.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-02T12:02:43.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584154966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:02:43.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-02T12:02:43.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-02T12:02:43.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584155927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:02:43.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-02T12:02:43.993Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:02:43.993Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:02:43.995Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:02:43.995Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584155927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
"status": "NOTIFIED"
}
2021-09-02T12:02:44.098Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-02T12:02:44.099Z||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.
2021-09-02T12:02:44.100Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:44.116Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:02:44.116Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:02:44.996Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:02:44.997Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:02:45.007Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:02:45.007Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584155927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-02T12:02:45.099Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2021-09-02T12:02:45.100Z||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.
2021-09-02T12:02:45.100Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:45.115Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:02:45.116Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:02:46.008Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:02:46.009Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:02:46.011Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:02:46.011Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584155927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:02:46.111Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:02:46.112Z||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.
2021-09-02T12:02:46.113Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:46.126Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:02:46.126Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:02:47.012Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:02:47.014Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:02:47.017Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:02:47.017Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584155927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-02T12:02:47.117Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:02:47.118Z||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.
2021-09-02T12:02:47.118Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:47.132Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:02:47.132Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:02:48.018Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:02:48.019Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:02:48.021Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:02:48.021Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584155927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:02:48.121Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:02:48.122Z||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.
2021-09-02T12:02:48.123Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:48.131Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:02:48.132Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:02:49.022Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:02:49.023Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:02:49.027Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:02:49.027Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584155927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:02:49.127Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:02:49.128Z||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.
2021-09-02T12:02:49.128Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:49.139Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:02:49.139Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:02:50.029Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"serviceName": "vFW 2021-09-02 12-00-29",
"serviceVersion": "1.0",
"serviceUUID": "f7376498-f628-48fc-bd63-df20a6145a44",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9cd72419-4ec9-4744-9202-029d98b99822",
"resources": [
{
"resourceInstanceName": "vFW 599da727-4556 0",
"resourceCustomizationUUID": "d6e2b425-1e05-4c58-8dc1-bc482749420e",
"resourceName": "vFW 599da727-4556",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f5a6cbac-e0c1-4bc4-b0ae-b287c7a12697",
"resourceInvariantUUID": "d72f1905-5ee0-4aeb-867e-7b6a93d45ea6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw599da72745560_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
"artifactChecksum": "MWQyODRkYmMwNDc3YTY5NjI0ZTg0ZTgxMWFjYWViOTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1b3c89be-aba6-4425-b43c-166d1b218598",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "998b32eb-d2c1-4e38-9f4c-be1592f6f815",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1887539f-432e-46f4-9c0f-d17f9679f2c2",
"generatedFromUUID": "998b32eb-d2c1-4e38-9f4c-be1592f6f815"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1887539f-432e-46f4-9c0f-d17f9679f2c2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210902120029-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"artifactChecksum": "YjdiYjlkYWM4Y2Q0NTZhMjM1MTY0N2IxZTVlMTVjNWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "23d4387d-cdae-4cc1-9b8d-35b78ee01b1f"
}
],
"workloadContext": "Production"
}
2021-09-02T12:02:50.031Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T12:02:50.031Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f7376498-f628-48fc-bd63-df20a6145a44 ASDC
2021-09-02T12:02:50.152Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:8d0a205d-9606-461d-9171-d9cbb3438354
ServiceName:vFW 2021-09-02 12-00-29
ServiceVersion:1.0
ServiceUUID:f7376498-f628-48fc-bd63-df20a6145a44
ServiceInvariantUUID:9cd72419-4ec9-4744-9202-029d98b99822
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210902120029-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar
ArtifactUUID:23d4387d-cdae-4cc1-9b8d-35b78ee01b1f
ArtifactChecksum:YjdiYjlkYWM4Y2Q0NTZhMjM1MTY0N2IxZTVlMTVjNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 599da727-4556 0
ResourceCustomizationUUID:d6e2b425-1e05-4c58-8dc1-bc482749420e
ResourceInvariantUUID:d72f1905-5ee0-4aeb-867e-7b6a93d45ea6
ResourceName:vFW 599da727-4556
ResourceType:VF
ResourceUUID:f5a6cbac-e0c1-4bc4-b0ae-b287c7a12697
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw599da72745560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json
ArtifactUUID:1b3c89be-aba6-4425-b43c-166d1b218598
ArtifactChecksum:MWQyODRkYmMwNDc3YTY5NjI0ZTg0ZTgxMWFjYWViOTY=
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/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml
ArtifactUUID:998b32eb-d2c1-4e38-9f4c-be1592f6f815
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/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env
ArtifactUUID:1887539f-432e-46f4-9c0f-d17f9679f2c2
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/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env
ArtifactUUID:1887539f-432e-46f4-9c0f-d17f9679f2c2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-02T12:02:50.153Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f7376498-f628-48fc-bd63-df20a6145a44 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 (?, ?, ?, ?, ?)
2021-09-02T12:02:50.424Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:02:50.425Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-02T12:02:50.427Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-02T12:02:50.427Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 23d4387d-cdae-4cc1-9b8d-35b78ee01b1f from URL: /sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:50.427Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-02T12:02:50.428Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:52.475Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-02T12:02:52.495Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar 23d4387d-cdae-4cc1-9b8d-35b78ee01b1f 98697
2021-09-02T12:02:52.497Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar ASDC sendASDCNotification
2021-09-02T12:02:52.497Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:52.498Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:02:52.499Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:02:52.502Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:02:52.503Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584172495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:02:52.602Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:02:52.603Z||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.
2021-09-02T12:02:52.603Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:52.619Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:02:52.620Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:02:53.503Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:02:53.505Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-02T12:02:53.506Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 23d4387d-cdae-4cc1-9b8d-35b78ee01b1f, URL: /sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar to file: /app/ASDC/1/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:53.507Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210902120029-csar.csar
2021-09-02T12:02:53.594Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:53.594Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:54.353Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP447030540485029897/Definitions/service-Vfw20210902120029-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
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
2021-09-02T12:02:57.151Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T12:02:57.157Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-02T12:02:57.157Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.158Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-02T12:02:57.158Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||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-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.158Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||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-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.159Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||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-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.159Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.159Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.159Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||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-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.159Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||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-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.160Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||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-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.160Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.160Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||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-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.160Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.160Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 599da727-4556 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-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.161Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||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-Vfw20210902120029-csar.csar
2021-09-02T12:02:57.161Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-02T12:02:57.169Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:02:57.171Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:02:57.175Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:02:57.175Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-02T12:02:57.177Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:02:57.179Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:02:57.179Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:02:57.180Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:02:57.180Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-02T12:02:57.180Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:02:57.181Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:02:57.181Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:02:57.186Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:02:57.187Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is not matching search criteria
2021-09-02T12:02:57.187Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-02T12:02:57.187Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-02T12:02:57.187Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-02T12:02:57.187Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.188Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-02T12:02:57.188Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.188Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-02T12:02:57.188Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-02T12:02:57.188Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-02T12:02:57.189Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.189Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-02T12:02:57.189Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-02T12:02:57.189Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-02T12:02:57.189Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-02T12:02:57.189Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.190Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-02T12:02:57.190Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:02:57.190Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T12:02:57.191Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:02:57.192Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:02:57.192Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:02:57.192Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:02:57.192Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:02:57.192Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:02:57.193Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:02:57.193Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:02:57.193Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:02:57.193Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:02:57.193Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is not matching search criteria
2021-09-02T12:02:57.194Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-02T12:02:57.194Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-02T12:02:57.194Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-02T12:02:57.194Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-02T12:02:57.194Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-02T12:02:57.194Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.194Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-02T12:02:57.195Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-02T12:02:57.195Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-02T12:02:57.195Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-02T12:02:57.195Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.195Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=01e1bd9c-ee56-411c-8e48-a1c0d163008b
2021-09-02T12:02:57.196Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:02:57.196Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is not matching search criteria
2021-09-02T12:02:57.196Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-02T12:02:57.196Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-02T12:02:57.196Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-02T12:02:57.196Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.197Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-02T12:02:57.197Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.197Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-02T12:02:57.197Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-02T12:02:57.197Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-02T12:02:57.197Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-02T12:02:57.198Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-02T12:02:57.198Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.198Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b775c3f8-12ca-4a2f-94d1-6a5575b6c48e
2021-09-02T12:02:57.198Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:02:57.198Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is not matching search criteria
2021-09-02T12:02:57.198Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-02T12:02:57.199Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-02T12:02:57.199Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-02T12:02:57.199Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.199Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-02T12:02:57.199Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.199Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-02T12:02:57.200Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-02T12:02:57.200Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-02T12:02:57.200Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-02T12:02:57.200Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-02T12:02:57.200Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-02T12:02:57.200Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c54ac9c2-71ea-465c-ab5d-2b41ad1db7fb
2021-09-02T12:02:57.201Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:02:57.201Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:02:57.201Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:02:57.201Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:02:57.201Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:02:57.202Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:02:57.202Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:02:57.202Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:02:57.202Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-02 12-00-29
Description:catalog service description
Model UUID:f7376498-f628-48fc-bd63-df20a6145a44
Model Version:NULL
Model InvariantUuid:9cd72419-4ec9-4744-9202-029d98b99822
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 599da727-4556
Model UUID:d9215e4f-a3ab-4563-9cae-349f3a9d1eec
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d72f1905-5ee0-4aeb-867e-7b6a93d45ea6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d6e2b425-1e05-4c58-8dc1-bc482749420e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6064b4d3-859f-4bd8-8bbe-0740075e241a
ModelName:Vfw599da7274556..base_vfw..module-0
ModelUuid:f4e8c477-09e7-4130-9fba-183aba829485
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:01e1bd9c-ee56-411c-8e48-a1c0d163008b
ModelInvariantUuid:9e10ca07-41a4-4de8-8c8a-f1b7f2f80ecd
ModelName:vFW 599da727-4556-nodes.vfwCvfc
ModelUuid:553aa197-1be8-46ab-ba5c-027123e58c1d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4cea67e8-90e5-461f-8f21-abc473fa57ec
ModelInvariantUuid:7c9f4318-909b-4ae6-9991-158349cdab87
ModelName:Vfw599da7274556.compute.nodes.heat.vfw
ModelUuid:c79c282f-9d47-41e8-8ef9-e59db964679d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b775c3f8-12ca-4a2f-94d1-6a5575b6c48e
ModelInvariantUuid:2e0f2cb5-1e59-4ef5-963e-418abe183bf6
ModelName:vFW 599da727-4556-nodes.vsnCvfc
ModelUuid:29b77fcd-1874-4e42-9b90-ba979608a915
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:5e7feda9-baa7-41d7-b6dd-6a80a7764fae
ModelInvariantUuid:ed84e85a-d393-4315-8dd9-1d5b08c90f14
ModelName:Vfw599da7274556.compute.nodes.heat.vsn
ModelUuid:0eb27346-cf43-4103-8d55-cfafc2bd3910
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c54ac9c2-71ea-465c-ab5d-2b41ad1db7fb
ModelInvariantUuid:e821d367-20b9-4f48-8a7c-1fe138bd3684
ModelName:vFW 599da727-4556-nodes.vpgCvfc
ModelUuid:02908845-d92d-4218-bd8e-6a2c8ed09f22
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:5ff457bb-8ffe-4cd0-be8d-38324664eb14
ModelInvariantUuid:e4cba9b9-9014-452e-94b9-36066827ac57
ModelName:Vfw599da7274556.compute.nodes.heat.vpg
ModelUuid:543e3cfc-33b0-432c-91eb-7bfd6e3f2315
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-02T12:02:57.223Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f5a6cbac-e0c1-4bc4-b0ae-b287c7a12697
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:02:57.312Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||vFW 599da727-4556 0
2021-09-02T12:02:57.319Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f5a6cbac-e0c1-4bc4-b0ae-b287c7a12697
2021-09-02T12:02:57.320Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1b3c89be-aba6-4425-b43c-166d1b218598 from URL: /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json
2021-09-02T12:02:57.320Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-02T12:02:57.320Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json
2021-09-02T12:02:57.859Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-02T12:02:57.860Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json 1b3c89be-aba6-4425-b43c-166d1b218598 785
2021-09-02T12:02:57.860Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json ASDC sendASDCNotification
2021-09-02T12:02:57.860Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json
2021-09-02T12:02:57.860Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:02:57.860Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:02:57.864Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:02:57.864Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584177860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:02:57.969Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-09-02T12:02:57.970Z||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.
2021-09-02T12:02:57.971Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:57.989Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:02:57.989Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:02:58.866Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw599da7274556..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6064b4d3-859f-4bd8-8bbe-0740075e241a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f4e8c477-09e7-4130-9fba-183aba829485",
"vfModuleModelCustomizationUUID": "ac90201e-8b08-41b0-9216-3cccbad764c5",
"isBase": true,
"artifacts": [
"998b32eb-d2c1-4e38-9f4c-be1592f6f815",
"1887539f-432e-46f4-9c0f-d17f9679f2c2"
],
"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": ""
}
}
]
2021-09-02T12:02:58.880Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw599da7274556..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4e8c477-09e7-4130-9fba-183aba829485
VfModuleModelInvariantUUID:6064b4d3-859f-4bd8-8bbe-0740075e241a
VfModuleModelDescription:NULL
Artifacts UUID List:{
998b32eb-d2c1-4e38-9f4c-be1592f6f815
,
1887539f-432e-46f4-9c0f-d17f9679f2c2
}
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
}
2021-09-02T12:02:58.883Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw599da7274556..base_vfw..module-0",
"vfModuleModelInvariantUUID": "6064b4d3-859f-4bd8-8bbe-0740075e241a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f4e8c477-09e7-4130-9fba-183aba829485",
"vfModuleModelCustomizationUUID": "ac90201e-8b08-41b0-9216-3cccbad764c5",
"isBase": true,
"artifacts": [
"998b32eb-d2c1-4e38-9f4c-be1592f6f815",
"1887539f-432e-46f4-9c0f-d17f9679f2c2"
],
"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": ""
}
}
]
2021-09-02T12:02:58.883Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw599da7274556..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4e8c477-09e7-4130-9fba-183aba829485
VfModuleModelInvariantUUID:6064b4d3-859f-4bd8-8bbe-0740075e241a
VfModuleModelDescription:NULL
Artifacts UUID List:{
998b32eb-d2c1-4e38-9f4c-be1592f6f815
,
1887539f-432e-46f4-9c0f-d17f9679f2c2
}
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
}
2021-09-02T12:02:58.883Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 998b32eb-d2c1-4e38-9f4c-be1592f6f815 from URL: /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml
2021-09-02T12:02:58.883Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-02T12:02:58.883Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml
2021-09-02T12:02:59.044Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-02T12:02:59.046Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml 998b32eb-d2c1-4e38-9f4c-be1592f6f815 20368
2021-09-02T12:02:59.046Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-02T12:02:59.046Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml
2021-09-02T12:02:59.046Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:02:59.046Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:02:59.048Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:02:59.048Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584179046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:02:59.148Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:02:59.149Z||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.
2021-09-02T12:02:59.150Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:02:59.161Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:02:59.162Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:03:00.049Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1887539f-432e-46f4-9c0f-d17f9679f2c2 from URL: /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env
2021-09-02T12:03:00.050Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-02T12:03:00.050Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env
2021-09-02T12:03:00.214Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-02T12:03:00.215Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env 1887539f-432e-46f4-9c0f-d17f9679f2c2 2098
2021-09-02T12:03:00.215Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-02T12:03:00.215Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env
2021-09-02T12:03:00.215Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:03:00.216Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:03:00.218Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:03:00.219Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584180215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:03:00.319Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:03:00.320Z||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.
2021-09-02T12:03:00.320Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:03:00.345Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:03:00.345Z||pool-13-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:03:01.219Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f7376498-f628-48fc-bd63-df20a6145a44
2021-09-02T12:03:01.220Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 599da727-4556 0 f5a6cbac-e0c1-4bc4-b0ae-b287c7a12697 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:03:01.257Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d78a6c2, org.onap.sdc.toscaparser.api.parameters.Input@33a0f137, org.onap.sdc.toscaparser.api.parameters.Input@7e8cb931, org.onap.sdc.toscaparser.api.parameters.Input@3acb2d5a, org.onap.sdc.toscaparser.api.parameters.Input@724dc277]
2021-09-02T12:03:01.261Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:03:01.261Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:03:01.261Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-09-02T12:03:01.262Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= d6e2b425-1e05-4c58-8dc1-bc482749420e
2021-09-02T12:03:01.262Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d6e2b425-1e05-4c58-8dc1-bc482749420e matches Tosca VF Customization UUID: d6e2b425-1e05-4c58-8dc1-bc482749420e
2021-09-02T12:03:01.262Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: d6e2b425-1e05-4c58-8dc1-bc482749420e matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-02T12:03:01.268Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:03:01.268Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:03:01.270Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id d6e2b425-1e05-4c58-8dc1-bc482749420e: {\"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\"}
2021-09-02T12:03:01.270Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@795ecbeb
2021-09-02T12:03:01.270Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:03:01.270Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T12:03:01.271Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ac90201e-8b08-41b0-9216-3cccbad764c5
2021-09-02T12:03:01.272Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ac90201e-8b08-41b0-9216-3cccbad764c5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-02T12:03:01.278Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:03:01.278Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:03:01.278Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:03:01.279Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:03:01.279Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:03:01.280Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:03:01.280Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:03:01.281Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is not matching search criteria
2021-09-02T12:03:01.281Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-02T12:03:01.282Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-02T12:03:01.282Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-02T12:03:01.282Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-02T12:03:01.282Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-02T12:03:01.283Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-02T12:03:01.283Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-02T12:03:01.283Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-02T12:03:01.283Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-02T12:03:01.284Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-02T12:03:01.284Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T12:03:01.284Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=01e1bd9c-ee56-411c-8e48-a1c0d163008b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-02T12:03:01.291Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:03:01.291Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:03:01.292Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:03:01.292Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:03:01.292Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is not matching search criteria
2021-09-02T12:03:01.292Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-02T12:03:01.293Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-02T12:03:01.293Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-02T12:03:01.293Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-02T12:03:01.293Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-02T12:03:01.294Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T12:03:01.294Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-02T12:03:01.294Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-02T12:03:01.294Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-02T12:03:01.295Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-02T12:03:01.295Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-02T12:03:01.295Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T12:03:01.295Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b775c3f8-12ca-4a2f-94d1-6a5575b6c48e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-02T12:03:01.297Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:03:01.298Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:03:01.298Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:03:01.300Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:03:01.300Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is not matching search criteria
2021-09-02T12:03:01.301Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-02T12:03:01.301Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-02T12:03:01.301Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-02T12:03:01.301Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-02T12:03:01.302Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-02T12:03:01.302Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-02T12:03:01.302Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-02T12:03:01.303Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-02T12:03:01.303Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-02T12:03:01.303Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-02T12:03:01.304Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-02T12:03:01.304Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-02T12:03:01.304Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c54ac9c2-71ea-465c-ab5d-2b41ad1db7fb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-02T12:03:01.306Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:03:01.306Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:03:01.307Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:03:01.307Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:03:01.307Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Node template vFW 599da727-4556 0 is matching search criteria
2021-09-02T12:03:01.307Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 599da727-4556 0] matching following query criteria: sdcType=VF, customizationUUID=d6e2b425-1e05-4c58-8dc1-bc482749420e
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:03:01.309Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:03:01.310Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:03:01.310Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f7376498-f628-48fc-bd63-df20a6145a44: vFW 599da727-4556
2021-09-02T12:03:01.310Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:03:01.311Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:03:01.311Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:03:01.311Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:03:01.311Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:03:01.312Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:03:01.312Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:03:01.312Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:03:01.312Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:03:01.313Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-02 12-00-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:03:01.313Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-09-02 12-00-29
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-02T12:03:01.628Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 599da727-4556 f5a6cbac-e0c1-4bc4-b0ae-b287c7a12697 1 ASDC deployResourceStructure
2021-09-02T12:03:01.629Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json ASDC sendASDCNotification
2021-09-02T12:03:01.629Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json
2021-09-02T12:03:01.629Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:03:01.629Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:03:01.631Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:03:01.631Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584181628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
"status": "DEPLOY_OK"
}
2021-09-02T12:03:01.731Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:03:01.732Z||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.
2021-09-02T12:03:01.732Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:03:01.745Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:03:01.745Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:03:02.632Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-02T12:03:02.633Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml
2021-09-02T12:03:02.633Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:03:02.633Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:03:02.635Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:03:02.636Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584182632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-02T12:03:02.736Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:03:02.737Z||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.
2021-09-02T12:03:02.737Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:03:02.749Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:03:02.750Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:03:03.636Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-02T12:03:03.637Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env
2021-09-02T12:03:03.637Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:03:03.638Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:03:03.640Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:03:03.640Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584183636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-02T12:03:03.740Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:03:03.741Z||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.
2021-09-02T12:03:03.741Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:03:03.754Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:03:03.754Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:03:04.641Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar ASDC sendASDCNotification
2021-09-02T12:03:04.642Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar
2021-09-02T12:03:04.642Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:03:04.642Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:03:04.644Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:03:04.644Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584184641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-02T12:03:04.745Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:03:04.745Z||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.
2021-09-02T12:03:04.745Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:03:04.758Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:03:04.758Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:03:05.645Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354
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=?
2021-09-02T12:03:05.669Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354
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=?
2021-09-02T12:03:05.671Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:03:05.671Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:03:05.671Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:03:35.674Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354
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=?
2021-09-02T12:03:35.692Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354
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=?
2021-09-02T12:03:35.693Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:03:35.693Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:03:35.694Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:03:35.929Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:03:35.930Z||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.
2021-09-02T12:03:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:03:35.987Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:03:35.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-02T12:03:35.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "ves-openapi-manager",
"timestamp": 1630584162515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:03:35.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:05.695Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354
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=?
2021-09-02T12:04:05.726Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354
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=?
2021-09-02T12:04:05.730Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:04:05.730Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:04:05.731Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:04:35.732Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354
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=?
2021-09-02T12:04:35.747Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354
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=?
2021-09-02T12:04:35.749Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:04:35.750Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:04:35.750Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:04:35.929Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:04:35.931Z||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.
2021-09-02T12:04:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:04:36.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:04:36.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584154966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
"status": "NOTIFIED"
}
2021-09-02T12:04:36.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "cds",
"timestamp": 1630584160169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584155927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
"status": "NOTIFIED"
}
2021-09-02T12:04:36.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630584163448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "ves-openapi-manager",
"timestamp": 1630584162515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584154966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-02T12:04:36.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "cds",
"timestamp": 1630584160169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584155927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-02T12:04:36.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630584163448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "ves-openapi-manager",
"timestamp": 1630584162515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "cds",
"timestamp": 1630584160169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584154966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584155927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630584163448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "ves-openapi-manager",
"timestamp": 1630584162515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584154966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-02T12:04:36.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "cds",
"timestamp": 1630584160169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584155927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-02T12:04:36.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630584163448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "ves-openapi-manager",
"timestamp": 1630584162515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "cds",
"timestamp": 1630584160169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584154966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584155927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630584163448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "ves-openapi-manager",
"timestamp": 1630584162515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.487Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "cds",
"timestamp": 1630584160169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:04:36.487Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584154966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:04:36.488Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584155927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:04:36.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630584163448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "ves-openapi-manager",
"timestamp": 1630584162515,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630584163448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:04:36.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "dcae-sch",
"timestamp": 1630584170833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "cds",
"timestamp": 1630584171558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.492Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584171826,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.492Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630584172454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "dcae-sch",
"timestamp": 1630584170833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584172495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "cds",
"timestamp": 1630584172579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-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=?
2021-09-02T12:04:36.501Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8d0a205d-9606-461d-9171-d9cbb3438354
2021-09-02T12:04:36.502Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0a205d-9606-461d-9171-d9cbb3438354 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 (?, ?, ?, ?, ?)
2021-09-02T12:04:36.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "policy-id",
"timestamp": 1630584172540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "dcae-sch",
"timestamp": 1630584170833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "policy-id",
"timestamp": 1630584172540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "dcae-sch",
"timestamp": 1630584170833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "clamp",
"timestamp": 1630584174088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "policy-id",
"timestamp": 1630584172540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-02T12:04:36.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "dcae-sch",
"timestamp": 1630584170833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584175638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "clamp",
"timestamp": 1630584174088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
"status": "NOTIFIED"
}
2021-09-02T12:04:36.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "policy-id",
"timestamp": 1630584172540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "dcae-sch",
"timestamp": 1630584170833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "clamp",
"timestamp": 1630584174088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "policy-id",
"timestamp": 1630584172540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584177331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.520Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "dcae-sch",
"timestamp": 1630584170833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630584177663,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-02T12:04:36.520Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "clamp",
"timestamp": 1630584174088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584177860,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "aai-ml",
"timestamp": 1630584177391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "policy-id",
"timestamp": 1630584172540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584178648,
"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=?
2021-09-02T12:04:36.525Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d0a205d-9606-461d-9171-d9cbb3438354
2021-09-02T12:04:36.525Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0a205d-9606-461d-9171-d9cbb3438354 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 (?, ?, ?, ?, ?)
2021-09-02T12:04:36.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630584178669,
"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=?
2021-09-02T12:04:36.534Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8d0a205d-9606-461d-9171-d9cbb3438354
2021-09-02T12:04:36.534Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0a205d-9606-461d-9171-d9cbb3438354 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 (?, ?, ?, ?, ?)
2021-09-02T12:04:36.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "clamp",
"timestamp": 1630584174088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584179046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "aai-ml",
"timestamp": 1630584177391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "policy-id",
"timestamp": 1630584172540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:04:36.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584179652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
"status": "DEPLOY_OK"
}
2021-09-02T12:04:36.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "clamp",
"timestamp": 1630584174088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "aai-ml",
"timestamp": 1630584177391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584180215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "policy-id",
"timestamp": 1630584180414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "clamp",
"timestamp": 1630584174088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:04:36.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "aai-ml",
"timestamp": 1630584177391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "policy-id",
"timestamp": 1630584181422,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-02T12:04:36.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584181628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/vfw599da72745560_modules.json",
"status": "DEPLOY_OK"
}
2021-09-02T12:04:36.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "aai-ml",
"timestamp": 1630584177391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "policy-id",
"timestamp": 1630584182426,
"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=?
2021-09-02T12:04:36.548Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d0a205d-9606-461d-9171-d9cbb3438354
2021-09-02T12:04:36.548Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0a205d-9606-461d-9171-d9cbb3438354 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-02T12:04:36.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584182632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-02T12:04:36.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "aai-ml",
"timestamp": 1630584177391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:04:36.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584183636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/resourceInstances/vfw599da72745560/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-02T12:04:36.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "aai-ml",
"timestamp": 1630584177391,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:04:36.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-02T12:04:36.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584184641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-02T12:04:36.554Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "aai-ml",
"timestamp": 1630584186412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.554Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "clamp",
"timestamp": 1630584190787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:04:36.555Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "clamp",
"timestamp": 1630584192797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-02T12:04:36.555Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "clamp",
"timestamp": 1630584193803,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:04:36.557Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8d0a205d-9606-461d-9171-d9cbb3438354
2021-09-02T12:04:36.557Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0a205d-9606-461d-9171-d9cbb3438354 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:04:36.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "aai-ml",
"timestamp": 1630584201212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210902120029/1.0/artifacts/service-Vfw20210902120029-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-02T12:04:36.562Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:04:36.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-02T12:04:36.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "aai-ml",
"timestamp": 1630584202220,
"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=?
2021-09-02T12:04:36.565Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8d0a205d-9606-461d-9171-d9cbb3438354
2021-09-02T12:04:36.565Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0a205d-9606-461d-9171-d9cbb3438354 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 (?, ?, ?, ?, ?)
2021-09-02T12:05:05.750Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354
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=?
2021-09-02T12:05:05.760Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354
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=?
2021-09-02T12:05:05.763Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:05:05.763Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T12:05:05.763Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T12:05:05.763Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T12:05:05.763Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-02T12:05:05.764Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-02T12:05:05.764Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-02T12:05:05.764Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-02T12:05:05.764Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-02T12:05:05.764Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-02T12:05:05.764Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||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=?
2021-09-02T12:05:05.768Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T12:05:35.769Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8d0a205d-9606-461d-9171-d9cbb3438354 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=?
2021-09-02T12:05:35.784Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8d0a205d-9606-461d-9171-d9cbb3438354 and serviceModelVersionId: f7376498-f628-48fc-bd63-df20a6145a44
2021-09-02T12:05:35.785Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9cd72419-4ec9-4744-9202-029d98b99822
2021-09-02T12:05:35.929Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:05:35.931Z||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.
2021-09-02T12:05:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:05:45.513Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:05:51.433Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9cd72419-4ec9-4744-9202-029d98b99822/model-vers/model-ver/f7376498-f628-48fc-bd63-df20a6145a44?depth=0
2021-09-02T12:05:51.546Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T12:05:52.037Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9cd72419-4ec9-4744-9202-029d98b99822/model-vers/model-ver/f7376498-f628-48fc-bd63-df20a6145a44?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-02T12:05:52.042Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9cd72419-4ec9-4744-9202-029d98b99822/model-vers/model-ver/f7376498-f628-48fc-bd63-df20a6145a44?depth=0|INFO|500||Invoke
2021-09-02T12:05:52.180Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9cd72419-4ec9-4744-9202-029d98b99822/model-vers/model-ver/f7376498-f628-48fc-bd63-df20a6145a44?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-02T12:05:52.614Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9cd72419-4ec9-4744-9202-029d98b99822/model-vers/model-ver/f7376498-f628-48fc-bd63-df20a6145a44?depth=0|INFO|500||InvokeReturn
2021-09-02T12:05:52.616Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9cd72419-4ec9-4744-9202-029d98b99822/model-vers/model-ver/f7376498-f628-48fc-bd63-df20a6145a44?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210902-12:05:52:188-13675], vertex-id=[209104], Content-Length=[0], Date=[Thu, 02 Sep 2021 12:05:52 GMT], Content-Type=[application/json]}
2021-09-02T12:05:52.616Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-02T12:05:52.620Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T12:05:52.620Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:05:52.627Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||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)
2021-09-02T12:05:52.628Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8d0a205d-9606-461d-9171-d9cbb3438354 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T12:05:52.630Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T12:05:52.631Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:05:52.633Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:05:52.633Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584352629,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:05:52.733Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:05:52.734Z||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.
2021-09-02T12:05:52.734Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:05:52.751Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:05:52.752Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 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=?
2021-09-02T12:05:53.645Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:05:53.646Z|8d0a205d-9606-461d-9171-d9cbb3438354|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.
2021-09-02T12:05:53.646Z|8d0a205d-9606-461d-9171-d9cbb3438354|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:06:03.897Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:06:03.898Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:06:03.899Z||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.
2021-09-02T12:06:03.899Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:06:13.466Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:06:13.480Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:06:13.490Z||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.
2021-09-02T12:06:13.490Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:06:23.036Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:06:35.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:06:35.928Z||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.
2021-09-02T12:06:35.928Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:06:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:06:35.929Z||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.
2021-09-02T12:06:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:06:36.560Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:06:36.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-02T12:06:36.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d0a205d-9606-461d-9171-d9cbb3438354",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584352629,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:06:36.564Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:06:45.496Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:07:35.926Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:07:35.928Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:07:35.930Z|8d0a205d-9606-461d-9171-d9cbb3438354|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.
2021-09-02T12:07:35.930Z||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.
2021-09-02T12:07:35.930Z|8d0a205d-9606-461d-9171-d9cbb3438354|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:07:35.930Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:07:45.501Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:07:45.506Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:08:35.927Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:08:35.929Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:08:35.934Z||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.
2021-09-02T12:08:35.934Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:35.934Z||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.
2021-09-02T12:08:35.934Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:42.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:08:42.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:08:42.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"982875f1-7fea-4cd6-894f-de8847a019fa","serviceName":"basic_onboard_nGPtON","serviceVersion":"1.0","serviceUUID":"13ab61b7-a9ff-4d70-8b55-28f54db0131b","serviceDescription":"service","serviceInvariantUUID":"4668cf2d-0566-47d0-a9eb-fe56cc3df52b","resources":[{"resourceInstanceName":"basic_onboard_nGPtON 0","resourceName":"basic_onboard_nGPtON","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ec84bea5-e53d-493b-9feb-6cf3bd4d2d9c","resourceInvariantUUID":"1c7d1764-3208-4ea2-a6c3-26ca7ba14eb8","resourceCustomizationUUID":"a349dee5-242a-4825-88d7-7ab347f9cae4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml","artifactChecksum":"MDg3NjllN2ZlNjU0NTE5YmFmNDFjMWVjNTJkMzRkYjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3ad262e5-6705-469a-bac4-4582e0a06b72","artifactVersion":"1"},{"artifactName":"basic_onboard_ngpton0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json","artifactChecksum":"YjEyODc3NjQwMzY0NDc0YTMwZmJlMGU4MjY3ZTEyYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d9014fa5-7bdd-4211-8a27-c7a7682d8032","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"73235aaa-e547-461e-8430-4943be27dc05","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f12f7d59-4a3e-4967-87a2-60abe7ff60cf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6059131d-bdcc-4a2b-a645-996f0ae50e75","artifactVersion":"2","generatedFromUUID":"73235aaa-e547-461e-8430-4943be27dc05"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNgpton-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml","artifactChecksum":"YTAyYTFhNmQ1NGYzY2QyNTk1ZDE0YTFlM2Q2OWNjNzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"227dffe6-2626-42d9-a9f1-916db4539306","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNgpton-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar","artifactChecksum":"MWU2N2U2MTMzZTAzOGIxMzgxMTE4MGJhZjY3NzYyNDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a7bc4f7-3867-45bc-9968-1bae26866063","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T12:08:42.034Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:08:42.034Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:42.039Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:42.039Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584515926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:08:42.139Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:08:42.142Z||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.
2021-09-02T12:08:42.142Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:42.181Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:08:42.182Z||pool-19-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:08:42.267Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:08:42.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:08:42.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584514966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:08:42.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:08:43.040Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:08:43.041Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:43.043Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:43.043Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584515926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
"status": "NOTIFIED"
}
2021-09-02T12:08:43.144Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:08:43.145Z||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.
2021-09-02T12:08:43.145Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:43.165Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:08:43.165Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:08:44.044Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:08:44.045Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:44.048Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:44.048Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584515926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-02T12:08:44.149Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:08:44.150Z||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.
2021-09-02T12:08:44.150Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:44.166Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:08:44.167Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:08:45.049Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:08:45.051Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:45.053Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:45.053Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584515926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:08:45.154Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T12:08:45.155Z||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.
2021-09-02T12:08:45.155Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:45.167Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:08:45.168Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:08:46.054Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:08:46.055Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:46.057Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:46.057Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584515926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-02T12:08:46.157Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:08:46.159Z||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.
2021-09-02T12:08:46.159Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:46.195Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:08:46.195Z||pool-23-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:08:47.057Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:08:47.058Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:47.061Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:47.062Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584515926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:08:47.162Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:08:47.163Z||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.
2021-09-02T12:08:47.163Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:47.173Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:08:47.174Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:08:48.062Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:08:48.063Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:48.065Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:48.065Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584515926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:08:48.166Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:08:48.167Z||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.
2021-09-02T12:08:48.167Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:48.176Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:08:48.176Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:08:49.067Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"serviceName": "basic_onboard_nGPtON",
"serviceVersion": "1.0",
"serviceUUID": "13ab61b7-a9ff-4d70-8b55-28f54db0131b",
"serviceDescription": "service",
"serviceInvariantUUID": "4668cf2d-0566-47d0-a9eb-fe56cc3df52b",
"resources": [
{
"resourceInstanceName": "basic_onboard_nGPtON 0",
"resourceCustomizationUUID": "a349dee5-242a-4825-88d7-7ab347f9cae4",
"resourceName": "basic_onboard_nGPtON",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ec84bea5-e53d-493b-9feb-6cf3bd4d2d9c",
"resourceInvariantUUID": "1c7d1764-3208-4ea2-a6c3-26ca7ba14eb8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ngpton0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
"artifactChecksum": "YjEyODc3NjQwMzY0NDc0YTMwZmJlMGU4MjY3ZTEyYjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d9014fa5-7bdd-4211-8a27-c7a7682d8032",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "73235aaa-e547-461e-8430-4943be27dc05",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6059131d-bdcc-4a2b-a645-996f0ae50e75",
"generatedFromUUID": "73235aaa-e547-461e-8430-4943be27dc05"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6059131d-bdcc-4a2b-a645-996f0ae50e75",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNgpton-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"artifactChecksum": "MWU2N2U2MTMzZTAzOGIxMzgxMTE4MGJhZjY3NzYyNDU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3a7bc4f7-3867-45bc-9968-1bae26866063"
}
],
"workloadContext": "Production"
}
2021-09-02T12:08:49.070Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T12:08:49.070Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 13ab61b7-a9ff-4d70-8b55-28f54db0131b ASDC
2021-09-02T12:08:49.071Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:982875f1-7fea-4cd6-894f-de8847a019fa
ServiceName:basic_onboard_nGPtON
ServiceVersion:1.0
ServiceUUID:13ab61b7-a9ff-4d70-8b55-28f54db0131b
ServiceInvariantUUID:4668cf2d-0566-47d0-a9eb-fe56cc3df52b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNgpton-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar
ArtifactUUID:3a7bc4f7-3867-45bc-9968-1bae26866063
ArtifactChecksum:MWU2N2U2MTMzZTAzOGIxMzgxMTE4MGJhZjY3NzYyNDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nGPtON 0
ResourceCustomizationUUID:a349dee5-242a-4825-88d7-7ab347f9cae4
ResourceInvariantUUID:1c7d1764-3208-4ea2-a6c3-26ca7ba14eb8
ResourceName:basic_onboard_nGPtON
ResourceType:VF
ResourceUUID:ec84bea5-e53d-493b-9feb-6cf3bd4d2d9c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ngpton0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json
ArtifactUUID:d9014fa5-7bdd-4211-8a27-c7a7682d8032
ArtifactChecksum:YjEyODc3NjQwMzY0NDc0YTMwZmJlMGU4MjY3ZTEyYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml
ArtifactUUID:73235aaa-e547-461e-8430-4943be27dc05
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/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env
ArtifactUUID:6059131d-bdcc-4a2b-a645-996f0ae50e75
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/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env
ArtifactUUID:6059131d-bdcc-4a2b-a645-996f0ae50e75
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-02T12:08:49.071Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13ab61b7-a9ff-4d70-8b55-28f54db0131b 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 (?, ?, ?, ?, ?)
2021-09-02T12:08:49.106Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:08:49.110Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:08:49.110Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:08:49.110Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3a7bc4f7-3867-45bc-9968-1bae26866063 from URL: /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:49.111Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:08:49.111Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:50.134Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:08:50.137Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar 3a7bc4f7-3867-45bc-9968-1bae26866063 71360
2021-09-02T12:08:50.138Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar ASDC sendASDCNotification
2021-09-02T12:08:50.138Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:50.138Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:08:50.139Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:50.141Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:50.141Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584530138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:08:50.241Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:08:50.242Z||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.
2021-09-02T12:08:50.242Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:50.257Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:08:50.258Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:08:51.142Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:08:51.143Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:08:51.143Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3a7bc4f7-3867-45bc-9968-1bae26866063, URL: /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar to file: /app/ASDC/1/service-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:51.144Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:51.144Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:51.144Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:51.478Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5157984712371337315/Definitions/service-BasicOnboardNgpton-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
2021-09-02T12:08:52.738Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T12:08:52.738Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-02T12:08:52.738Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:52.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-02T12:08:52.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:52.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:52.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:52.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:52.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:52.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:52.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:52.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nGPtON 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-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:52.740Z|982875f1-7fea-4cd6-894f-de8847a019fa|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-BasicOnboardNgpton-csar.csar
2021-09-02T12:08:52.740Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-02T12:08:52.740Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:52.741Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:52.741Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is matching search criteria
2021-09-02T12:08:52.741Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-02T12:08:52.741Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nGPtON 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:08:52.742Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:52.742Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:52.742Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is matching search criteria
2021-09-02T12:08:52.742Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-02T12:08:52.742Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nGPtON 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:08:52.742Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:52.742Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:52.743Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:52.743Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is not matching search criteria
2021-09-02T12:08:52.743Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-02T12:08:52.743Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-02T12:08:52.743Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-02T12:08:52.743Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-02T12:08:52.744Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-02T12:08:52.744Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:52.744Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T12:08:52.744Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:52.744Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is matching search criteria
2021-09-02T12:08:52.744Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nGPtON 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:08:52.745Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:52.745Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is matching search criteria
2021-09-02T12:08:52.745Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nGPtON 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:08:52.745Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:52.745Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is matching search criteria
2021-09-02T12:08:52.745Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nGPtON 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:08:52.746Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:52.746Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is not matching search criteria
2021-09-02T12:08:52.746Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-02T12:08:52.746Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-02T12:08:52.746Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e7d0c4de-3df0-4b9a-b649-939209bc3275
2021-09-02T12:08:52.746Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:52.747Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:52.747Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:52.747Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:52.747Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:52.747Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:52.747Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:52.747Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:52.748Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_nGPtON
Description:service
Model UUID:13ab61b7-a9ff-4d70-8b55-28f54db0131b
Model Version:NULL
Model InvariantUuid:4668cf2d-0566-47d0-a9eb-fe56cc3df52b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_nGPtON
Model UUID:a7fb2d6b-b536-4a81-8811-d9e3f8f7b053
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1c7d1764-3208-4ea2-a6c3-26ca7ba14eb8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a349dee5-242a-4825-88d7-7ab347f9cae4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:97f93110-7c24-4f63-a5c8-1e41a8101278
ModelName:BasicOnboardNgpton..base_ubuntu18..module-0
ModelUuid:12bac8b7-be2f-4459-90d2-341250f18bd5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e7d0c4de-3df0-4b9a-b649-939209bc3275
ModelInvariantUuid:49612529-4219-4755-88e8-77c6024b72bc
ModelName:basic_onboard_nGPtON-nodes.ubuntu18Cvfc
ModelUuid:c0acc696-3475-437b-8c35-77faeecf9e9e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:6005f95e-14a7-48bd-a7d5-8b152d3579ef
ModelInvariantUuid:7123358c-c0fa-4685-b867-0eda538e290d
ModelName:BasicOnboardNgpton.compute.nodes.heat.ubuntu18
ModelUuid:59b75981-bab2-4fcf-9bae-fef888bb0a08
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-02T12:08:52.756Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ec84bea5-e53d-493b-9feb-6cf3bd4d2d9c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:08:52.761Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||basic_onboard_nGPtON 0
2021-09-02T12:08:52.762Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ec84bea5-e53d-493b-9feb-6cf3bd4d2d9c
2021-09-02T12:08:52.762Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d9014fa5-7bdd-4211-8a27-c7a7682d8032 from URL: /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json
2021-09-02T12:08:52.762Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:08:52.763Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json
2021-09-02T12:08:54.725Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:08:54.726Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json d9014fa5-7bdd-4211-8a27-c7a7682d8032 798
2021-09-02T12:08:54.726Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json ASDC sendASDCNotification
2021-09-02T12:08:54.726Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json
2021-09-02T12:08:54.726Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:08:54.727Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:54.729Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:54.729Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584534726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:08:54.829Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:08:54.830Z||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.
2021-09-02T12:08:54.831Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:54.843Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:08:54.843Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:08:55.730Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNgpton..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "97f93110-7c24-4f63-a5c8-1e41a8101278",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "12bac8b7-be2f-4459-90d2-341250f18bd5",
"vfModuleModelCustomizationUUID": "cf4d4080-d3b4-488c-ba2a-f6e96a55fe49",
"isBase": true,
"artifacts": [
"73235aaa-e547-461e-8430-4943be27dc05",
"6059131d-bdcc-4a2b-a645-996f0ae50e75"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-02T12:08:55.737Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNgpton..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:12bac8b7-be2f-4459-90d2-341250f18bd5
VfModuleModelInvariantUUID:97f93110-7c24-4f63-a5c8-1e41a8101278
VfModuleModelDescription:NULL
Artifacts UUID List:{
73235aaa-e547-461e-8430-4943be27dc05
,
6059131d-bdcc-4a2b-a645-996f0ae50e75
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-02T12:08:55.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNgpton..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "97f93110-7c24-4f63-a5c8-1e41a8101278",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "12bac8b7-be2f-4459-90d2-341250f18bd5",
"vfModuleModelCustomizationUUID": "cf4d4080-d3b4-488c-ba2a-f6e96a55fe49",
"isBase": true,
"artifacts": [
"73235aaa-e547-461e-8430-4943be27dc05",
"6059131d-bdcc-4a2b-a645-996f0ae50e75"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-02T12:08:55.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNgpton..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:12bac8b7-be2f-4459-90d2-341250f18bd5
VfModuleModelInvariantUUID:97f93110-7c24-4f63-a5c8-1e41a8101278
VfModuleModelDescription:NULL
Artifacts UUID List:{
73235aaa-e547-461e-8430-4943be27dc05
,
6059131d-bdcc-4a2b-a645-996f0ae50e75
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-02T12:08:55.739Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 73235aaa-e547-461e-8430-4943be27dc05 from URL: /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml
2021-09-02T12:08:55.740Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:08:55.740Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml
2021-09-02T12:08:56.521Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:08:56.522Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml 73235aaa-e547-461e-8430-4943be27dc05 5033
2021-09-02T12:08:56.523Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-02T12:08:56.523Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml
2021-09-02T12:08:56.523Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:08:56.524Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:56.526Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:56.526Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584536523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:08:56.626Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:08:56.629Z||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.
2021-09-02T12:08:56.629Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:56.640Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:08:56.640Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:08:57.527Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6059131d-bdcc-4a2b-a645-996f0ae50e75 from URL: /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env
2021-09-02T12:08:57.527Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:08:57.528Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env
2021-09-02T12:08:57.823Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:08:57.824Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env 6059131d-bdcc-4a2b-a645-996f0ae50e75 909
2021-09-02T12:08:57.824Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-02T12:08:57.824Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env
2021-09-02T12:08:57.824Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:08:57.825Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:57.826Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:57.826Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584537824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:08:57.927Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-02T12:08:57.928Z||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.
2021-09-02T12:08:57.928Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:57.939Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:08:57.940Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:08:58.827Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 13ab61b7-a9ff-4d70-8b55-28f54db0131b
2021-09-02T12:08:58.828Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nGPtON 0 ec84bea5-e53d-493b-9feb-6cf3bd4d2d9c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:08:58.845Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63cc0406, org.onap.sdc.toscaparser.api.parameters.Input@3f150c3b, org.onap.sdc.toscaparser.api.parameters.Input@3500825f, org.onap.sdc.toscaparser.api.parameters.Input@2e2e642c, org.onap.sdc.toscaparser.api.parameters.Input@2d41a9db]
2021-09-02T12:08:58.847Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:58.847Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:58.847Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-09-02T12:08:58.847Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a349dee5-242a-4825-88d7-7ab347f9cae4
2021-09-02T12:08:58.848Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a349dee5-242a-4825-88d7-7ab347f9cae4 matches Tosca VF Customization UUID: a349dee5-242a-4825-88d7-7ab347f9cae4
2021-09-02T12:08:58.848Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a349dee5-242a-4825-88d7-7ab347f9cae4 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-02T12:08:58.850Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:58.850Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:58.851Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a349dee5-242a-4825-88d7-7ab347f9cae4: {\"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\"}
2021-09-02T12:08:58.851Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56d379a5
2021-09-02T12:08:58.851Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:58.852Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T12:08:58.852Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cf4d4080-d3b4-488c-ba2a-f6e96a55fe49
2021-09-02T12:08:58.852Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cf4d4080-d3b4-488c-ba2a-f6e96a55fe49
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-02T12:08:58.855Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:58.855Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is matching search criteria
2021-09-02T12:08:58.855Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nGPtON 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:08:58.856Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:58.856Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is matching search criteria
2021-09-02T12:08:58.856Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nGPtON 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:08:58.857Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:58.857Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is not matching search criteria
2021-09-02T12:08:58.857Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-02T12:08:58.857Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-02T12:08:58.858Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e7d0c4de-3df0-4b9a-b649-939209bc3275
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-02T12:08:58.860Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:58.860Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is matching search criteria
2021-09-02T12:08:58.860Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nGPtON 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:08:58.861Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:58.861Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nGPtON 0 is matching search criteria
2021-09-02T12:08:58.861Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nGPtON 0] matching following query criteria: sdcType=VF, customizationUUID=a349dee5-242a-4825-88d7-7ab347f9cae4
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:08:58.863Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:58.863Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:58.863Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 13ab61b7-a9ff-4d70-8b55-28f54db0131b: basic_onboard_nGPtON
2021-09-02T12:08:58.863Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:58.863Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:58.864Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:58.864Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:58.864Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:58.864Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:58.864Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:58.865Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:58.865Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:08:58.865Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nGPtON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:08:58.865Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_nGPtON
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-02T12:08:58.937Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nGPtON ec84bea5-e53d-493b-9feb-6cf3bd4d2d9c 1 ASDC deployResourceStructure
2021-09-02T12:08:58.938Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json ASDC sendASDCNotification
2021-09-02T12:08:58.938Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json
2021-09-02T12:08:58.938Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:08:58.938Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:58.941Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:58.941Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584538937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-02T12:08:59.043Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T12:08:59.044Z||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.
2021-09-02T12:08:59.044Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:08:59.056Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:08:59.056Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:08:59.947Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-02T12:08:59.947Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml
2021-09-02T12:08:59.947Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:08:59.947Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:08:59.949Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:08:59.949Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584539946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-02T12:09:00.050Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:09:00.050Z||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.
2021-09-02T12:09:00.051Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:09:00.062Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:09:00.062Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:09:00.952Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-02T12:09:00.952Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env
2021-09-02T12:09:00.952Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:09:00.952Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:09:00.954Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:09:00.954Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584540951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-02T12:09:01.054Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:09:01.055Z||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.
2021-09-02T12:09:01.055Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:09:01.066Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:09:01.066Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:09:01.955Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar ASDC sendASDCNotification
2021-09-02T12:09:01.955Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar
2021-09-02T12:09:01.956Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:09:01.956Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:09:01.958Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:09:01.958Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584541955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-02T12:09:02.058Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:09:02.059Z||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.
2021-09-02T12:09:02.059Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:09:02.081Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:09:02.082Z||pool-33-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:09:02.958Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
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=?
2021-09-02T12:09:02.969Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
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=?
2021-09-02T12:09:02.971Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:09:02.971Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:09:02.972Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:09:32.972Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
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=?
2021-09-02T12:09:32.980Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
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=?
2021-09-02T12:09:32.982Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:09:32.983Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:09:32.983Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:09:35.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:09:35.929Z||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.
2021-09-02T12:09:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:09:35.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:09:35.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:09:35.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "cds",
"timestamp": 1630584520168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:09:35.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:10:02.985Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
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=?
2021-09-02T12:10:03.000Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
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=?
2021-09-02T12:10:03.004Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:10:03.004Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:10:03.004Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:10:33.005Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
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=?
2021-09-02T12:10:33.022Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
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=?
2021-09-02T12:10:33.023Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:10:33.023Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:10:33.024Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:10:35.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:10:35.932Z||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.
2021-09-02T12:10:35.932Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:10:35.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:10:35.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:10:35.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584515926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:10:35.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:10:35.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:10:35.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "policy-id",
"timestamp": 1630584512541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:10:35.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:03.024Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
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=?
2021-09-02T12:11:03.037Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
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=?
2021-09-02T12:11:03.038Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:11:03.038Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:11:03.038Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:11:33.038Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
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=?
2021-09-02T12:11:33.046Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
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=?
2021-09-02T12:11:33.055Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:11:33.055Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:11:33.055Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:11:35.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:11:35.929Z||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.
2021-09-02T12:11:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:11:36.464Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:11:36.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584514966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
"status": "NOTIFIED"
}
2021-09-02T12:11:36.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "cds",
"timestamp": 1630584520168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "policy-id",
"timestamp": 1630584512541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584515926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
"status": "NOTIFIED"
}
2021-09-02T12:11:36.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1630584522515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584514966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-02T12:11:36.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "policy-id",
"timestamp": 1630584512541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-02T12:11:36.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "cds",
"timestamp": 1630584520168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584515926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-02T12:11:36.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630584523448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1630584522515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584514966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "policy-id",
"timestamp": 1630584512541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "cds",
"timestamp": 1630584520168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584515926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630584523448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1630584522515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584514966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-02T12:11:36.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "policy-id",
"timestamp": 1630584512541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "cds",
"timestamp": 1630584520168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584515926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-02T12:11:36.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630584523448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1630584522515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584514966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "policy-id",
"timestamp": 1630584512541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "cds",
"timestamp": 1630584520168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584515926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630584523448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1630584522515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584514966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:11:36.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "policy-id",
"timestamp": 1630584512541,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:11:36.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "cds",
"timestamp": 1630584520168,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:11:36.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584515926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:11:36.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630584523448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1630584522515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630584523448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "ves-openapi-manager",
"timestamp": 1630584522515,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "cds",
"timestamp": 1630584529839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.481Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584530021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.481Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "policy-id",
"timestamp": 1630584530018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.481Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630584523448,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:11:36.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584530138,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "cds",
"timestamp": 1630584530854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-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=?
2021-09-02T12:11:36.486Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 982875f1-7fea-4cd6-894f-de8847a019fa
2021-09-02T12:11:36.486Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 982875f1-7fea-4cd6-894f-de8847a019fa 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 (?, ?, ?, ?, ?)
2021-09-02T12:11:36.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "policy-id",
"timestamp": 1630584531022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-02T12:11:36.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "dcae-sch",
"timestamp": 1630584530832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "policy-id",
"timestamp": 1630584532024,
"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=?
2021-09-02T12:11:36.501Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 982875f1-7fea-4cd6-894f-de8847a019fa
2021-09-02T12:11:36.502Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 982875f1-7fea-4cd6-894f-de8847a019fa 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 (?, ?, ?, ?, ?)
2021-09-02T12:11:36.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "dcae-sch",
"timestamp": 1630584530832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584532564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.509Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630584532875,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.510Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "dcae-sch",
"timestamp": 1630584530832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "dcae-sch",
"timestamp": 1630584530832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584534726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.511Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "clamp",
"timestamp": 1630584534088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630584535257,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-02T12:11:36.511Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "dcae-sch",
"timestamp": 1630584530832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "clamp",
"timestamp": 1630584534088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
"status": "NOTIFIED"
}
2021-09-02T12:11:36.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584535820,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.512Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630584536262,
"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=?
2021-09-02T12:11:36.515Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 982875f1-7fea-4cd6-894f-de8847a019fa
2021-09-02T12:11:36.516Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 982875f1-7fea-4cd6-894f-de8847a019fa 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 (?, ?, ?, ?, ?)
2021-09-02T12:11:36.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "dcae-sch",
"timestamp": 1630584530832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584536523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.521Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "clamp",
"timestamp": 1630584534088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584536840,
"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=?
2021-09-02T12:11:36.524Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 982875f1-7fea-4cd6-894f-de8847a019fa
2021-09-02T12:11:36.524Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 982875f1-7fea-4cd6-894f-de8847a019fa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-02T12:11:36.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "dcae-sch",
"timestamp": 1630584530832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "clamp",
"timestamp": 1630584534088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584537824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.529Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630584537845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-02T12:11:36.530Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "aai-ml",
"timestamp": 1630584537391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "clamp",
"timestamp": 1630584534088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584538937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-02T12:11:36.531Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "aai-ml",
"timestamp": 1630584537391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/basic_onboard_ngpton0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "clamp",
"timestamp": 1630584534088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584539946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-02T12:11:36.532Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "aai-ml",
"timestamp": 1630584537391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "clamp",
"timestamp": 1630584534088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:11:36.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584540951,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-02T12:11:36.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "aai-ml",
"timestamp": 1630584537391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584541955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-02T12:11:36.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "aai-ml",
"timestamp": 1630584537391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/resourceInstances/basic_onboard_ngpton0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "aai-ml",
"timestamp": 1630584537391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:11:36.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "aai-ml",
"timestamp": 1630584537391,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:11:36.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-02T12:11:36.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "aai-ml",
"timestamp": 1630584546486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.535Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "clamp",
"timestamp": 1630584550860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:11:36.535Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "clamp",
"timestamp": 1630584552870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-02T12:11:36.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "clamp",
"timestamp": 1630584553874,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:11:36.538Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 982875f1-7fea-4cd6-894f-de8847a019fa
2021-09-02T12:11:36.538Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 982875f1-7fea-4cd6-894f-de8847a019fa and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:11:36.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "aai-ml",
"timestamp": 1630584556023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNgpton/1.0/artifacts/service-BasicOnboardNgpton-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-02T12:11:36.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:11:36.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:11:36.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "aai-ml",
"timestamp": 1630584557028,
"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=?
2021-09-02T12:11:36.546Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 982875f1-7fea-4cd6-894f-de8847a019fa
2021-09-02T12:11:36.546Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 982875f1-7fea-4cd6-894f-de8847a019fa 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 (?, ?, ?, ?, ?)
2021-09-02T12:12:03.056Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
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=?
2021-09-02T12:12:03.074Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa
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=?
2021-09-02T12:12:03.077Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:12:03.077Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T12:12:03.077Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T12:12:03.077Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T12:12:03.078Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-02T12:12:03.078Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-02T12:12:03.078Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-02T12:12:03.079Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-02T12:12:03.079Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-02T12:12:03.079Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-02T12:12:03.079Z|982875f1-7fea-4cd6-894f-de8847a019fa|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=?
2021-09-02T12:12:03.083Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T12:12:33.084Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 982875f1-7fea-4cd6-894f-de8847a019fa 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=?
2021-09-02T12:12:33.116Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 982875f1-7fea-4cd6-894f-de8847a019fa and serviceModelVersionId: 13ab61b7-a9ff-4d70-8b55-28f54db0131b
2021-09-02T12:12:33.116Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4668cf2d-0566-47d0-a9eb-fe56cc3df52b
2021-09-02T12:12:33.121Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4668cf2d-0566-47d0-a9eb-fe56cc3df52b/model-vers/model-ver/13ab61b7-a9ff-4d70-8b55-28f54db0131b?depth=0
2021-09-02T12:12:33.131Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T12:12:33.201Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4668cf2d-0566-47d0-a9eb-fe56cc3df52b/model-vers/model-ver/13ab61b7-a9ff-4d70-8b55-28f54db0131b?depth=0|INFO|500||Invoke
2021-09-02T12:12:33.202Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4668cf2d-0566-47d0-a9eb-fe56cc3df52b/model-vers/model-ver/13ab61b7-a9ff-4d70-8b55-28f54db0131b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4668cf2d-0566-47d0-a9eb-fe56cc3df52b/model-vers/model-ver/13ab61b7-a9ff-4d70-8b55-28f54db0131b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[982875f1-7fea-4cd6-894f-de8847a019fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9b1a740d-c0fb-423e-88c7-e7f3eb2a6fe5], X-ECOMP-RequestID=[982875f1-7fea-4cd6-894f-de8847a019fa], X-TransactionId=[], X-ONAP-RequestID=[982875f1-7fea-4cd6-894f-de8847a019fa], Content-Type=[application/merge-patch+json]}
2021-09-02T12:12:33.237Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4668cf2d-0566-47d0-a9eb-fe56cc3df52b/model-vers/model-ver/13ab61b7-a9ff-4d70-8b55-28f54db0131b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-02T12:12:33.622Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4668cf2d-0566-47d0-a9eb-fe56cc3df52b/model-vers/model-ver/13ab61b7-a9ff-4d70-8b55-28f54db0131b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4668cf2d-0566-47d0-a9eb-fe56cc3df52b/model-vers/model-ver/13ab61b7-a9ff-4d70-8b55-28f54db0131b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210902-12:12:33:272-61379], vertex-id=[221288], Content-Length=[0], Date=[Thu, 02 Sep 2021 12:12:33 GMT], Content-Type=[application/json]}
2021-09-02T12:12:33.623Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4668cf2d-0566-47d0-a9eb-fe56cc3df52b/model-vers/model-ver/13ab61b7-a9ff-4d70-8b55-28f54db0131b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-02T12:12:33.623Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4668cf2d-0566-47d0-a9eb-fe56cc3df52b/model-vers/model-ver/13ab61b7-a9ff-4d70-8b55-28f54db0131b?depth=0|INFO|500||InvokeReturn
2021-09-02T12:12:33.623Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T12:12:33.624Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:12:33.637Z|982875f1-7fea-4cd6-894f-de8847a019fa|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)
2021-09-02T12:12:33.638Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 982875f1-7fea-4cd6-894f-de8847a019fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T12:12:33.638Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T12:12:33.639Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:12:33.643Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:12:33.643Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584753638,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:12:33.743Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:12:33.744Z||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.
2021-09-02T12:12:33.744Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:12:33.760Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:12:33.761Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-02T12:12:34.654Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:12:34.655Z|982875f1-7fea-4cd6-894f-de8847a019fa|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.
2021-09-02T12:12:34.655Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:12:35.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:12:35.931Z||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.
2021-09-02T12:12:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:12:36.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:12:36.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-02T12:12:36.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "982875f1-7fea-4cd6-894f-de8847a019fa",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630584753638,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:12:36.564Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:12:44.930Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:12:44.931Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:12:44.932Z|982875f1-7fea-4cd6-894f-de8847a019fa|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.
2021-09-02T12:12:44.932Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:12:54.515Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:12:54.516Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:12:54.516Z|982875f1-7fea-4cd6-894f-de8847a019fa|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.
2021-09-02T12:12:54.516Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:13:04.093Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:13:04.095Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:13:04.096Z|982875f1-7fea-4cd6-894f-de8847a019fa|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.
2021-09-02T12:13:04.096Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:13:13.653Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:13:35.926Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:13:35.927Z|982875f1-7fea-4cd6-894f-de8847a019fa|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.
2021-09-02T12:13:35.928Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:13:35.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:13:35.929Z||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.
2021-09-02T12:13:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:13:45.496Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:13:45.501Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:14:35.926Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:14:35.929Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:14:35.930Z|982875f1-7fea-4cd6-894f-de8847a019fa|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.
2021-09-02T12:14:35.930Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:14:35.930Z||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.
2021-09-02T12:14:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:14:45.509Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:14:45.509Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:15:35.926Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:15:35.927Z|982875f1-7fea-4cd6-894f-de8847a019fa|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.
2021-09-02T12:15:35.927Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:15:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:15:35.929Z||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.
2021-09-02T12:15:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:15:45.472Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:15:45.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:16:35.929Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:16:35.928Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:16:35.934Z|982875f1-7fea-4cd6-894f-de8847a019fa|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.
2021-09-02T12:16:35.934Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:16:35.934Z|8d0a205d-9606-461d-9171-d9cbb3438354|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.
2021-09-02T12:16:35.937Z|8d0a205d-9606-461d-9171-d9cbb3438354|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:16:45.520Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:16:45.522Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:17:35.926Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:17:35.928Z|982875f1-7fea-4cd6-894f-de8847a019fa|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.
2021-09-02T12:17:35.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:17:35.928Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:17:35.929Z||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.
2021-09-02T12:17:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:17:45.525Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:17:45.545Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:18:35.926Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:18:35.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:18:35.928Z|982875f1-7fea-4cd6-894f-de8847a019fa|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.
2021-09-02T12:18:35.929Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:18:35.929Z||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.
2021-09-02T12:18:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:18:45.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:18:45.510Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:19:35.926Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:19:35.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:19:35.929Z|982875f1-7fea-4cd6-894f-de8847a019fa|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.
2021-09-02T12:19:35.929Z||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.
2021-09-02T12:19:35.929Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:19:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:19:45.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:19:45.493Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:20:35.926Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:20:35.927Z|982875f1-7fea-4cd6-894f-de8847a019fa|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.
2021-09-02T12:20:35.928Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:20:35.928Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:20:35.929Z|8d0a205d-9606-461d-9171-d9cbb3438354|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.
2021-09-02T12:20:35.929Z|8d0a205d-9606-461d-9171-d9cbb3438354|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:20:45.512Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:20:45.522Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:21:35.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:21:35.927Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:21:35.931Z||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.
2021-09-02T12:21:35.931Z|982875f1-7fea-4cd6-894f-de8847a019fa|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.
2021-09-02T12:21:35.931Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:21:35.931Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:21:45.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:21:45.534Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:22:35.926Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:22:35.927Z|982875f1-7fea-4cd6-894f-de8847a019fa|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.
2021-09-02T12:22:35.928Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:22:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:22:35.929Z||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.
2021-09-02T12:22:35.929Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:22:45.519Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:22:45.534Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:23:35.927Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:23:35.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:23:35.933Z|982875f1-7fea-4cd6-894f-de8847a019fa|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.
2021-09-02T12:23:35.933Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:23:35.933Z||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.
2021-09-02T12:23:35.934Z||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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:23:45.506Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:23:45.510Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:24:35.926Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:24:35.927Z|982875f1-7fea-4cd6-894f-de8847a019fa|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.
2021-09-02T12:24:35.928Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:24:35.929Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:24:35.930Z|8d0a205d-9606-461d-9171-d9cbb3438354|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.
2021-09-02T12:24:35.930Z|8d0a205d-9606-461d-9171-d9cbb3438354|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:24:45.511Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:24:45.529Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:25:35.926Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:25:35.928Z|982875f1-7fea-4cd6-894f-de8847a019fa|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.
2021-09-02T12:25:35.928Z|982875f1-7fea-4cd6-894f-de8847a019fa|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:25:35.928Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:25:35.929Z|8d0a205d-9606-461d-9171-d9cbb3438354|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.
2021-09-02T12:25:35.930Z|8d0a205d-9606-461d-9171-d9cbb3438354|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:25:36.563Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:25:36.564Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.565Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e14fb1a5-ffa6-46a3-8208-8ec9350f44c6","serviceDescription":"service","serviceInvariantUUID":"2e97177f-7e42-49a7-b629-367a4f3b41e9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"93c28636-c6c2-4ae1-b329-a108e7aae501","resourceInvariantUUID":"da571780-896f-4501-842a-22e5482afdeb","resourceCustomizationUUID":"3fac8c6c-5e43-4b86-b294-7a9185c71e82","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZWRmMzQ0NmEzNTM0NDUyYjY0ZWVlMjkxZGUxN2RmMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"24ec4f06-59c5-49aa-b8e0-6895d2f5648c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjcwYWE2NDc0YjY0M2I0NjhkYzllNWI5NzVlMDYzMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89d94dfa-b7c2-43e4-99ad-bb2a1c9100cc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T12:25:36.576Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:25:36.577Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:25:36.581Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:25:36.582Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:25:36.583Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.583Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630585535926,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.583Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630585514966,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.585Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-02T12:25:36.585Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.585Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "dcae-sch",
"timestamp": 1630585510832,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.586Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-02T12:25:36.586Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.586Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630585513449,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.586Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-02T12:25:36.586Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.586Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "policy-id",
"timestamp": 1630585512541,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.587Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-02T12:25:36.587Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.587Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630585513449,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:25:36.587Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-02T12:25:36.588Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.588Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630585514966,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:25:36.588Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-02T12:25:36.588Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.588Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "dcae-sch",
"timestamp": 1630585510832,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.589Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-02T12:25:36.589Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.589Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "policy-id",
"timestamp": 1630585512541,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:25:36.589Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-02T12:25:36.590Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.590Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1630585522515,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.590Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-02T12:25:36.590Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.590Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "policy-id",
"timestamp": 1630585523197,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:25:36.591Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:25:36.591Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.591Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630585523270,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:25:36.591Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:25:36.591Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.592Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "ves-openapi-manager",
"timestamp": 1630585522515,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.592Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-02T12:25:36.592Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.592Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "policy-id",
"timestamp": 1630585524201,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-02T12:25:36.593Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:25:36.593Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.593Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "clamp",
"timestamp": 1630585524088,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.593Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-02T12:25:36.593Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.593Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630585524862,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-02T12:25:36.594Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:25:36.594Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.594Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "policy-id",
"timestamp": 1630585525204,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:25:36.614Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
2021-09-02T12:25:36.614Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9 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 (?, ?, ?, ?, ?)
2021-09-02T12:25:36.633Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.633Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "clamp",
"timestamp": 1630585524088,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:25:36.634Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-02T12:25:36.634Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.634Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "cds",
"timestamp": 1630585525168,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.634Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-02T12:25:36.634Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.635Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630585525867,
"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=?
2021-09-02T12:25:36.639Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
2021-09-02T12:25:36.639Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9 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 (?, ?, ?, ?, ?)
2021-09-02T12:25:36.648Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.649Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "cds",
"timestamp": 1630585525168,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:25:36.649Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-02T12:25:36.649Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.649Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "aai-ml",
"timestamp": 1630585527390,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:25:36.650Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-02T12:25:36.650Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.650Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "cds",
"timestamp": 1630585528842,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:25:36.650Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:25:36.650Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.651Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "aai-ml",
"timestamp": 1630585527390,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:25:36.651Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-02T12:25:36.651Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.651Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "cds",
"timestamp": 1630585529855,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:25:36.656Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
2021-09-02T12:25:36.656Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9 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 (?, ?, ?, ?, ?)
2021-09-02T12:25:36.663Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.664Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "clamp",
"timestamp": 1630585531027,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:25:36.664Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:25:36.665Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.665Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "aai-ml",
"timestamp": 1630585531229,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:25:36.665Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:25:36.665Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.665Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "clamp",
"timestamp": 1630585533034,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-02T12:25:36.666Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:25:36.666Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:25:36.666Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "clamp",
"timestamp": 1630585534038,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-02T12:25:36.670Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
2021-09-02T12:25:36.670Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-02T12:25:36.683Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:25:36.684Z||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.
2021-09-02T12:25:36.684Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:25:36.695Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:25:36.696Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-02T12:25:37.584Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:25:37.585Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:25:37.588Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:25:37.588Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630585535926,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:25:37.688Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:25:37.689Z||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.
2021-09-02T12:25:37.689Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:25:37.700Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:25:37.701Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:25:38.591Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "e14fb1a5-ffa6-46a3-8208-8ec9350f44c6",
"serviceDescription": "service",
"serviceInvariantUUID": "2e97177f-7e42-49a7-b629-367a4f3b41e9",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "3fac8c6c-5e43-4b86-b294-7a9185c71e82",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "93c28636-c6c2-4ae1-b329-a108e7aae501",
"resourceInvariantUUID": "da571780-896f-4501-842a-22e5482afdeb",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "MjcwYWE2NDc0YjY0M2I0NjhkYzllNWI5NzVlMDYzMTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "89d94dfa-b7c2-43e4-99ad-bb2a1c9100cc"
}
],
"workloadContext": "Production"
}
2021-09-02T12:25:38.593Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T12:25:38.593Z|982875f1-7fea-4cd6-894f-de8847a019fa|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e14fb1a5-ffa6-46a3-8208-8ec9350f44c6 ASDC
2021-09-02T12:25:38.594Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e14fb1a5-ffa6-46a3-8208-8ec9350f44c6
ServiceInvariantUUID:2e97177f-7e42-49a7-b629-367a4f3b41e9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:89d94dfa-b7c2-43e4-99ad-bb2a1c9100cc
ArtifactChecksum:MjcwYWE2NDc0YjY0M2I0NjhkYzllNWI5NzVlMDYzMTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3fac8c6c-5e43-4b86-b294-7a9185c71e82
ResourceInvariantUUID:da571780-896f-4501-842a-22e5482afdeb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:93c28636-c6c2-4ae1-b329-a108e7aae501
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-02T12:25:38.595Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e14fb1a5-ffa6-46a3-8208-8ec9350f44c6 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=?
2021-09-02T12:25:38.631Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:25:38.633Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:25:38.633Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:25:38.633Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 89d94dfa-b7c2-43e4-99ad-bb2a1c9100cc from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-02T12:25:38.633Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:25:38.634Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-02T12:25:38.945Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:25:38.955Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 89d94dfa-b7c2-43e4-99ad-bb2a1c9100cc 52177
2021-09-02T12:25:38.956Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-02T12:25:38.956Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-02T12:25:38.956Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:25:38.957Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:25:38.960Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:25:38.960Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630585538956,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:25:39.060Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:25:39.061Z||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.
2021-09-02T12:25:39.061Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:25:39.082Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:25:39.082Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:25:39.961Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:25:39.962Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:25:39.962Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 89d94dfa-b7c2-43e4-99ad-bb2a1c9100cc, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:39.962Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-02T12:25:39.963Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:39.964Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.111Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14650227905166499484/Definitions/service-BasicNetwork-template.yml
2021-09-02T12:25:40.647Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T12:25:40.648Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-02T12:25:40.648Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.648Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-02T12:25:40.648Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.648Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.648Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.648Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.648Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.648Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.649Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.649Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.649Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-02T12:25:40.649Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:25:40.649Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.649Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-02T12:25:40.650Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-02T12:25:40.650Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:25:40.651Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:25:40.651Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.651Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-02T12:25:40.651Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-02T12:25:40.651Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:25:40.651Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:25:40.652Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.652Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:25:40.652Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.652Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:25:40.652Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.652Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:25:40.653Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.653Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:25:40.653Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.653Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:e14fb1a5-ffa6-46a3-8208-8ec9350f44c6
Model Version:NULL
Model InvariantUuid:2e97177f-7e42-49a7-b629-367a4f3b41e9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:da571780-896f-4501-842a-22e5482afdeb
Model UUID:63ac0888-e6f9-405a-9d7d-f022171eded7
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:3fac8c6c-5e43-4b86-b294-7a9185c71e82
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-02T12:25:40.657Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 93c28636-c6c2-4ae1-b329-a108e7aae501
2021-09-02T12:25:40.657Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||No resources found for Service: e14fb1a5-ffa6-46a3-8208-8ec9350f44c6
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:25:40.662Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||
2021-09-02T12:25:40.662Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-02T12:25:40.663Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||No resources found for Service: e14fb1a5-ffa6-46a3-8208-8ec9350f44c6
2021-09-02T12:25:40.663Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e14fb1a5-ffa6-46a3-8208-8ec9350f44c6
2021-09-02T12:25:40.663Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-02T12:25:40.663Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:25:40.666Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d5f1969, org.onap.sdc.toscaparser.api.parameters.Input@6de222e6, org.onap.sdc.toscaparser.api.parameters.Input@3d397f5a, org.onap.sdc.toscaparser.api.parameters.Input@2b5e2296, org.onap.sdc.toscaparser.api.parameters.Input@1e7ff2c5]
2021-09-02T12:25:40.667Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:25:40.667Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.667Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:25:40.668Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.668Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e14fb1a5-ffa6-46a3-8208-8ec9350f44c6: Generic NeutronNet
2021-09-02T12:25:40.668Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:25:40.668Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.668Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:25:40.668Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-02T12:25:40.706Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:25:40.706Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.706Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:25:40.706Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.707Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:25:40.707Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:25:40.707Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-02T12:25:40.783Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-02T12:25:40.784Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-02T12:25:40.784Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-02T12:25:40.784Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-02T12:25:40.784Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:25:40.786Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:25:40.786Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630585540784,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-02T12:25:40.886Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:25:40.887Z||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.
2021-09-02T12:25:40.887Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:25:40.897Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:25:40.898Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:25:41.787Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
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=?
2021-09-02T12:25:41.797Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
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=?
2021-09-02T12:25:41.800Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:25:41.800Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:25:41.800Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:26:11.801Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
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=?
2021-09-02T12:26:11.809Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
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=?
2021-09-02T12:26:11.812Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:26:11.812Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:26:11.812Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:26:35.928Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:26:35.930Z|8d0a205d-9606-461d-9171-d9cbb3438354|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.
2021-09-02T12:26:35.930Z|8d0a205d-9606-461d-9171-d9cbb3438354|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:26:36.055Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:26:36.056Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:26:36.056Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "aai-ml",
"timestamp": 1630585536527,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-02T12:26:36.057Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:26:41.812Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
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=?
2021-09-02T12:26:41.824Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
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=?
2021-09-02T12:26:41.826Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:26:41.827Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:26:41.827Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:27:11.828Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
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=?
2021-09-02T12:27:11.841Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
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=?
2021-09-02T12:27:11.844Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:27:11.844Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-02T12:27:11.845Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-02T12:27:35.929Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:27:35.933Z|8d0a205d-9606-461d-9171-d9cbb3438354|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.
2021-09-02T12:27:35.934Z|8d0a205d-9606-461d-9171-d9cbb3438354|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:27:35.963Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:27:35.964Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:27:35.964Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630585535926,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:27:35.966Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-02T12:27:35.966Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:27:35.966Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "aai-ml",
"timestamp": 1630585537536,
"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=?
2021-09-02T12:27:35.977Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
2021-09-02T12:27:35.978Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9 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 (?, ?, ?, ?, ?)
2021-09-02T12:27:35.990Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:27:35.990Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630585535926,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:27:35.990Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-02T12:27:35.990Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:27:35.990Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630585538956,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:27:35.991Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:27:35.991Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-02T12:27:35.991Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630585540784,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-02T12:27:35.991Z|8d0a205d-9606-461d-9171-d9cbb3438354|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-02T12:27:41.845Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
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=?
2021-09-02T12:27:41.859Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9
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=?
2021-09-02T12:27:41.862Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-02T12:27:41.863Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-02T12:27:41.863Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-02T12:27:41.863Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-02T12:27:41.863Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-02T12:27:41.863Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-02T12:27:41.863Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-02T12:27:41.864Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-02T12:27:41.864Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-02T12:27:41.864Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-02T12:27:41.864Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|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=?
2021-09-02T12:27:41.869Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-02T12:28:11.869Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9 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=?
2021-09-02T12:28:11.877Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9 and serviceModelVersionId: e14fb1a5-ffa6-46a3-8208-8ec9350f44c6
2021-09-02T12:28:11.877Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2e97177f-7e42-49a7-b629-367a4f3b41e9
2021-09-02T12:28:11.878Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2e97177f-7e42-49a7-b629-367a4f3b41e9/model-vers/model-ver/e14fb1a5-ffa6-46a3-8208-8ec9350f44c6?depth=0
2021-09-02T12:28:11.884Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-09-02T12:28:11.940Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e97177f-7e42-49a7-b629-367a4f3b41e9/model-vers/model-ver/e14fb1a5-ffa6-46a3-8208-8ec9350f44c6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-02T12:28:11.942Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e97177f-7e42-49a7-b629-367a4f3b41e9/model-vers/model-ver/e14fb1a5-ffa6-46a3-8208-8ec9350f44c6?depth=0|INFO|500||Invoke
2021-09-02T12:28:11.968Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e97177f-7e42-49a7-b629-367a4f3b41e9/model-vers/model-ver/e14fb1a5-ffa6-46a3-8208-8ec9350f44c6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-02T12:28:12.865Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e97177f-7e42-49a7-b629-367a4f3b41e9/model-vers/model-ver/e14fb1a5-ffa6-46a3-8208-8ec9350f44c6?depth=0|INFO|500||InvokeReturn
2021-09-02T12:28:12.867Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2e97177f-7e42-49a7-b629-367a4f3b41e9/model-vers/model-ver/e14fb1a5-ffa6-46a3-8208-8ec9350f44c6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210902-12:28:11:976-58858], vertex-id=[188584], Content-Length=[0], Date=[Thu, 02 Sep 2021 12:28:11 GMT], Content-Type=[application/json]}
2021-09-02T12:28:12.867Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-09-02T12:28:12.867Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-02T12:28:12.868Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-02T12:28:12.871Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|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)
2021-09-02T12:28:12.871Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-02T12:28:12.872Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-02T12:28:12.872Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:12.874Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:12.874Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630585692871,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-02T12:28:12.975Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-02T12:28:12.976Z||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.
2021-09-02T12:28:12.976Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:13.001Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:28:13.001Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 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=?
2021-09-02T12:28:13.884Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-02T12:28:13.885Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|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.
2021-09-02T12:28:13.885Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|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 yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:18.299Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:28:18.301Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-02T12:28:18.301Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ee1c682c-bade-40b9-a2fe-d0eb8f0fa606","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"39d89331-8fb2-4aa9-b84f-dd101f509e54","serviceDescription":"service","serviceInvariantUUID":"d392aae1-6f71-48b8-8ad8-64d17cdafa81","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"29650b9d-e78d-4efe-99f0-8c21efa52682","resourceInvariantUUID":"0af69a38-2f41-4cde-be7e-d04880a06013","resourceCustomizationUUID":"70a873a7-1aa2-4945-a335-8080767b92b0","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":"NTM3NWE3YzFiODBlNmE0MGI0N2UyZmY1ZjcwMmYyZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"81ef3339-93b0-4c49-9c37-eac2562a1087","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":"MTk5N2I0ZGI1MDhjOWRmNGNlNGExMDRjNGJiZWFlODA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6467a6aa-0c82-4ace-ac27-2fc6a5889cbd","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9c655090-4fa7-418d-91c5-60f2076acda9","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":"930d7921-105f-46a9-9480-fe2d831aa47e","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b11bcf84-3632-4f84-9417-49b626640af8","artifactVersion":"2","generatedFromUUID":"9c655090-4fa7-418d-91c5-60f2076acda9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODUyY2I2YjU1ZTM2ZjI1NTgzZDVjZmQ1ODA1ZDE3Y2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0adc96ab-288e-46ab-9ccf-dd8c12d3627a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjAyZTg3NmEzZDE2ZjA1NTQzNGVhZWQ1MWZmNGYyNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d35e42e6-1385-48af-bdca-7616699f100a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-02T12:28:18.304Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:28:18.305Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:18.306Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:18.306Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630585693884,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:28:18.406Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:28:18.407Z||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.
2021-09-02T12:28:18.408Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:18.418Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:28:18.419Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:19.307Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:28:19.308Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:19.310Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:19.310Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630585693884,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-02T12:28:19.410Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:28:19.411Z||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.
2021-09-02T12:28:19.411Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:19.427Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:28:19.428Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:20.310Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:28:20.311Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:20.313Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:20.313Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630585693884,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-02T12:28:20.413Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:28:20.414Z||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.
2021-09-02T12:28:20.415Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:20.426Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:28:20.427Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:21.313Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:28:21.314Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:21.316Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:21.317Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630585693884,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:28:21.417Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:28:21.418Z||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.
2021-09-02T12:28:21.418Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:21.427Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:28:21.427Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:22.317Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:28:22.318Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:22.320Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:22.320Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630585693884,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-02T12:28:22.420Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:28:22.421Z||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.
2021-09-02T12:28:22.422Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:22.431Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:28:22.431Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:23.321Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:28:23.321Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:23.323Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:23.323Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630585693884,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-02T12:28:23.423Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:28:23.424Z||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.
2021-09-02T12:28:23.424Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:23.435Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:28:23.435Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:24.324Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-02T12:28:24.324Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:24.326Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:24.327Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630585693884,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-02T12:28:24.427Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:28:24.428Z||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.
2021-09-02T12:28:24.428Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:24.439Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:28:24.439Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:25.329Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "39d89331-8fb2-4aa9-b84f-dd101f509e54",
"serviceDescription": "service",
"serviceInvariantUUID": "d392aae1-6f71-48b8-8ad8-64d17cdafa81",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "70a873a7-1aa2-4945-a335-8080767b92b0",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "29650b9d-e78d-4efe-99f0-8c21efa52682",
"resourceInvariantUUID": "0af69a38-2f41-4cde-be7e-d04880a06013",
"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": "MTk5N2I0ZGI1MDhjOWRmNGNlNGExMDRjNGJiZWFlODA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6467a6aa-0c82-4ace-ac27-2fc6a5889cbd",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9c655090-4fa7-418d-91c5-60f2076acda9",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b11bcf84-3632-4f84-9417-49b626640af8",
"generatedFromUUID": "9c655090-4fa7-418d-91c5-60f2076acda9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b11bcf84-3632-4f84-9417-49b626640af8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MjAyZTg3NmEzZDE2ZjA1NTQzNGVhZWQ1MWZmNGYyNDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d35e42e6-1385-48af-bdca-7616699f100a"
}
],
"workloadContext": "Production"
}
2021-09-02T12:28:25.329Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-02T12:28:25.329Z|f4b4a3bc-bfcc-406f-8bdc-2989ca9021b9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 39d89331-8fb2-4aa9-b84f-dd101f509e54 ASDC
2021-09-02T12:28:25.330Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ee1c682c-bade-40b9-a2fe-d0eb8f0fa606
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:39d89331-8fb2-4aa9-b84f-dd101f509e54
ServiceInvariantUUID:d392aae1-6f71-48b8-8ad8-64d17cdafa81
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:d35e42e6-1385-48af-bdca-7616699f100a
ArtifactChecksum:MjAyZTg3NmEzZDE2ZjA1NTQzNGVhZWQ1MWZmNGYyNDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:70a873a7-1aa2-4945-a335-8080767b92b0
ResourceInvariantUUID:0af69a38-2f41-4cde-be7e-d04880a06013
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:29650b9d-e78d-4efe-99f0-8c21efa52682
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:6467a6aa-0c82-4ace-ac27-2fc6a5889cbd
ArtifactChecksum:MTk5N2I0ZGI1MDhjOWRmNGNlNGExMDRjNGJiZWFlODA=
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:9c655090-4fa7-418d-91c5-60f2076acda9
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
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:b11bcf84-3632-4f84-9417-49b626640af8
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
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:b11bcf84-3632-4f84-9417-49b626640af8
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-02T12:28:25.330Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 39d89331-8fb2-4aa9-b84f-dd101f509e54 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 (?, ?, ?, ?, ?)
2021-09-02T12:28:25.361Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:28:25.362Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:28:25.362Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:28:25.362Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d35e42e6-1385-48af-bdca-7616699f100a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-02T12:28:25.362Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-09-02T12:28:25.362Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-02T12:28:27.123Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-09-02T12:28:27.127Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d35e42e6-1385-48af-bdca-7616699f100a 70842
2021-09-02T12:28:27.127Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-02T12:28:27.128Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-02T12:28:27.128Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-02T12:28:27.128Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-09-02T12:28:27.130Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-02T12:28:27.130Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "ee1c682c-bade-40b9-a2fe-d0eb8f0fa606",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630585707127,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-02T12:28:27.230Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-02T12:28:27.231Z||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.
2021-09-02T12:28:27.231Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yY88NUUZyfhvgHm9) ...
2021-09-02T12:28:27.241Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-02T12:28:27.241Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-02T12:28:28.131Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-02T12:28:28.132Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-09-02T12:28:28.132Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d35e42e6-1385-48af-bdca-7616699f100a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T12:28:28.133Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-02T12:28:28.134Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T12:28:28.134Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T12:28:28.395Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3065261408039086887/Definitions/service-BasicVm-template.yml
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_vlan_requirements" 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
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_name" is not provided
2021-09-02T12:28:29.613Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-02T12:28:29.614Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-02T12:28:29.614Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T12:28:29.614Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-02T12:28:29.614Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||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
2021-09-02T12:28:29.614Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||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
2021-09-02T12:28:29.614Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||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
2021-09-02T12:28:29.614Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|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-BasicVm-csar.csar
2021-09-02T12:28:29.615Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|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-BasicVm-csar.csar
2021-09-02T12:28:29.615Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|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-BasicVm-csar.csar
2021-09-02T12:28:29.615Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-02T12:28:29.615Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|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-BasicVm-csar.csar
2021-09-02T12:28:29.615Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|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-BasicVm-csar.csar
2021-09-02T12:28:29.615Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-09-02T12:28:29.616Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:28:29.616Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:28:29.616Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T12:28:29.616Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-02T12:28:29.617Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:28:29.617Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:28:29.617Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:28:29.617Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T12:28:29.617Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-09-02T12:28:29.618Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-02T12:28:29.618Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:28:29.618Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-02T12:28:29.618Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:28:29.619Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-02T12:28:29.619Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-02T12:28:29.619Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-09-02T12:28:29.619Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-09-02T12:28:29.619Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-02T12:28:29.619Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-02T12:28:29.620Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:28:29.620Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-02T12:28:29.620Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:28:29.620Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T12:28:29.620Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:28:29.621Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:28:29.621Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T12:28:29.621Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:28:29.621Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-02T12:28:29.622Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-02T12:28:29.622Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-02T12:28:29.622Z|ee1c682c-bade-40b9-a2fe-d0eb8f0fa606|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery