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-11-05T10:22:33.163Z||main|||||INFO|500||The following profiles are active: basic
2021-11-05T10:22:47.852Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-05T10:22:47.853Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-05T10:22:48.117Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-05T10:22:53.225Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-05T10:22:53.725Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-05T10:22:54.595Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-05T10:22:54.603Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-05T10:22:54.946Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-05T10:22:55.249Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-05T10:22:56.507Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-05T10:23:01.761Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-05T10:23:04.188Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-05T10:23:04.248Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-05T10:23:04.822Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-05T10:23:04.949Z||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-11-05T10:23:06.150Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-05T10:23:07.191Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-05T10:23:07.214Z||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$$3b0cdf14.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-11-05T10:23:07.216Z||main|||||WARN|500||The sdc end point is not alive
2021-11-05T10:23:10.266Z||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-11-05T10:23:12.952Z||main|||||WARN|500||---
2021-11-05T10:23:12.953Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-05T10:23:12.953Z||main|||||WARN|500||---
2021-11-05T10:23:13.360Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-05T10:23:18.346Z||main|||||INFO|500||Started Application in 49.137 seconds (JVM running for 55.22)
2021-11-05T10:23:18.364Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-05T10:23:18.366Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-05T10:23:18.389Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-05T10:23:18.438Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-05T10:23:18.503Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b7f79abc-ff12-48e5-b02b-c25c85bfd993 url= /sdc/v1/artifactTypes
2021-11-05T10:23:18.515Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-05T10:23:18.778Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-05T10:23:18.801Z||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-11-05T10:23:18.822Z||scheduling-1|||||DEBUG|500||create keys
2021-11-05T10:23:18.830Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-05T10:23:18.987Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:23:19.004Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 95b0e8a3-d80f-4383-ab20-0478f634d706 url= /sdc/v1/registerForDistribution
2021-11-05T10:23:19.252Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 95b0e8a3-d80f-4383-ab20-0478f634d706 url= /sdc/v1/registerForDistribution
2021-11-05T10:23:19.254Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-05T10:23:19.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:23:19.272Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:23:19.278Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-05T10:23:19.280Z||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-11-05T10:23:19.280Z||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-11-05T10:23:19.281Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:23:19.281Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:23:30.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:23:30.468Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:24:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:24:19.265Z||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-11-05T10:24:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:24:19.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:24:19.267Z||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-11-05T10:24:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:24:28.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:24:28.844Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:25:19.265Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:25:19.269Z||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-11-05T10:25:19.269Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:25:19.264Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:25:19.279Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T10:25:19.279Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T10:25:28.858Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:25:28.863Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:26:19.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:26:19.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:26:19.270Z||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-11-05T10:26:19.271Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:26:19.270Z||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-11-05T10:26:19.271Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:26:28.904Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:26:28.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:27:19.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:27:19.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:27:19.267Z||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-11-05T10:27:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:27:19.271Z||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-11-05T10:27:19.271Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:27:28.862Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:27:28.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:28:19.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:28:19.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T10:28:19.265Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:28:19.268Z||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-11-05T10:28:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:28:19.265Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T10:28:28.822Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:28:28.824Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:29:19.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:29:19.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:29:19.266Z||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-11-05T10:29:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:29:19.268Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T10:29:19.268Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T10:29:28.820Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:29:28.820Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:30:19.261Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:30:19.262Z||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-11-05T10:30:19.262Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:30:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:30:19.263Z||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-11-05T10:30:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:30:28.813Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:30:28.813Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:31:19.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:31:19.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:31:19.267Z||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-11-05T10:31:19.267Z||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-11-05T10:31:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:31:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:31:28.811Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:31:28.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:32:19.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:32:19.267Z||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-11-05T10:32:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:32:19.268Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:32:19.269Z||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-11-05T10:32:19.270Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:32:28.820Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:32:28.820Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:32:57.364Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-05T10:33:19.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:33:19.264Z||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-11-05T10:33:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:33:19.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:33:19.268Z||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-11-05T10:33:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:33:28.811Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:33:28.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:34:19.261Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:34:19.262Z||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-11-05T10:34:19.262Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:34:19.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:34:19.263Z||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-11-05T10:34:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:34:28.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:34:28.817Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:35:19.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:35:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:35:19.264Z||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-11-05T10:35:19.264Z||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-11-05T10:35:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:35:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:35:28.810Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:35:28.810Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:36:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:36:19.266Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:36:19.267Z||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-11-05T10:36:19.267Z||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-11-05T10:36:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:36:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:36:28.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:36:28.831Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:37:19.261Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:37:19.262Z||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-11-05T10:37:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:37:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:37:19.264Z||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-11-05T10:37:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:37:28.805Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:37:28.807Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:38:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:38:19.264Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:38:19.268Z||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-11-05T10:38:19.268Z||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-11-05T10:38:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:38:19.269Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:38:28.821Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:38:28.823Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:39:19.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:39:19.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:39:19.268Z||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-11-05T10:39:19.268Z||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-11-05T10:39:19.269Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:39:19.269Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:39:28.825Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:39:28.830Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:40:19.261Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:40:19.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:40:19.264Z||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-11-05T10:40:19.264Z||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-11-05T10:40:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:40:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:40:28.822Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:40:28.823Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:41:19.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:41:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:41:19.265Z||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-11-05T10:41:19.265Z||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-11-05T10:41:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:41:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:41:28.819Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:41:28.827Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:42:19.265Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:42:19.265Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:42:19.274Z||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-11-05T10:42:19.274Z||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-11-05T10:42:19.274Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:42:19.274Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:42:28.832Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:42:28.836Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:43:19.261Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:43:19.262Z||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-11-05T10:43:19.262Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:43:19.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:43:19.264Z||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-11-05T10:43:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:43:28.812Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:43:28.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:44:19.264Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:44:19.264Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:44:19.269Z||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-11-05T10:44:19.269Z||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-11-05T10:44:19.270Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:44:19.270Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:44:28.842Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:44:28.842Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:45:19.266Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:45:19.268Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:45:19.272Z||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-11-05T10:45:19.273Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:45:19.272Z||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-11-05T10:45:19.273Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:45:28.825Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:45:28.836Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:46:19.261Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:46:19.262Z||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-11-05T10:46:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:46:19.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:46:19.264Z||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-11-05T10:46:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:46:28.811Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:46:28.821Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:47:19.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:47:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:47:19.265Z||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-11-05T10:47:19.265Z||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-11-05T10:47:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:47:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:47:28.814Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:47:28.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:48:19.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:48:19.269Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:48:19.274Z||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-11-05T10:48:19.274Z||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-11-05T10:48:19.274Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:48:19.274Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:48:28.826Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:48:28.828Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:49:19.261Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:49:19.262Z||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-11-05T10:49:19.262Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:49:19.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:49:19.264Z||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-11-05T10:49:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:49:28.803Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:49:28.805Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:50:19.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:50:19.265Z||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-11-05T10:50:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:50:19.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:50:19.270Z||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-11-05T10:50:19.270Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:50:28.810Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:50:28.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:51:19.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:51:19.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:51:19.273Z||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-11-05T10:51:19.274Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:51:19.274Z||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-11-05T10:51:19.274Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:51:28.820Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:51:28.823Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:52:19.261Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:52:19.262Z||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-11-05T10:52:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:52:19.263Z||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-11-05T10:52:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:52:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:52:28.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:52:28.820Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:53:19.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:53:19.263Z||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-11-05T10:53:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:53:19.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:53:19.265Z||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-11-05T10:53:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:53:28.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:53:28.810Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:54:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:54:19.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:54:19.265Z||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-11-05T10:54:19.265Z||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-11-05T10:54:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:54:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:54:28.820Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:54:28.826Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:55:19.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:55:19.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:55:19.265Z||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-11-05T10:55:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:55:19.265Z||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-11-05T10:55:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:55:28.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:55:28.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:56:19.265Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:56:19.265Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:56:19.268Z||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-11-05T10:56:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:56:19.266Z||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-11-05T10:56:19.270Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:56:28.811Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:56:28.812Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:57:19.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:57:19.264Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:57:19.264Z||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-11-05T10:57:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:57:19.268Z||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-11-05T10:57:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:57:28.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:57:28.818Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:58:19.264Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:58:19.264Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:58:19.268Z||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-11-05T10:58:19.268Z||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-11-05T10:58:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:58:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:58:28.821Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:58:28.822Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:59:19.261Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:59:19.263Z||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-11-05T10:59:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:59:19.264Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T10:59:19.265Z||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-11-05T10:59:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T10:59:28.807Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T10:59:28.809Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:00:19.261Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:00:19.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:00:19.264Z||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-11-05T11:00:19.264Z||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-11-05T11:00:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:00:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:00:28.813Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:00:28.817Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:01:19.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:01:19.264Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:01:19.266Z||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-11-05T11:01:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:01:19.266Z||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-11-05T11:01:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:01:28.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:01:28.834Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:02:19.261Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:02:19.262Z||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-11-05T11:02:19.262Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:02:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:02:19.263Z||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-11-05T11:02:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:02:28.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:02:28.808Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:03:19.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:03:19.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:03:19.264Z||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-11-05T11:03:19.264Z||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-11-05T11:03:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:03:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:03:28.811Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:03:28.812Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:04:19.261Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:04:19.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:04:19.264Z||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-11-05T11:04:19.264Z||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-11-05T11:04:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:04:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:04:28.815Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:04:28.849Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:05:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:05:19.264Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:05:19.268Z||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-11-05T11:05:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:05:19.268Z||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-11-05T11:05:19.269Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:05:28.811Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:05:28.813Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:06:19.261Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:06:19.263Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T11:06:19.263Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:06:19.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:06:19.264Z||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-11-05T11:06:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:06:28.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:06:28.809Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:07:19.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:07:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:07:19.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T11:07:19.264Z||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-11-05T11:07:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:07:19.265Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:07:28.808Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:07:28.809Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:08:19.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:08:19.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:08:19.265Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T11:08:19.265Z||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-11-05T11:08:19.265Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:08:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:08:28.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:08:28.807Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:09:19.261Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:09:19.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T11:09:19.264Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:09:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:09:19.265Z||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-11-05T11:09:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:09:28.826Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:09:28.820Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:10:19.261Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:10:19.263Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T11:10:19.263Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:10:19.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:10:19.264Z||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-11-05T11:10:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:10:28.807Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:10:28.814Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:11:19.261Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:11:19.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:11:19.265Z||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-11-05T11:11:19.265Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T11:11:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:11:19.265Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:11:28.828Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:11:28.831Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:12:19.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:12:19.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:12:19.265Z||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-11-05T11:12:19.265Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T11:12:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:12:19.265Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:12:28.814Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:12:28.823Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:13:19.261Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:13:19.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:13:19.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T11:13:19.264Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:13:19.264Z||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-11-05T11:13:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:13:28.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:13:28.815Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:14:19.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:14:19.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:14:19.275Z||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-11-05T11:14:19.275Z||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-11-05T11:14:19.275Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:14:19.275Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:14:28.831Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:14:28.834Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:15:19.262Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:15:19.264Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:15:19.265Z||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-11-05T11:15:19.265Z||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-11-05T11:15:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:15:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:15:28.806Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:15:28.809Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:16:19.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:16:19.265Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:16:19.266Z||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-11-05T11:16:19.266Z||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-11-05T11:16:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:16:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:16:28.830Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:16:28.832Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:17:19.261Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:17:19.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:17:19.264Z||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-11-05T11:17:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:17:19.264Z||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-11-05T11:17:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:17:28.827Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:17:28.830Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:18:19.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:18:19.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:18:19.267Z||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-11-05T11:18:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:18:19.267Z||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-11-05T11:18:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:18:28.816Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:18:28.818Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:19:19.262Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:19:19.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:19:19.266Z||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-11-05T11:19:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:19.266Z||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-11-05T11:19:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:19.575Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:19:19.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "cds",
"timestamp": 1636111133738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "clamp",
"timestamp": 1636111130058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "ves-openapi-manager",
"timestamp": 1636111130643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "policy-id",
"timestamp": 1636111130871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "clamp",
"timestamp": 1636111130058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
"status": "NOTIFIED"
}
2021-11-05T11:19:19.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "cds",
"timestamp": 1636111133738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.616Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "ves-openapi-manager",
"timestamp": 1636111130643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.617Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "policy-id",
"timestamp": 1636111130871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.618Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "cds",
"timestamp": 1636111133738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.618Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "clamp",
"timestamp": 1636111130058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "dcae-sch",
"timestamp": 1636111139059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "ves-openapi-manager",
"timestamp": 1636111130643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.620Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "policy-id",
"timestamp": 1636111130871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-05T11:19:19.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "clamp",
"timestamp": 1636111130058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "dcae-sch",
"timestamp": 1636111139059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.622Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "ves-openapi-manager",
"timestamp": 1636111130643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.623Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "policy-id",
"timestamp": 1636111130871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.623Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "cds",
"timestamp": 1636111133738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "clamp",
"timestamp": 1636111130058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "dcae-sch",
"timestamp": 1636111139059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.625Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "ves-openapi-manager",
"timestamp": 1636111130643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.625Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "policy-id",
"timestamp": 1636111130871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.626Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "cds",
"timestamp": 1636111133738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111141965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "clamp",
"timestamp": 1636111130058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.628Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "ves-openapi-manager",
"timestamp": 1636111130643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.628Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "dcae-sch",
"timestamp": 1636111139059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.629Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "policy-id",
"timestamp": 1636111130871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.630Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "cds",
"timestamp": 1636111133738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.630Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111141965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
"status": "NOTIFIED"
}
2021-11-05T11:19:19.630Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "clamp",
"timestamp": 1636111130058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:19:19.631Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "dcae-sch",
"timestamp": 1636111139059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.631Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "ves-openapi-manager",
"timestamp": 1636111130643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.632Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "policy-id",
"timestamp": 1636111130871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:19:19.632Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "cds",
"timestamp": 1636111133738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:19:19.633Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111141965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-05T11:19:19.633Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "dcae-sch",
"timestamp": 1636111139059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.633Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "policy-id",
"timestamp": 1636111145055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:19:19.634Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:19:19.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.634Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "cds",
"timestamp": 1636111145163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:19:19.634Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:19:19.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.634Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111141965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.634Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.634Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "dcae-sch",
"timestamp": 1636111139059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "policy-id",
"timestamp": 1636111146064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-05T11:19:19.635Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:19:19.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "cds",
"timestamp": 1636111146182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-05T11:19:19.863Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a8f6ffaf-9850-490d-8f58-1067e73e6326
2021-11-05T11:19:19.885Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8f6ffaf-9850-490d-8f58-1067e73e6326 and ComponentName cds
2021-11-05T11:19:19.895Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:19:19.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a8f6ffaf-9850-490d-8f58-1067e73e6326","serviceName":"vFW 2021-11-05 11-17-04","serviceVersion":"1.0","serviceUUID":"c2316672-337f-4e5a-b9d6-37d95161b1c5","serviceDescription":"catalog service description","serviceInvariantUUID":"01d864c8-c2a9-4f1c-b528-7902d777467c","resources":[{"resourceInstanceName":"vFW cffcd4e1-4edf 0","resourceName":"vFW cffcd4e1-4edf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"152cd2df-db85-4e8f-86ed-2bbf015b6247","resourceInvariantUUID":"23b3bea3-aad7-4f0f-8a54-d913e3535766","resourceCustomizationUUID":"f312edb4-7d5d-4cff-ad36-9fe5fbec86a9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml","artifactChecksum":"NjlkYThiOWVkMTViNmFhNmJjOTQxNjg0MzMyN2E5YjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3bbbecfc-a56d-46d4-b1be-dafe1d6f19e6","artifactVersion":"1"},{"artifactName":"vfwcffcd4e14edf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json","artifactChecksum":"OTBlZjU3YTkxNmE4MTY4YzBkMDRmNTY2ZDdlYjIyM2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b63777c-2380-4dea-bd6a-869267a691d2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"15a6b710-e2be-44b3-b667-e3f9fecbf087","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml","artifactChecksum":"YzgwMmExZmU5NzQyMTE3ZjdlMDUzOTdmZWUzODg1OTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8ab3e27d-7c9d-4ebd-8d1d-40a49301a0d6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2c947286-bd52-4d3b-885d-1c53284d58e2","artifactVersion":"2","generatedFromUUID":"15a6b710-e2be-44b3-b667-e3f9fecbf087"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211105111704-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml","artifactChecksum":"MzQ3ODkyZmIwZTY0YWY1MzE0M2Y1MjhhYzI1ODE3MzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dd938d9b-f6cf-4bcf-8bd0-b597c1e5e479","artifactVersion":"1"},{"artifactName":"service-Vfw20211105111704-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar","artifactChecksum":"MmIzYTFlYWQzNWI1N2RhNTVlMjk2ZTFkMjk4YmU2YTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2450aa13-0b4d-49d4-8d5e-048ea6892816","artifactVersion":"1"}],"workloadContext":"Production"}
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=?
2021-11-05T11:19:19.903Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-05T11:19:19.908Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:19.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111141965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-05T11:19:19.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "policy-id",
"timestamp": 1636111147069,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2021-11-05T11:19:19.917Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:19.917Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111159261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
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-11-05T11:19:19.929Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8f6ffaf-9850-490d-8f58-1067e73e6326
2021-11-05T11:19:19.929Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8f6ffaf-9850-490d-8f58-1067e73e6326 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-11-05T11:19:19.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111141965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111141965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:19:19.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111149815,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:19:19.941Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:19:19.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111150904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:19:19.941Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:19:19.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636111151008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111151961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:19:19.942Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:19:19.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636111151008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111153389,
"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-11-05T11:19:19.948Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8f6ffaf-9850-490d-8f58-1067e73e6326
2021-11-05T11:19:19.948Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8f6ffaf-9850-490d-8f58-1067e73e6326 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-11-05T11:19:19.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "aai-ml",
"timestamp": 1636111152753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636111151008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111154394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-05T11:19:19.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:19:19.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "aai-ml",
"timestamp": 1636111152753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636111151008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "aai-ml",
"timestamp": 1636111152753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636111151008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "aai-ml",
"timestamp": 1636111152753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636111151008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "aai-ml",
"timestamp": 1636111152753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636111151008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:19:19.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "clamp",
"timestamp": 1636111158286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:19:19.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:19:19.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "aai-ml",
"timestamp": 1636111152753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:19.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-11-05T11:19:19.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-05T11:19:19.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636111158876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:19:19.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:19:20.017Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-11-05T11:19:20.021Z||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-11-05T11:19:20.021Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:20.033Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:19:20.034Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:19:20.922Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:19:20.923Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:20.926Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:20.926Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111159261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
"status": "NOTIFIED"
}
2021-11-05T11:19:21.026Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:21.027Z||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-11-05T11:19:21.027Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:21.038Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:19:21.039Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:21.926Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:19:21.927Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:21.929Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:21.929Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111159261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-05T11:19:22.029Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:22.030Z||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-11-05T11:19:22.030Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:22.058Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:19:22.058Z||pool-5-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:22.929Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:19:22.930Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:22.932Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:22.933Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111159261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:23.033Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:19:23.034Z||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-11-05T11:19:23.034Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:23.050Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:19:23.051Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:19:23.933Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:19:23.934Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:23.936Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:23.936Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111159261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-05T11:19:24.037Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:24.038Z||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-11-05T11:19:24.038Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:24.064Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:19:24.065Z||pool-7-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:24.937Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:19:24.938Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:24.941Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:24.941Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111159261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:19:25.042Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:25.042Z||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-11-05T11:19:25.043Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:25.054Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:19:25.054Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:19:25.942Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:19:25.942Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:25.944Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:25.944Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111159261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:19:26.044Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:26.045Z||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-11-05T11:19:26.046Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:26.059Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:19:26.060Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:26.947Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"serviceName": "vFW 2021-11-05 11-17-04",
"serviceVersion": "1.0",
"serviceUUID": "c2316672-337f-4e5a-b9d6-37d95161b1c5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "01d864c8-c2a9-4f1c-b528-7902d777467c",
"resources": [
{
"resourceInstanceName": "vFW cffcd4e1-4edf 0",
"resourceCustomizationUUID": "f312edb4-7d5d-4cff-ad36-9fe5fbec86a9",
"resourceName": "vFW cffcd4e1-4edf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "152cd2df-db85-4e8f-86ed-2bbf015b6247",
"resourceInvariantUUID": "23b3bea3-aad7-4f0f-8a54-d913e3535766",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwcffcd4e14edf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
"artifactChecksum": "OTBlZjU3YTkxNmE4MTY4YzBkMDRmNTY2ZDdlYjIyM2I\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2b63777c-2380-4dea-bd6a-869267a691d2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "15a6b710-e2be-44b3-b667-e3f9fecbf087",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2c947286-bd52-4d3b-885d-1c53284d58e2",
"generatedFromUUID": "15a6b710-e2be-44b3-b667-e3f9fecbf087"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2c947286-bd52-4d3b-885d-1c53284d58e2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211105111704-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"artifactChecksum": "MmIzYTFlYWQzNWI1N2RhNTVlMjk2ZTFkMjk4YmU2YTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2450aa13-0b4d-49d4-8d5e-048ea6892816"
}
],
"workloadContext": "Production"
}
2021-11-05T11:19:26.949Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T11:19:26.949Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c2316672-337f-4e5a-b9d6-37d95161b1c5 ASDC
2021-11-05T11:19:27.071Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:a8f6ffaf-9850-490d-8f58-1067e73e6326
ServiceName:vFW 2021-11-05 11-17-04
ServiceVersion:1.0
ServiceUUID:c2316672-337f-4e5a-b9d6-37d95161b1c5
ServiceInvariantUUID:01d864c8-c2a9-4f1c-b528-7902d777467c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211105111704-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar
ArtifactUUID:2450aa13-0b4d-49d4-8d5e-048ea6892816
ArtifactChecksum:MmIzYTFlYWQzNWI1N2RhNTVlMjk2ZTFkMjk4YmU2YTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cffcd4e1-4edf 0
ResourceCustomizationUUID:f312edb4-7d5d-4cff-ad36-9fe5fbec86a9
ResourceInvariantUUID:23b3bea3-aad7-4f0f-8a54-d913e3535766
ResourceName:vFW cffcd4e1-4edf
ResourceType:VF
ResourceUUID:152cd2df-db85-4e8f-86ed-2bbf015b6247
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcffcd4e14edf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json
ArtifactUUID:2b63777c-2380-4dea-bd6a-869267a691d2
ArtifactChecksum:OTBlZjU3YTkxNmE4MTY4YzBkMDRmNTY2ZDdlYjIyM2I=
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/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml
ArtifactUUID:15a6b710-e2be-44b3-b667-e3f9fecbf087
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/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env
ArtifactUUID:2c947286-bd52-4d3b-885d-1c53284d58e2
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/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env
ArtifactUUID:2c947286-bd52-4d3b-885d-1c53284d58e2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-05T11:19:27.072Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c2316672-337f-4e5a-b9d6-37d95161b1c5 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-11-05T11:19:27.124Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:19:27.125Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-05T11:19:27.126Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-05T11:19:27.126Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2450aa13-0b4d-49d4-8d5e-048ea6892816 from URL: /sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:27.126Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-05T11:19:27.128Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:27.249Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-05T11:19:27.265Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar 2450aa13-0b4d-49d4-8d5e-048ea6892816 98939
2021-11-05T11:19:27.266Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar ASDC sendASDCNotification
2021-11-05T11:19:27.266Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:27.267Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:19:27.268Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:27.270Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:27.270Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111167265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:19:27.370Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:27.371Z||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-11-05T11:19:27.371Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:27.383Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:19:27.383Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:28.270Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:19:28.271Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-05T11:19:28.271Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 2450aa13-0b4d-49d4-8d5e-048ea6892816, URL: /sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar to file: /app/ASDC/1/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:28.273Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211105111704-csar.csar
2021-11-05T11:19:28.357Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:28.358Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:29.057Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17137461712660600688/Definitions/service-Vfw20211105111704-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-11-05T11:19:31.737Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T11:19:31.742Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-05T11:19:31.742Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.742Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-05T11:19:31.742Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.743Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.743Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.743Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.743Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.743Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.743Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cffcd4e1-4edf 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-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.743Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.743Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.743Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.744Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.744Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.744Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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-Vfw20211105111704-csar.csar
2021-11-05T11:19:31.744Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-05T11:19:31.751Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:31.752Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:31.756Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:31.756Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-05T11:19:31.757Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:19:31.759Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:31.759Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:31.759Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:31.760Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-05T11:19:31.760Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:19:31.760Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:31.760Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:31.763Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:31.764Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is not matching search criteria
2021-11-05T11:19:31.764Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-05T11:19:31.764Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-05T11:19:31.764Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-05T11:19:31.764Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:31.764Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.764Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-05T11:19:31.765Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.765Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-05T11:19:31.765Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-05T11:19:31.765Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.765Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:31.765Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-05T11:19:31.766Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:31.766Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-05T11:19:31.766Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.766Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-05T11:19:31.766Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:31.766Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T11:19:31.767Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:31.768Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:31.768Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:19:31.768Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:31.768Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:31.769Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:19:31.769Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:31.769Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:31.769Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:19:31.769Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:31.770Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is not matching search criteria
2021-11-05T11:19:31.770Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-05T11:19:31.770Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-05T11:19:31.770Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-05T11:19:31.770Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-05T11:19:31.770Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-05T11:19:31.771Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.771Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:31.771Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-05T11:19:31.771Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:31.771Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-05T11:19:31.771Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.771Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b53ffe1a-ecc2-4fd5-88bd-2ccdebd743b3
2021-11-05T11:19:31.772Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:31.772Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is not matching search criteria
2021-11-05T11:19:31.772Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-05T11:19:31.772Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-05T11:19:31.772Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-05T11:19:31.772Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:31.772Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.773Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-05T11:19:31.773Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.773Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-05T11:19:31.773Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-05T11:19:31.773Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:31.773Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-05T11:19:31.773Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.774Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7aa0c169-1a11-464f-be94-d7f65adf68bf
2021-11-05T11:19:31.774Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:31.774Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is not matching search criteria
2021-11-05T11:19:31.774Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-05T11:19:31.774Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-05T11:19:31.774Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-05T11:19:31.775Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:31.775Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.775Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-05T11:19:31.775Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.775Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-05T11:19:31.775Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-05T11:19:31.775Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-05T11:19:31.776Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:31.776Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-05T11:19:31.776Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b70d9c37-0c6b-4359-b274-e30f0bb72422
2021-11-05T11:19:31.776Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:31.776Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:31.777Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:31.777Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:31.777Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:31.777Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:31.777Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:31.778Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:31.778Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-05 11-17-04
Description:catalog service description
Model UUID:c2316672-337f-4e5a-b9d6-37d95161b1c5
Model Version:NULL
Model InvariantUuid:01d864c8-c2a9-4f1c-b528-7902d777467c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW cffcd4e1-4edf
Model UUID:9830923e-2978-40c2-9415-b5df06863b86
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:23b3bea3-aad7-4f0f-8a54-d913e3535766
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f312edb4-7d5d-4cff-ad36-9fe5fbec86a9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:85970dc1-cd54-4e27-ad14-41150448549b
ModelName:VfwCffcd4e14edf..base_vfw..module-0
ModelUuid:5071c0c2-19d3-4cb1-8254-f66e5c18909d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b53ffe1a-ecc2-4fd5-88bd-2ccdebd743b3
ModelInvariantUuid:c441982f-1b18-4810-befc-a19aae782247
ModelName:vFW cffcd4e1-4edf-nodes.vfwCvfc
ModelUuid:3a8c98bb-7e7c-4566-b961-cbd278b25bd1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:87be66bf-1b0b-40c3-bfcd-83965342a915
ModelInvariantUuid:5a8f3e38-511b-470e-8c6f-76064941fc05
ModelName:VfwCffcd4e14edf.compute.nodes.heat.vfw
ModelUuid:99f5cd06-7dba-47c8-b784-1bef2e8d8825
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7aa0c169-1a11-464f-be94-d7f65adf68bf
ModelInvariantUuid:ea40f68d-b120-4867-9eac-80167eed8ab5
ModelName:vFW cffcd4e1-4edf-nodes.vsnCvfc
ModelUuid:bdc70a14-009d-408d-8961-91fd63dfe929
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:696996fa-6ef1-495e-881a-3c7571ba300b
ModelInvariantUuid:660ac472-1d62-458e-ac91-3b5890b7972f
ModelName:VfwCffcd4e14edf.compute.nodes.heat.vsn
ModelUuid:9b54d3ee-e6d3-4eb2-b197-4c92625e5f41
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b70d9c37-0c6b-4359-b274-e30f0bb72422
ModelInvariantUuid:b738eea4-4fa8-4b7f-8a1a-76695c155e32
ModelName:vFW cffcd4e1-4edf-nodes.vpgCvfc
ModelUuid:8e6d5313-2f49-46f0-b657-634387b01129
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:463c2544-43fd-4317-9ee1-27803acb4afd
ModelInvariantUuid:90226280-efd5-4d11-92c7-87741c826297
ModelName:VfwCffcd4e14edf.compute.nodes.heat.vpg
ModelUuid:de8c31bf-7d30-45aa-aa33-7e8f877c0e63
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-05T11:19:31.787Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 152cd2df-db85-4e8f-86ed-2bbf015b6247
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-05T11:19:31.882Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||vFW cffcd4e1-4edf 0
2021-11-05T11:19:31.888Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 152cd2df-db85-4e8f-86ed-2bbf015b6247
2021-11-05T11:19:31.889Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2b63777c-2380-4dea-bd6a-869267a691d2 from URL: /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json
2021-11-05T11:19:31.889Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-05T11:19:31.889Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json
2021-11-05T11:19:32.027Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-05T11:19:32.028Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json 2b63777c-2380-4dea-bd6a-869267a691d2 785
2021-11-05T11:19:32.028Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json ASDC sendASDCNotification
2021-11-05T11:19:32.028Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json
2021-11-05T11:19:32.028Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:19:32.029Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:32.033Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:32.033Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111172028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:19:32.133Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:32.133Z||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-11-05T11:19:32.134Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:32.152Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:19:32.153Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:19:33.035Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCffcd4e14edf..base_vfw..module-0",
"vfModuleModelInvariantUUID": "85970dc1-cd54-4e27-ad14-41150448549b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5071c0c2-19d3-4cb1-8254-f66e5c18909d",
"vfModuleModelCustomizationUUID": "76b8e98f-a349-4ab9-b936-ee4d6fd9ae13",
"isBase": true,
"artifacts": [
"15a6b710-e2be-44b3-b667-e3f9fecbf087",
"2c947286-bd52-4d3b-885d-1c53284d58e2"
],
"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-11-05T11:19:33.049Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCffcd4e14edf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5071c0c2-19d3-4cb1-8254-f66e5c18909d
VfModuleModelInvariantUUID:85970dc1-cd54-4e27-ad14-41150448549b
VfModuleModelDescription:NULL
Artifacts UUID List:{
15a6b710-e2be-44b3-b667-e3f9fecbf087
,
2c947286-bd52-4d3b-885d-1c53284d58e2
}
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-11-05T11:19:33.054Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCffcd4e14edf..base_vfw..module-0",
"vfModuleModelInvariantUUID": "85970dc1-cd54-4e27-ad14-41150448549b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5071c0c2-19d3-4cb1-8254-f66e5c18909d",
"vfModuleModelCustomizationUUID": "76b8e98f-a349-4ab9-b936-ee4d6fd9ae13",
"isBase": true,
"artifacts": [
"15a6b710-e2be-44b3-b667-e3f9fecbf087",
"2c947286-bd52-4d3b-885d-1c53284d58e2"
],
"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-11-05T11:19:33.054Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCffcd4e14edf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5071c0c2-19d3-4cb1-8254-f66e5c18909d
VfModuleModelInvariantUUID:85970dc1-cd54-4e27-ad14-41150448549b
VfModuleModelDescription:NULL
Artifacts UUID List:{
15a6b710-e2be-44b3-b667-e3f9fecbf087
,
2c947286-bd52-4d3b-885d-1c53284d58e2
}
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-11-05T11:19:33.055Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 15a6b710-e2be-44b3-b667-e3f9fecbf087 from URL: /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml
2021-11-05T11:19:33.055Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-05T11:19:33.055Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml
2021-11-05T11:19:33.164Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-05T11:19:33.166Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml 15a6b710-e2be-44b3-b667-e3f9fecbf087 20368
2021-11-05T11:19:33.166Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-05T11:19:33.166Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml
2021-11-05T11:19:33.166Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:19:33.166Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:33.169Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:33.169Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111173166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:19:33.269Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:33.270Z||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-11-05T11:19:33.270Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:33.287Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:19:33.287Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:34.170Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2c947286-bd52-4d3b-885d-1c53284d58e2 from URL: /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env
2021-11-05T11:19:34.171Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-05T11:19:34.171Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env
2021-11-05T11:19:34.560Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-05T11:19:34.561Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env 2c947286-bd52-4d3b-885d-1c53284d58e2 2098
2021-11-05T11:19:34.561Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-05T11:19:34.561Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env
2021-11-05T11:19:34.561Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:19:34.561Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:34.564Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:34.564Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111174561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:19:34.664Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:34.665Z||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-11-05T11:19:34.666Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:34.680Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:19:34.680Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:35.565Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: c2316672-337f-4e5a-b9d6-37d95161b1c5
2021-11-05T11:19:35.567Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cffcd4e1-4edf 0 152cd2df-db85-4e8f-86ed-2bbf015b6247 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-05T11:19:35.613Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18df87c0, org.onap.sdc.toscaparser.api.parameters.Input@d55ffaf, org.onap.sdc.toscaparser.api.parameters.Input@5f6fa408, org.onap.sdc.toscaparser.api.parameters.Input@2c53e4e4, org.onap.sdc.toscaparser.api.parameters.Input@48d68729]
2021-11-05T11:19:35.617Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:35.618Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:35.618Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-11-05T11:19:35.618Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= f312edb4-7d5d-4cff-ad36-9fe5fbec86a9
2021-11-05T11:19:35.618Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f312edb4-7d5d-4cff-ad36-9fe5fbec86a9 matches Tosca VF Customization UUID: f312edb4-7d5d-4cff-ad36-9fe5fbec86a9
2021-11-05T11:19:35.619Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: f312edb4-7d5d-4cff-ad36-9fe5fbec86a9 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-05T11:19:35.635Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:35.635Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:35.637Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id f312edb4-7d5d-4cff-ad36-9fe5fbec86a9: {\"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-11-05T11:19:35.638Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4de56aa4
2021-11-05T11:19:35.638Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:35.638Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T11:19:35.639Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 76b8e98f-a349-4ab9-b936-ee4d6fd9ae13
2021-11-05T11:19:35.640Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 76b8e98f-a349-4ab9-b936-ee4d6fd9ae13
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-05T11:19:35.648Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:35.649Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:35.649Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:19:35.650Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:35.651Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:35.651Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:19:35.651Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:35.651Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is not matching search criteria
2021-11-05T11:19:35.652Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-05T11:19:35.652Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-05T11:19:35.652Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-05T11:19:35.653Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-05T11:19:35.653Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-05T11:19:35.653Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-05T11:19:35.654Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:35.654Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-05T11:19:35.654Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:35.654Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-05T11:19:35.655Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T11:19:35.655Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b53ffe1a-ecc2-4fd5-88bd-2ccdebd743b3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-05T11:19:35.663Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:35.663Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:35.664Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:19:35.664Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:35.664Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is not matching search criteria
2021-11-05T11:19:35.665Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-05T11:19:35.665Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-05T11:19:35.665Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-05T11:19:35.669Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:35.669Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-05T11:19:35.670Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-05T11:19:35.670Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T11:19:35.670Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-05T11:19:35.671Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-05T11:19:35.671Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:35.671Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-05T11:19:35.671Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T11:19:35.672Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7aa0c169-1a11-464f-be94-d7f65adf68bf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-05T11:19:35.674Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:35.675Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:35.675Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:19:35.681Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:35.682Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is not matching search criteria
2021-11-05T11:19:35.682Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-05T11:19:35.682Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-05T11:19:35.682Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-05T11:19:35.683Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:35.683Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-05T11:19:35.683Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-05T11:19:35.683Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-05T11:19:35.684Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-05T11:19:35.684Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-05T11:19:35.684Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-05T11:19:35.684Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-05T11:19:35.684Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-05T11:19:35.685Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b70d9c37-0c6b-4359-b274-e30f0bb72422
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-05T11:19:35.687Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:35.688Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:35.688Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:19:35.689Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:35.689Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Node template vFW cffcd4e1-4edf 0 is matching search criteria
2021-11-05T11:19:35.689Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cffcd4e1-4edf 0] matching following query criteria: sdcType=VF, customizationUUID=f312edb4-7d5d-4cff-ad36-9fe5fbec86a9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-05T11:19:35.691Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:35.692Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:35.692Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid c2316672-337f-4e5a-b9d6-37d95161b1c5: vFW cffcd4e1-4edf
2021-11-05T11:19:35.692Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:35.692Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:35.693Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:35.693Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:35.693Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:35.694Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:35.694Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:35.694Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:35.694Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:19:35.694Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-11-05 11-17-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:19:35.695Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-11-05 11-17-04
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-05T11:19:35.957Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cffcd4e1-4edf 152cd2df-db85-4e8f-86ed-2bbf015b6247 1 ASDC deployResourceStructure
2021-11-05T11:19:35.958Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json ASDC sendASDCNotification
2021-11-05T11:19:35.958Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json
2021-11-05T11:19:35.958Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:19:35.959Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:35.961Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:35.961Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111175958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-05T11:19:36.061Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:36.062Z||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-11-05T11:19:36.062Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:36.077Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:19:36.078Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:36.967Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-05T11:19:36.968Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml
2021-11-05T11:19:36.968Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:19:36.970Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:36.974Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:36.974Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111176966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-05T11:19:37.075Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-05T11:19:37.076Z||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-11-05T11:19:37.076Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:37.094Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:19:37.095Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:37.977Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-05T11:19:37.978Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env
2021-11-05T11:19:37.978Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:19:37.978Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:37.982Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:37.982Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111177977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-05T11:19:38.083Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:38.085Z||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-11-05T11:19:38.085Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:38.097Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:19:38.098Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:38.987Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar ASDC sendASDCNotification
2021-11-05T11:19:38.987Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar
2021-11-05T11:19:38.987Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:19:38.988Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:19:38.991Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:19:38.991Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111178987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-05T11:19:39.092Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:19:39.095Z||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-11-05T11:19:39.095Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:19:39.113Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:19:39.114Z||pool-17-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:19:39.994Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
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-11-05T11:19:40.039Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
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-11-05T11:19:40.042Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:19:40.042Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:19:40.043Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:20:10.043Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
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-11-05T11:20:10.057Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
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-11-05T11:20:10.061Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:20:10.061Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:20:10.062Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:20:19.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:20:19.269Z||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-11-05T11:20:19.269Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:20:19.293Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:20:19.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:20:19.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "aai-ml",
"timestamp": 1636111152753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:20:19.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-05T11:20:40.062Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
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-11-05T11:20:40.080Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
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-11-05T11:20:40.082Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:20:40.083Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:20:40.083Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:21:10.084Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
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-11-05T11:21:10.115Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
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-11-05T11:21:10.118Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:21:10.118Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:21:10.118Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:21:19.264Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:21:19.266Z||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-11-05T11:21:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:21:19.301Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:21:19.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:21:19.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111159261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:21:19.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-05T11:21:40.119Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
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-11-05T11:21:40.131Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
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-11-05T11:21:40.134Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:21:40.134Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:21:40.134Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:22:10.135Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
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-11-05T11:22:10.145Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
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-11-05T11:22:10.148Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:22:10.149Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:22:10.149Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:22:19.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:22:19.264Z||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-11-05T11:22:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:22:19.789Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:22:19.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "clamp",
"timestamp": 1636111160294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-05T11:22:19.792Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "aai-ml",
"timestamp": 1636111160696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:22:19.792Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111159261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
"status": "NOTIFIED"
}
2021-11-05T11:22:19.793Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-05T11:22:19.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "clamp",
"timestamp": 1636111161304,
"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-11-05T11:22:19.801Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a8f6ffaf-9850-490d-8f58-1067e73e6326
2021-11-05T11:22:19.801Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8f6ffaf-9850-490d-8f58-1067e73e6326 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-11-05T11:22:19.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111159261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-05T11:22:19.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-05T11:22:19.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111159261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:22:19.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-05T11:22:19.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111159261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-05T11:22:19.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-05T11:22:19.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636111164042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-05T11:22:19.814Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111159261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:22:19.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-05T11:22:19.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636111165048,
"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-11-05T11:22:19.819Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a8f6ffaf-9850-490d-8f58-1067e73e6326
2021-11-05T11:22:19.819Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8f6ffaf-9850-490d-8f58-1067e73e6326 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-11-05T11:22:19.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111159261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:22:19.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-05T11:22:19.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111167265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:22:19.827Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111172028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:22:19.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111173166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:22:19.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111174561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:22:19.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111175958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/vfwcffcd4e14edf0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-05T11:22:19.829Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111176966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-05T11:22:19.829Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111177977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/resourceInstances/vfwcffcd4e14edf0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-05T11:22:19.829Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "aai-ml",
"timestamp": 1636111178462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-05T11:22:19.830Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111178987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211105111704/1.0/artifacts/service-Vfw20211105111704-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-05T11:22:19.830Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:22:19.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:22:19.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "aai-ml",
"timestamp": 1636111179469,
"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-11-05T11:22:19.835Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a8f6ffaf-9850-490d-8f58-1067e73e6326
2021-11-05T11:22:19.835Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8f6ffaf-9850-490d-8f58-1067e73e6326 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-11-05T11:22:40.150Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
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-11-05T11:22:40.177Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326
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-11-05T11:22:40.182Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:22:40.182Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-05T11:22:40.182Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-05T11:22:40.183Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-05T11:22:40.183Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-05T11:22:40.184Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-05T11:22:40.184Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-05T11:22:40.184Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-05T11:22:40.184Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-05T11:22:40.184Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-05T11:22:40.185Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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-11-05T11:22:40.192Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-05T11:23:10.192Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a8f6ffaf-9850-490d-8f58-1067e73e6326 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-11-05T11:23:10.210Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a8f6ffaf-9850-490d-8f58-1067e73e6326 and serviceModelVersionId: c2316672-337f-4e5a-b9d6-37d95161b1c5
2021-11-05T11:23:10.211Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 01d864c8-c2a9-4f1c-b528-7902d777467c
2021-11-05T11:23:19.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:23:19.264Z||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-11-05T11:23:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:23:24.045Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/01d864c8-c2a9-4f1c-b528-7902d777467c/model-vers/model-ver/c2316672-337f-4e5a-b9d6-37d95161b1c5?depth=0
2021-11-05T11:23:24.146Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-05T11:23:24.615Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01d864c8-c2a9-4f1c-b528-7902d777467c/model-vers/model-ver/c2316672-337f-4e5a-b9d6-37d95161b1c5?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-11-05T11:23:24.620Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01d864c8-c2a9-4f1c-b528-7902d777467c/model-vers/model-ver/c2316672-337f-4e5a-b9d6-37d95161b1c5?depth=0|INFO|500||Invoke
2021-11-05T11:23:24.763Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01d864c8-c2a9-4f1c-b528-7902d777467c/model-vers/model-ver/c2316672-337f-4e5a-b9d6-37d95161b1c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-05T11:23:25.335Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01d864c8-c2a9-4f1c-b528-7902d777467c/model-vers/model-ver/c2316672-337f-4e5a-b9d6-37d95161b1c5?depth=0|INFO|500||InvokeReturn
2021-11-05T11:23:25.336Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01d864c8-c2a9-4f1c-b528-7902d777467c/model-vers/model-ver/c2316672-337f-4e5a-b9d6-37d95161b1c5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211105-11:23:24:777-84163], vertex-id=[364728], Content-Length=[0], Date=[Fri, 05 Nov 2021 11:23:24 GMT], Content-Type=[application/json]}
2021-11-05T11:23:25.337Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-11-05T11:23:25.340Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-05T11:23:25.341Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-05T11:23:25.346Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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-11-05T11:23:25.347Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a8f6ffaf-9850-490d-8f58-1067e73e6326 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-05T11:23:25.349Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-05T11:23:25.349Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:23:25.351Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:23:25.352Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111405348,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T11:23:25.451Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:23:25.452Z||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-11-05T11:23:25.452Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:23:25.463Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:23:25.464Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:23:26.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:23:26.077Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-05T11:23:26.077Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8f6ffaf-9850-490d-8f58-1067e73e6326",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111405348,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T11:23:26.079Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-05T11:23:26.365Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:23:26.367Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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-11-05T11:23:26.367Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:23:36.940Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:23:36.941Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:23:36.941Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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-11-05T11:23:36.941Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:23:46.479Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:23:46.481Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:23:46.482Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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-11-05T11:23:46.482Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:23:56.026Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:23:56.033Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:23:56.036Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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-11-05T11:23:56.036Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:05.592Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:24:19.262Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:24:19.263Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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-11-05T11:24:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:24:19.264Z||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-11-05T11:24:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:19.263Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:22.165Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:24:22.166Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-05T11:24:22.166Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7d4d9334-c974-47ff-974f-4b6bece74e6d","serviceName":"basic_onboard_RwSJHB","serviceVersion":"1.0","serviceUUID":"6dcb6549-a85c-4270-9ab2-658cf9a05ccc","serviceDescription":"service","serviceInvariantUUID":"3d0d2bde-c352-4de3-a360-48ce8e5d87df","resources":[{"resourceInstanceName":"basic_onboard_RwSJHB 0","resourceName":"basic_onboard_RwSJHB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"47914950-95be-4359-a844-338e1645c145","resourceInvariantUUID":"c2bfd598-e8ba-4181-90b7-f6ea6f019743","resourceCustomizationUUID":"69b927ef-8eb8-4f86-a746-6cce842c372c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml","artifactChecksum":"MGFhYzRkNDNmMzBjNjcyNjA4MzU0ZGYzMzgyYmNhOTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e476208c-a2aa-422c-80d4-638a7d23176f","artifactVersion":"1"},{"artifactName":"basic_onboard_rwsjhb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json","artifactChecksum":"MWM1MTkzYjZjMTkzM2RlN2QzY2ZlN2FhNjFkMmEzNDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d1f5226e-3b11-4c41-ac22-4ef6151d96e3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e7c712cb-6914-4fe3-8f78-76621d4a2e00","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"12d8b5c3-71b5-497e-ac08-b7403d24ac2d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"06dee3d8-2c01-4c40-a8f8-badb11f4d748","artifactVersion":"2","generatedFromUUID":"e7c712cb-6914-4fe3-8f78-76621d4a2e00"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRwsjhb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml","artifactChecksum":"ODY2YTIzYTQwN2ZmOTE3YzlmYzZiZDlmZDExODE4YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"45431004-3f65-4db4-99fd-daf3cc4f68cb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRwsjhb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar","artifactChecksum":"YTBmZmYxODVjMjdhMTBlOTgyZDY0ODg2ZmM4ZDA3OWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb292bfb-2738-4b45-88b5-1acd28a526ae","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-05T11:24:22.170Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:24:22.171Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:22.175Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:22.175Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111459262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:24:22.275Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:24:22.275Z||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-11-05T11:24:22.276Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:22.292Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:24:22.293Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:22.405Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:24:22.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:24:22.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111459262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:24:22.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:24:23.175Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:24:23.176Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:23.178Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:23.178Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111459262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
"status": "NOTIFIED"
}
2021-11-05T11:24:23.279Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:24:23.280Z||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-11-05T11:24:23.280Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:23.294Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:24:23.295Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:24.179Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:24:24.180Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:24.182Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:24.183Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111459262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-05T11:24:24.283Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:24:24.283Z||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-11-05T11:24:24.284Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:24.301Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:24:24.301Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:24:25.183Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:24:25.184Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:25.186Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:25.186Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111459262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:24:25.287Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:24:25.288Z||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-11-05T11:24:25.288Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:25.305Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:24:25.306Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:26.187Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:24:26.188Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:26.190Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:26.190Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111459262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-05T11:24:26.290Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:24:26.291Z||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-11-05T11:24:26.292Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:26.337Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:24:26.339Z||pool-23-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:27.190Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:24:27.191Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:27.195Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:27.195Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111459262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:24:27.294Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:24:27.295Z||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-11-05T11:24:27.295Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:27.306Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:24:27.306Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:28.196Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:24:28.197Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:28.199Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:28.199Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111459262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:24:28.299Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:24:28.301Z||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-11-05T11:24:28.302Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:28.315Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:24:28.316Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:29.201Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"serviceName": "basic_onboard_RwSJHB",
"serviceVersion": "1.0",
"serviceUUID": "6dcb6549-a85c-4270-9ab2-658cf9a05ccc",
"serviceDescription": "service",
"serviceInvariantUUID": "3d0d2bde-c352-4de3-a360-48ce8e5d87df",
"resources": [
{
"resourceInstanceName": "basic_onboard_RwSJHB 0",
"resourceCustomizationUUID": "69b927ef-8eb8-4f86-a746-6cce842c372c",
"resourceName": "basic_onboard_RwSJHB",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "47914950-95be-4359-a844-338e1645c145",
"resourceInvariantUUID": "c2bfd598-e8ba-4181-90b7-f6ea6f019743",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_rwsjhb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
"artifactChecksum": "MWM1MTkzYjZjMTkzM2RlN2QzY2ZlN2FhNjFkMmEzNDM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d1f5226e-3b11-4c41-ac22-4ef6151d96e3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e7c712cb-6914-4fe3-8f78-76621d4a2e00",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "06dee3d8-2c01-4c40-a8f8-badb11f4d748",
"generatedFromUUID": "e7c712cb-6914-4fe3-8f78-76621d4a2e00"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "06dee3d8-2c01-4c40-a8f8-badb11f4d748",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardRwsjhb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"artifactChecksum": "YTBmZmYxODVjMjdhMTBlOTgyZDY0ODg2ZmM4ZDA3OWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eb292bfb-2738-4b45-88b5-1acd28a526ae"
}
],
"workloadContext": "Production"
}
2021-11-05T11:24:29.201Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T11:24:29.201Z|a8f6ffaf-9850-490d-8f58-1067e73e6326|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6dcb6549-a85c-4270-9ab2-658cf9a05ccc ASDC
2021-11-05T11:24:29.202Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:7d4d9334-c974-47ff-974f-4b6bece74e6d
ServiceName:basic_onboard_RwSJHB
ServiceVersion:1.0
ServiceUUID:6dcb6549-a85c-4270-9ab2-658cf9a05ccc
ServiceInvariantUUID:3d0d2bde-c352-4de3-a360-48ce8e5d87df
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRwsjhb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar
ArtifactUUID:eb292bfb-2738-4b45-88b5-1acd28a526ae
ArtifactChecksum:YTBmZmYxODVjMjdhMTBlOTgyZDY0ODg2ZmM4ZDA3OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_RwSJHB 0
ResourceCustomizationUUID:69b927ef-8eb8-4f86-a746-6cce842c372c
ResourceInvariantUUID:c2bfd598-e8ba-4181-90b7-f6ea6f019743
ResourceName:basic_onboard_RwSJHB
ResourceType:VF
ResourceUUID:47914950-95be-4359-a844-338e1645c145
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rwsjhb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json
ArtifactUUID:d1f5226e-3b11-4c41-ac22-4ef6151d96e3
ArtifactChecksum:MWM1MTkzYjZjMTkzM2RlN2QzY2ZlN2FhNjFkMmEzNDM=
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/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e7c712cb-6914-4fe3-8f78-76621d4a2e00
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/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env
ArtifactUUID:06dee3d8-2c01-4c40-a8f8-badb11f4d748
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/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env
ArtifactUUID:06dee3d8-2c01-4c40-a8f8-badb11f4d748
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-05T11:24:29.202Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6dcb6549-a85c-4270-9ab2-658cf9a05ccc 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-11-05T11:24:29.249Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:24:29.250Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-05T11:24:29.250Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-05T11:24:29.251Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eb292bfb-2738-4b45-88b5-1acd28a526ae from URL: /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:29.251Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-05T11:24:29.251Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:29.344Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-05T11:24:29.347Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar eb292bfb-2738-4b45-88b5-1acd28a526ae 71557
2021-11-05T11:24:29.348Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar ASDC sendASDCNotification
2021-11-05T11:24:29.348Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:29.348Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:24:29.349Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:29.350Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:29.350Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111469348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:24:29.450Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:24:29.451Z||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-11-05T11:24:29.451Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:29.465Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:24:29.465Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:30.351Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:24:30.352Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-11-05T11:24:30.352Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: eb292bfb-2738-4b45-88b5-1acd28a526ae, URL: /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar to file: /app/ASDC/1/service-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:30.353Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:30.354Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:30.354Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:30.810Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14533643989916821392/Definitions/service-BasicOnboardRwsjhb-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-11-05T11:24:31.923Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T11:24:31.924Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-05T11:24:31.924Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:31.924Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-05T11:24:31.924Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:31.924Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:31.925Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:31.925Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:31.925Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:31.925Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:31.925Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_RwSJHB 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-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:31.925Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:31.925Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:31.925Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-11-05T11:24:31.926Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:31.926Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:31.926Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is matching search criteria
2021-11-05T11:24:31.926Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-05T11:24:31.927Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RwSJHB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:24:31.927Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:31.927Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:31.927Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is matching search criteria
2021-11-05T11:24:31.928Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-11-05T11:24:31.928Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RwSJHB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:24:31.928Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:31.928Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:31.929Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:31.929Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is not matching search criteria
2021-11-05T11:24:31.929Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-05T11:24:31.929Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-05T11:24:31.930Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-05T11:24:31.930Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-05T11:24:31.930Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-05T11:24:31.930Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:31.930Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T11:24:31.931Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:31.931Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is matching search criteria
2021-11-05T11:24:31.931Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RwSJHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:24:31.931Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:31.932Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is matching search criteria
2021-11-05T11:24:31.932Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RwSJHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:24:31.932Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:31.932Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is matching search criteria
2021-11-05T11:24:31.932Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RwSJHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:24:31.932Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:31.933Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is not matching search criteria
2021-11-05T11:24:31.933Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-05T11:24:31.933Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-05T11:24:31.933Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e807cf73-dbed-44b0-8812-d3a68b26a2a1
2021-11-05T11:24:31.934Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:31.934Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:31.934Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:31.934Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:31.934Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:31.935Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:31.935Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:31.935Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:31.935Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_RwSJHB
Description:service
Model UUID:6dcb6549-a85c-4270-9ab2-658cf9a05ccc
Model Version:NULL
Model InvariantUuid:3d0d2bde-c352-4de3-a360-48ce8e5d87df
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_RwSJHB
Model UUID:57a5a70d-0efa-41cd-a3ed-9626924a935c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c2bfd598-e8ba-4181-90b7-f6ea6f019743
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:69b927ef-8eb8-4f86-a746-6cce842c372c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:dfaf5ab0-643a-4e72-aa80-3f2056f339f5
ModelName:BasicOnboardRwsjhb..base_ubuntu18..module-0
ModelUuid:b7d5781c-8b18-451f-946f-f367c53d5c78
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e807cf73-dbed-44b0-8812-d3a68b26a2a1
ModelInvariantUuid:f68a7100-f9eb-483d-bf1e-67b6e62e1720
ModelName:basic_onboard_RwSJHB-nodes.ubuntu18Cvfc
ModelUuid:071a45bc-979f-419f-82c1-40a0b983c35e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d626766e-5ebf-4221-91aa-8509f1cd526b
ModelInvariantUuid:76b7edec-2220-4ae8-b4fe-444118a087f7
ModelName:BasicOnboardRwsjhb.compute.nodes.heat.ubuntu18
ModelUuid:81fbe0d8-d36b-4e59-a0a0-6d29391b3254
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-05T11:24:31.943Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 47914950-95be-4359-a844-338e1645c145
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-05T11:24:31.947Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||basic_onboard_RwSJHB 0
2021-11-05T11:24:31.947Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 47914950-95be-4359-a844-338e1645c145
2021-11-05T11:24:31.947Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d1f5226e-3b11-4c41-ac22-4ef6151d96e3 from URL: /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json
2021-11-05T11:24:31.947Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-05T11:24:31.947Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json
2021-11-05T11:24:32.041Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-05T11:24:32.042Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json d1f5226e-3b11-4c41-ac22-4ef6151d96e3 798
2021-11-05T11:24:32.042Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json ASDC sendASDCNotification
2021-11-05T11:24:32.042Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json
2021-11-05T11:24:32.042Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:24:32.043Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:32.045Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:32.045Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111472042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:24:32.145Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:24:32.146Z||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-11-05T11:24:32.147Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:32.168Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:24:32.169Z||pool-27-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:33.045Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRwsjhb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "dfaf5ab0-643a-4e72-aa80-3f2056f339f5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b7d5781c-8b18-451f-946f-f367c53d5c78",
"vfModuleModelCustomizationUUID": "56728735-a113-4a8e-9861-7eaccccfa521",
"isBase": true,
"artifacts": [
"e7c712cb-6914-4fe3-8f78-76621d4a2e00",
"06dee3d8-2c01-4c40-a8f8-badb11f4d748"
],
"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-11-05T11:24:33.051Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRwsjhb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b7d5781c-8b18-451f-946f-f367c53d5c78
VfModuleModelInvariantUUID:dfaf5ab0-643a-4e72-aa80-3f2056f339f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
e7c712cb-6914-4fe3-8f78-76621d4a2e00
,
06dee3d8-2c01-4c40-a8f8-badb11f4d748
}
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-11-05T11:24:33.054Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRwsjhb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "dfaf5ab0-643a-4e72-aa80-3f2056f339f5",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b7d5781c-8b18-451f-946f-f367c53d5c78",
"vfModuleModelCustomizationUUID": "56728735-a113-4a8e-9861-7eaccccfa521",
"isBase": true,
"artifacts": [
"e7c712cb-6914-4fe3-8f78-76621d4a2e00",
"06dee3d8-2c01-4c40-a8f8-badb11f4d748"
],
"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-11-05T11:24:33.054Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRwsjhb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b7d5781c-8b18-451f-946f-f367c53d5c78
VfModuleModelInvariantUUID:dfaf5ab0-643a-4e72-aa80-3f2056f339f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
e7c712cb-6914-4fe3-8f78-76621d4a2e00
,
06dee3d8-2c01-4c40-a8f8-badb11f4d748
}
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-11-05T11:24:33.054Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e7c712cb-6914-4fe3-8f78-76621d4a2e00 from URL: /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml
2021-11-05T11:24:33.055Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-05T11:24:33.055Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml
2021-11-05T11:24:33.248Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-05T11:24:33.249Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml e7c712cb-6914-4fe3-8f78-76621d4a2e00 5033
2021-11-05T11:24:33.249Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-05T11:24:33.249Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml
2021-11-05T11:24:33.249Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:24:33.250Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:33.251Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:33.252Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111473249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:24:33.352Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:24:33.353Z||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-11-05T11:24:33.353Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:33.365Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:24:33.366Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:34.253Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 06dee3d8-2c01-4c40-a8f8-badb11f4d748 from URL: /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env
2021-11-05T11:24:34.253Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-11-05T11:24:34.254Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env
2021-11-05T11:24:34.624Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-11-05T11:24:34.625Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env 06dee3d8-2c01-4c40-a8f8-badb11f4d748 909
2021-11-05T11:24:34.625Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-05T11:24:34.625Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env
2021-11-05T11:24:34.626Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:24:34.626Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:34.628Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:34.628Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111474625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:24:34.733Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-11-05T11:24:34.733Z||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-11-05T11:24:34.733Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:34.744Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:24:34.744Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:35.629Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6dcb6549-a85c-4270-9ab2-658cf9a05ccc
2021-11-05T11:24:35.629Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_RwSJHB 0 47914950-95be-4359-a844-338e1645c145 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-05T11:24:35.647Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@161c7044, org.onap.sdc.toscaparser.api.parameters.Input@2ec05dc1, org.onap.sdc.toscaparser.api.parameters.Input@592ed58, org.onap.sdc.toscaparser.api.parameters.Input@1e896493, org.onap.sdc.toscaparser.api.parameters.Input@6be2a956]
2021-11-05T11:24:35.649Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:35.649Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:35.649Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-11-05T11:24:35.649Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 69b927ef-8eb8-4f86-a746-6cce842c372c
2021-11-05T11:24:35.650Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 69b927ef-8eb8-4f86-a746-6cce842c372c matches Tosca VF Customization UUID: 69b927ef-8eb8-4f86-a746-6cce842c372c
2021-11-05T11:24:35.650Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 69b927ef-8eb8-4f86-a746-6cce842c372c matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-05T11:24:35.653Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:35.653Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:35.654Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 69b927ef-8eb8-4f86-a746-6cce842c372c: {\"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-11-05T11:24:35.654Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7249f9
2021-11-05T11:24:35.654Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:35.654Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T11:24:35.655Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 56728735-a113-4a8e-9861-7eaccccfa521
2021-11-05T11:24:35.655Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 56728735-a113-4a8e-9861-7eaccccfa521
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-05T11:24:35.657Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:35.658Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is matching search criteria
2021-11-05T11:24:35.658Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RwSJHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:24:35.658Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:35.658Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is matching search criteria
2021-11-05T11:24:35.658Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RwSJHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:24:35.658Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:35.659Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is not matching search criteria
2021-11-05T11:24:35.659Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-05T11:24:35.659Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-05T11:24:35.659Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e807cf73-dbed-44b0-8812-d3a68b26a2a1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-05T11:24:35.661Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:35.661Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is matching search criteria
2021-11-05T11:24:35.661Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RwSJHB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:24:35.662Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:35.662Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RwSJHB 0 is matching search criteria
2021-11-05T11:24:35.662Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RwSJHB 0] matching following query criteria: sdcType=VF, customizationUUID=69b927ef-8eb8-4f86-a746-6cce842c372c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-05T11:24:35.663Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:35.664Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:35.664Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6dcb6549-a85c-4270-9ab2-658cf9a05ccc: basic_onboard_RwSJHB
2021-11-05T11:24:35.664Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:35.665Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:35.665Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:35.665Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:35.665Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:35.666Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:35.666Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:35.666Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:35.666Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:24:35.667Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RwSJHB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:24:35.667Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_RwSJHB
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-05T11:24:35.771Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_RwSJHB 47914950-95be-4359-a844-338e1645c145 1 ASDC deployResourceStructure
2021-11-05T11:24:35.771Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json ASDC sendASDCNotification
2021-11-05T11:24:35.771Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json
2021-11-05T11:24:35.771Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:24:35.772Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:35.777Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:35.777Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111475771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-05T11:24:35.874Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-11-05T11:24:35.874Z||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-11-05T11:24:35.874Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:35.887Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:24:35.887Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:24:36.777Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-05T11:24:36.778Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml
2021-11-05T11:24:36.778Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:24:36.778Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:36.780Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:36.780Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111476777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-05T11:24:36.881Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-05T11:24:36.882Z||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-11-05T11:24:36.882Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:36.895Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:24:36.895Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:37.781Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-05T11:24:37.782Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env
2021-11-05T11:24:37.782Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:24:37.782Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:37.784Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:37.784Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111477781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-05T11:24:37.884Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:24:37.885Z||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-11-05T11:24:37.885Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:37.900Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:24:37.901Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:38.785Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar ASDC sendASDCNotification
2021-11-05T11:24:38.785Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar
2021-11-05T11:24:38.785Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:24:38.786Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:24:38.788Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:24:38.788Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111478785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-05T11:24:38.888Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:24:38.889Z||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-11-05T11:24:38.889Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:24:38.899Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:24:38.900Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:24:39.788Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
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-11-05T11:24:39.799Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
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-11-05T11:24:39.802Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:24:39.802Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:24:39.802Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:25:09.804Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
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-11-05T11:25:09.834Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
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-11-05T11:25:09.837Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:25:09.837Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:25:09.837Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:25:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:25:19.266Z||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-11-05T11:25:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:25:19.297Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:25:19.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:25:19.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "clamp",
"timestamp": 1636111460057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:25:19.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:25:39.838Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
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-11-05T11:25:39.848Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
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-11-05T11:25:39.850Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:25:39.850Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:25:39.850Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:26:09.851Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
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-11-05T11:26:09.886Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
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-11-05T11:26:09.903Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:26:09.903Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:26:09.903Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:26:19.266Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:26:19.274Z||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-11-05T11:26:19.275Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:26:19.301Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:26:19.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:26:19.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "dcae-sch",
"timestamp": 1636111459059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:26:19.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:26:19.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:26:19.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "aai-ml",
"timestamp": 1636111452751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:26:19.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:26:39.904Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
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-11-05T11:26:39.920Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
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-11-05T11:26:39.922Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:26:39.922Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:26:39.922Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:27:09.923Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
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-11-05T11:27:09.932Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
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-11-05T11:27:09.935Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:27:09.935Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-05T11:27:09.935Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-05T11:27:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:27:19.264Z||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-11-05T11:27:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:27:19.794Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:27:19.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111461966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111459262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
"status": "NOTIFIED"
}
2021-11-05T11:27:19.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "clamp",
"timestamp": 1636111460057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
"status": "NOTIFIED"
}
2021-11-05T11:27:19.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "dcae-sch",
"timestamp": 1636111459059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "aai-ml",
"timestamp": 1636111452751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111461966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
"status": "NOTIFIED"
}
2021-11-05T11:27:19.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111459262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-05T11:27:19.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "clamp",
"timestamp": 1636111460057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "aai-ml",
"timestamp": 1636111452751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "dcae-sch",
"timestamp": 1636111459059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "cds",
"timestamp": 1636111463736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111461966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-05T11:27:19.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "clamp",
"timestamp": 1636111460057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111459262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "dcae-sch",
"timestamp": 1636111459059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "aai-ml",
"timestamp": 1636111452751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "cds",
"timestamp": 1636111463736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111461966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "clamp",
"timestamp": 1636111460057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "aai-ml",
"timestamp": 1636111452751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "dcae-sch",
"timestamp": 1636111459059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111459262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-05T11:27:19.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "cds",
"timestamp": 1636111463736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111461966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-05T11:27:19.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111459262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "clamp",
"timestamp": 1636111460057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "dcae-sch",
"timestamp": 1636111459059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "aai-ml",
"timestamp": 1636111452751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "cds",
"timestamp": 1636111463736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111461966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "clamp",
"timestamp": 1636111460057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:27:19.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111459262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:27:19.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "dcae-sch",
"timestamp": 1636111459059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "aai-ml",
"timestamp": 1636111452751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:27:19.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "cds",
"timestamp": 1636111463736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111461966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:27:19.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111469348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.813Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "aai-ml",
"timestamp": 1636111469350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.814Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "cds",
"timestamp": 1636111463736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111469724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.814Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "cds",
"timestamp": 1636111463736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:27:19.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111470833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.815Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "ves-openapi-manager",
"timestamp": 1636111470642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "cds",
"timestamp": 1636111471503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.816Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "policy-id",
"timestamp": 1636111470871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111471939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.816Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111472042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.817Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "ves-openapi-manager",
"timestamp": 1636111470642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "cds",
"timestamp": 1636111472511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-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-11-05T11:27:19.825Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7d4d9334-c974-47ff-974f-4b6bece74e6d
2021-11-05T11:27:19.825Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d4d9334-c974-47ff-974f-4b6bece74e6d 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-11-05T11:27:19.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "policy-id",
"timestamp": 1636111470871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.837Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111472989,
"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-11-05T11:27:19.841Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d4d9334-c974-47ff-974f-4b6bece74e6d
2021-11-05T11:27:19.842Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d4d9334-c974-47ff-974f-4b6bece74e6d 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-11-05T11:27:19.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111473249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.849Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "ves-openapi-manager",
"timestamp": 1636111470642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "policy-id",
"timestamp": 1636111470871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-05T11:27:19.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636111473994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-05T11:27:19.850Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "ves-openapi-manager",
"timestamp": 1636111470642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "policy-id",
"timestamp": 1636111470871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111474625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "ves-openapi-manager",
"timestamp": 1636111470642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "policy-id",
"timestamp": 1636111470871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111475771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-05T11:27:19.853Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "ves-openapi-manager",
"timestamp": 1636111470642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "policy-id",
"timestamp": 1636111470871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111476777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-05T11:27:19.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "ves-openapi-manager",
"timestamp": 1636111470642,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "policy-id",
"timestamp": 1636111470871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:27:19.855Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111477781,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-05T11:27:19.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "aai-ml",
"timestamp": 1636111478345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-05T11:27:19.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "policy-id",
"timestamp": 1636111478752,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.856Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111478785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-05T11:27:19.856Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "aai-ml",
"timestamp": 1636111479349,
"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-11-05T11:27:19.861Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7d4d9334-c974-47ff-974f-4b6bece74e6d
2021-11-05T11:27:19.862Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d4d9334-c974-47ff-974f-4b6bece74e6d 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-11-05T11:27:19.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "policy-id",
"timestamp": 1636111479759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-05T11:27:19.870Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "policy-id",
"timestamp": 1636111480762,
"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-11-05T11:27:19.875Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d4d9334-c974-47ff-974f-4b6bece74e6d
2021-11-05T11:27:19.875Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d4d9334-c974-47ff-974f-4b6bece74e6d 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-11-05T11:27:19.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "clamp",
"timestamp": 1636111481352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636111481009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636111481009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/basic_onboard_rwsjhb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "clamp",
"timestamp": 1636111483360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-05T11:27:19.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636111481009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "clamp",
"timestamp": 1636111484365,
"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-11-05T11:27:19.888Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7d4d9334-c974-47ff-974f-4b6bece74e6d
2021-11-05T11:27:19.888Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d4d9334-c974-47ff-974f-4b6bece74e6d 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-11-05T11:27:19.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636111481009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636111481009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/resourceInstances/basic_onboard_rwsjhb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636111481009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:27:19.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636111481009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:27:19.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-11-05T11:27:19.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636111488777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:27:19.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636111491253,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRwsjhb/1.0/artifacts/service-BasicOnboardRwsjhb-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-05T11:27:19.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:27:19.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:27:19.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636111492259,
"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-11-05T11:27:19.904Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7d4d9334-c974-47ff-974f-4b6bece74e6d
2021-11-05T11:27:19.904Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d4d9334-c974-47ff-974f-4b6bece74e6d 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-11-05T11:27:39.937Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
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-11-05T11:27:39.960Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d
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-11-05T11:27:39.964Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:27:39.964Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-05T11:27:39.964Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-05T11:27:39.964Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-05T11:27:39.964Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-05T11:27:39.964Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-05T11:27:39.964Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-05T11:27:39.965Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-05T11:27:39.965Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-05T11:27:39.965Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-05T11:27:39.965Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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-11-05T11:27:39.974Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-05T11:28:09.974Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d 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-11-05T11:28:09.982Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7d4d9334-c974-47ff-974f-4b6bece74e6d and serviceModelVersionId: 6dcb6549-a85c-4270-9ab2-658cf9a05ccc
2021-11-05T11:28:09.982Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d0d2bde-c352-4de3-a360-48ce8e5d87df
2021-11-05T11:28:09.984Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d0d2bde-c352-4de3-a360-48ce8e5d87df/model-vers/model-ver/6dcb6549-a85c-4270-9ab2-658cf9a05ccc?depth=0
2021-11-05T11:28:09.992Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-11-05T11:28:10.060Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0d2bde-c352-4de3-a360-48ce8e5d87df/model-vers/model-ver/6dcb6549-a85c-4270-9ab2-658cf9a05ccc?depth=0|INFO|500||Invoke
2021-11-05T11:28:10.061Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0d2bde-c352-4de3-a360-48ce8e5d87df/model-vers/model-ver/6dcb6549-a85c-4270-9ab2-658cf9a05ccc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0d2bde-c352-4de3-a360-48ce8e5d87df/model-vers/model-ver/6dcb6549-a85c-4270-9ab2-658cf9a05ccc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7d4d9334-c974-47ff-974f-4b6bece74e6d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e7c8a7e1-6920-471e-b961-15bb925baddf], X-ECOMP-RequestID=[7d4d9334-c974-47ff-974f-4b6bece74e6d], X-TransactionId=[], X-ONAP-RequestID=[7d4d9334-c974-47ff-974f-4b6bece74e6d], Content-Type=[application/merge-patch+json]}
2021-11-05T11:28:10.097Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0d2bde-c352-4de3-a360-48ce8e5d87df/model-vers/model-ver/6dcb6549-a85c-4270-9ab2-658cf9a05ccc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-05T11:28:10.296Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0d2bde-c352-4de3-a360-48ce8e5d87df/model-vers/model-ver/6dcb6549-a85c-4270-9ab2-658cf9a05ccc?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0d2bde-c352-4de3-a360-48ce8e5d87df/model-vers/model-ver/6dcb6549-a85c-4270-9ab2-658cf9a05ccc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211105-11:28:10:107-20811], vertex-id=[159832], Content-Length=[0], Date=[Fri, 05 Nov 2021 11:28:10 GMT], Content-Type=[application/json]}
2021-11-05T11:28:10.296Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0d2bde-c352-4de3-a360-48ce8e5d87df/model-vers/model-ver/6dcb6549-a85c-4270-9ab2-658cf9a05ccc?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-05T11:28:10.297Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d0d2bde-c352-4de3-a360-48ce8e5d87df/model-vers/model-ver/6dcb6549-a85c-4270-9ab2-658cf9a05ccc?depth=0|INFO|500||InvokeReturn
2021-11-05T11:28:10.297Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-05T11:28:10.297Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-05T11:28:10.303Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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-11-05T11:28:10.303Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7d4d9334-c974-47ff-974f-4b6bece74e6d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-05T11:28:10.303Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-05T11:28:10.304Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:28:10.308Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:28:10.308Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111690303,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T11:28:10.408Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:28:10.410Z||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-11-05T11:28:10.410Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:28:10.423Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:28:10.424Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 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-11-05T11:28:11.321Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:28:11.322Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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-11-05T11:28:11.322Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:28:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:28:19.264Z||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-11-05T11:28:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:28:19.886Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:28:19.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-05T11:28:19.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7d4d9334-c974-47ff-974f-4b6bece74e6d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636111690303,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T11:28:19.888Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:28:21.746Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:28:21.746Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:28:21.747Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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-11-05T11:28:21.748Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:28:31.290Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:28:31.291Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:28:31.292Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T11:28:31.292Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:28:40.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:28:40.835Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:28:40.835Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T11:28:40.835Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:28:50.376Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:29:19.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:29:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:29:19.266Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T11:29:19.266Z||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-11-05T11:29:19.267Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:29:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:29:28.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:29:28.814Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:30:19.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:30:19.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:30:19.283Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T11:30:19.283Z||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-11-05T11:30:19.284Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:30:19.284Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:30:28.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:30:28.834Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:31:19.261Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:31:19.263Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-05T11:31:19.263Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:31:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:31:19.263Z||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-11-05T11:31:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:31:28.816Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:31:28.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:32:19.265Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:32:19.266Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:32:19.267Z||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-11-05T11:32:19.267Z||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-11-05T11:32:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:32:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:32:28.808Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:32:28.815Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:33:19.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:33:19.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:33:19.265Z||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-11-05T11:33:19.265Z||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-11-05T11:33:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:33:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:33:28.811Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:33:28.811Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:34:19.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:34:19.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:34:19.268Z||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-11-05T11:34:19.269Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:34:19.268Z||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-11-05T11:34:19.269Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:34:28.819Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:34:28.821Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:35:19.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:35:19.263Z||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-11-05T11:35:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:35:19.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:35:19.263Z||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-11-05T11:35:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:35:28.825Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:35:28.823Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:36:19.261Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:36:19.263Z||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-11-05T11:36:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:36:19.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:36:19.269Z||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-11-05T11:36:19.269Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:36:28.843Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:36:28.843Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:37:19.263Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:37:19.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:37:19.266Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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-11-05T11:37:19.266Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:37:19.267Z||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-11-05T11:37:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:37:28.810Z|7d4d9334-c974-47ff-974f-4b6bece74e6d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:37:28.810Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:38:19.264Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:38:19.266Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:38:19.270Z||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-11-05T11:38:19.270Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:38:19.270Z||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-11-05T11:38:19.270Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:38:28.821Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:38:28.831Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:39:19.261Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:39:19.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:39:19.264Z||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-11-05T11:39:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:39:19.265Z||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-11-05T11:39:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:39:28.812Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:39:28.810Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:40:19.261Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:40:19.263Z||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-11-05T11:40:19.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:40:19.263Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:40:19.263Z||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-11-05T11:40:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:40:28.804Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:40:28.808Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:41:19.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:41:19.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:41:19.266Z||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-11-05T11:41:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:41:19.266Z||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-11-05T11:41:19.266Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:41:28.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:41:28.815Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:42:19.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:42:19.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:42:19.275Z||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-11-05T11:42:19.275Z||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-11-05T11:42:19.276Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:42:19.276Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:42:28.825Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:42:28.823Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:43:19.261Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:43:19.262Z||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-11-05T11:43:19.262Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:43:19.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:43:19.263Z||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-11-05T11:43:19.264Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:43:28.802Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:43:28.806Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:44:19.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:44:19.264Z||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-11-05T11:44:19.264Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:44:19.265Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:44:19.267Z||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-11-05T11:44:19.268Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:44:28.805Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:44:28.815Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:45:19.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:45:19.265Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:45:19.267Z||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-11-05T11:45:19.267Z||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-11-05T11:45:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:45:19.267Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:45:19.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:45:19.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"b5439bad-03f2-4123-95bc-5be66f47a7e1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c7748074-133f-456e-a79c-9caf5d357130","serviceDescription":"service","serviceInvariantUUID":"3860e9ae-a2cb-4281-95f2-eab1eba1358e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ec0edc31-38e6-436e-9e9d-b9733162d3d8","resourceInvariantUUID":"30dcd60f-e4e8-484c-af9e-73995de7f3e5","resourceCustomizationUUID":"eb6759d6-a8ff-4f0b-bd39-f9422dd45a1a","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":"N2EyZWI2MmQ3N2UyZjg5M2E5M2JhNzI5Y2FlMTM4ZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6ee7edf9-4f7d-4ce5-91ae-7cf50022d470","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWUwZjVmOTRjNDRiMzM1NjVmZmEwMmUzMTJiMDBkNWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f6e1981f-b737-4c27-96a9-2951ca29b7ef","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-05T11:45:19.904Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:45:19.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "cds",
"timestamp": 1636112678748,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:45:19.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-05T11:45:19.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "dcae-sch",
"timestamp": 1636112679061,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:45:19.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-05T11:45:19.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636112681008,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:45:19.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-05T11:45:19.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636112681965,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:45:19.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-05T11:45:19.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "cds",
"timestamp": 1636112678748,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:45:19.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-05T11:45:19.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "dcae-sch",
"timestamp": 1636112679061,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:45:19.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-05T11:45:19.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636112681008,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:45:19.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-05T11:45:19.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "aai-ml",
"timestamp": 1636112682752,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:45:19.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-05T11:45:19.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636112681965,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:45:19.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-05T11:45:19.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "aai-ml",
"timestamp": 1636112682752,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:45:19.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-05T11:45:19.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.912Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:45:19.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636112684825,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:45:19.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:45:19.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.913Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:45:19.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "cds",
"timestamp": 1636112684928,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:45:19.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:45:19.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "aai-ml",
"timestamp": 1636112685542,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:45:19.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:45:19.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "cds",
"timestamp": 1636112685933,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-11-05T11:45:19.918Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:45:19.919Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636112719262,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
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-11-05T11:45:19.935Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b5439bad-03f2-4123-95bc-5be66f47a7e1
2021-11-05T11:45:19.935Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5439bad-03f2-4123-95bc-5be66f47a7e1 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-11-05T11:45:19.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636112686454,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-05T11:45:19.951Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:45:19.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636112687457,
"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-11-05T11:45:19.964Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b5439bad-03f2-4123-95bc-5be66f47a7e1
2021-11-05T11:45:19.964Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5439bad-03f2-4123-95bc-5be66f47a7e1 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-11-05T11:45:19.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "aai-ml",
"timestamp": 1636112690229,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-05T11:45:19.978Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:45:19.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "clamp",
"timestamp": 1636112690057,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:45:19.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-05T11:45:19.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "aai-ml",
"timestamp": 1636112691233,
"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-11-05T11:45:19.984Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b5439bad-03f2-4123-95bc-5be66f47a7e1
2021-11-05T11:45:19.984Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5439bad-03f2-4123-95bc-5be66f47a7e1 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-11-05T11:45:19.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "ves-openapi-manager",
"timestamp": 1636112690644,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:45:19.992Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-05T11:45:19.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "policy-id",
"timestamp": 1636112690871,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:45:19.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-05T11:45:19.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "clamp",
"timestamp": 1636112690057,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:45:19.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-05T11:45:19.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "ves-openapi-manager",
"timestamp": 1636112690644,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:45:19.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-05T11:45:19.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "policy-id",
"timestamp": 1636112690871,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:45:19.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-05T11:45:19.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "policy-id",
"timestamp": 1636112693825,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:45:19.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:45:19.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "policy-id",
"timestamp": 1636112694834,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-05T11:45:19.998Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:45:19.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:19.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "policy-id",
"timestamp": 1636112695837,
"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-11-05T11:45:20.003Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5439bad-03f2-4123-95bc-5be66f47a7e1
2021-11-05T11:45:20.003Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5439bad-03f2-4123-95bc-5be66f47a7e1 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-11-05T11:45:20.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:20.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "clamp",
"timestamp": 1636112698537,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:45:20.013Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:45:20.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:20.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "clamp",
"timestamp": 1636112700546,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-05T11:45:20.014Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-05T11:45:20.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:45:20.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "clamp",
"timestamp": 1636112701548,
"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-11-05T11:45:20.019Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:45:20.020Z||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-11-05T11:45:20.020Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:45:20.020Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b5439bad-03f2-4123-95bc-5be66f47a7e1
2021-11-05T11:45:20.020Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5439bad-03f2-4123-95bc-5be66f47a7e1 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-11-05T11:45:20.033Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:45:20.034Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:45:20.925Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:45:20.926Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:45:20.928Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:45:20.928Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636112719262,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:45:21.028Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:45:21.029Z||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-11-05T11:45:21.029Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:45:21.042Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:45:21.042Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:45:21.930Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "c7748074-133f-456e-a79c-9caf5d357130",
"serviceDescription": "service",
"serviceInvariantUUID": "3860e9ae-a2cb-4281-95f2-eab1eba1358e",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "eb6759d6-a8ff-4f0b-bd39-f9422dd45a1a",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "ec0edc31-38e6-436e-9e9d-b9733162d3d8",
"resourceInvariantUUID": "30dcd60f-e4e8-484c-af9e-73995de7f3e5",
"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": "ZWUwZjVmOTRjNDRiMzM1NjVmZmEwMmUzMTJiMDBkNWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f6e1981f-b737-4c27-96a9-2951ca29b7ef"
}
],
"workloadContext": "Production"
}
2021-11-05T11:45:21.930Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T11:45:21.931Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7748074-133f-456e-a79c-9caf5d357130 ASDC
2021-11-05T11:45:21.932Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b5439bad-03f2-4123-95bc-5be66f47a7e1
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c7748074-133f-456e-a79c-9caf5d357130
ServiceInvariantUUID:3860e9ae-a2cb-4281-95f2-eab1eba1358e
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:f6e1981f-b737-4c27-96a9-2951ca29b7ef
ArtifactChecksum:ZWUwZjVmOTRjNDRiMzM1NjVmZmEwMmUzMTJiMDBkNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:eb6759d6-a8ff-4f0b-bd39-f9422dd45a1a
ResourceInvariantUUID:30dcd60f-e4e8-484c-af9e-73995de7f3e5
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ec0edc31-38e6-436e-9e9d-b9733162d3d8
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-11-05T11:45:21.933Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7748074-133f-456e-a79c-9caf5d357130 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-11-05T11:45:21.959Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:45:21.960Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-05T11:45:21.960Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-05T11:45:21.961Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f6e1981f-b737-4c27-96a9-2951ca29b7ef from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-05T11:45:21.961Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-05T11:45:21.961Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-05T11:45:22.350Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-05T11:45:22.352Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f6e1981f-b737-4c27-96a9-2951ca29b7ef 52485
2021-11-05T11:45:22.352Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-05T11:45:22.352Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-05T11:45:22.352Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:45:22.353Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:45:22.355Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:45:22.355Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636112722352,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:45:22.455Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:45:22.456Z||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-11-05T11:45:22.456Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:45:22.467Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:45:22.467Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:45:23.356Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:45:23.357Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-05T11:45:23.358Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f6e1981f-b737-4c27-96a9-2951ca29b7ef, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-05T11:45:23.358Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-05T11:45:23.358Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-05T11:45:23.359Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-05T11:45:23.493Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6588411388287827596/Definitions/service-BasicNetwork-template.yml
2021-11-05T11:45:24.000Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T11:45:24.000Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-05T11:45:24.000Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-05T11:45:24.000Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-05T11:45:24.001Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||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-11-05T11:45:24.005Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||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-11-05T11:45:24.005Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||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-11-05T11:45:24.005Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||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-11-05T11:45:24.005Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||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-11-05T11:45:24.006Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||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-11-05T11:45:24.006Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||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-11-05T11:45:24.006Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||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-11-05T11:45:24.006Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-05T11:45:24.006Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:45:24.006Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.007Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-05T11:45:24.007Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-05T11:45:24.007Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:45:24.007Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:45:24.007Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.007Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-05T11:45:24.008Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-05T11:45:24.008Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:45:24.008Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:45:24.008Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.008Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:45:24.008Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.009Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:45:24.009Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.009Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:45:24.009Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.009Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:45:24.010Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.010Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:c7748074-133f-456e-a79c-9caf5d357130
Model Version:NULL
Model InvariantUuid:3860e9ae-a2cb-4281-95f2-eab1eba1358e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:30dcd60f-e4e8-484c-af9e-73995de7f3e5
Model UUID:317ccfb3-04b2-46d4-a57c-cb6f19a7057a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:eb6759d6-a8ff-4f0b-bd39-f9422dd45a1a
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-05T11:45:24.015Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: ec0edc31-38e6-436e-9e9d-b9733162d3d8
2021-11-05T11:45:24.016Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||No resources found for Service: c7748074-133f-456e-a79c-9caf5d357130
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-05T11:45:24.022Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||
2021-11-05T11:45:24.022Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-11-05T11:45:24.023Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||No resources found for Service: c7748074-133f-456e-a79c-9caf5d357130
2021-11-05T11:45:24.023Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c7748074-133f-456e-a79c-9caf5d357130
2021-11-05T11:45:24.024Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-11-05T11:45:24.024Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-05T11:45:24.028Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f8d95bd, org.onap.sdc.toscaparser.api.parameters.Input@501389f2, org.onap.sdc.toscaparser.api.parameters.Input@7ddd2b22, org.onap.sdc.toscaparser.api.parameters.Input@7a0e276c, org.onap.sdc.toscaparser.api.parameters.Input@69bd65ed]
2021-11-05T11:45:24.030Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:45:24.030Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.030Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:45:24.031Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.031Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c7748074-133f-456e-a79c-9caf5d357130: Generic NeutronNet
2021-11-05T11:45:24.031Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:45:24.031Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.032Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:45:24.032Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-11-05T11:45:24.062Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:45:24.063Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.063Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:45:24.063Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.063Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:45:24.064Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:45:24.064Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-05T11:45:24.110Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-11-05T11:45:24.111Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-05T11:45:24.111Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-05T11:45:24.111Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-05T11:45:24.111Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:45:24.113Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:45:24.113Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636112724111,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-05T11:45:24.213Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:45:24.214Z||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-11-05T11:45:24.214Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:45:24.224Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:45:24.225Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:45:25.113Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5439bad-03f2-4123-95bc-5be66f47a7e1
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-11-05T11:45:25.125Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5439bad-03f2-4123-95bc-5be66f47a7e1
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-11-05T11:45:25.128Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-05T11:45:25.128Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-05T11:45:25.128Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-05T11:45:25.128Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-05T11:45:25.128Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-05T11:45:25.128Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-05T11:45:25.128Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-05T11:45:25.128Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-05T11:45:25.128Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-05T11:45:25.128Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-05T11:45:25.129Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||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-11-05T11:45:25.139Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-05T11:45:55.139Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b5439bad-03f2-4123-95bc-5be66f47a7e1 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-11-05T11:45:55.147Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b5439bad-03f2-4123-95bc-5be66f47a7e1 and serviceModelVersionId: c7748074-133f-456e-a79c-9caf5d357130
2021-11-05T11:45:55.147Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3860e9ae-a2cb-4281-95f2-eab1eba1358e
2021-11-05T11:45:55.149Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3860e9ae-a2cb-4281-95f2-eab1eba1358e/model-vers/model-ver/c7748074-133f-456e-a79c-9caf5d357130?depth=0
2021-11-05T11:45:55.155Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-11-05T11:45:55.218Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3860e9ae-a2cb-4281-95f2-eab1eba1358e/model-vers/model-ver/c7748074-133f-456e-a79c-9caf5d357130?depth=0|INFO|500||Invoke
2021-11-05T11:45:55.218Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3860e9ae-a2cb-4281-95f2-eab1eba1358e/model-vers/model-ver/c7748074-133f-456e-a79c-9caf5d357130?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3860e9ae-a2cb-4281-95f2-eab1eba1358e/model-vers/model-ver/c7748074-133f-456e-a79c-9caf5d357130?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b5439bad-03f2-4123-95bc-5be66f47a7e1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89695ffc-d30c-4b2f-8d00-2a6c809ffa4a], X-ECOMP-RequestID=[b5439bad-03f2-4123-95bc-5be66f47a7e1], X-TransactionId=[], X-ONAP-RequestID=[b5439bad-03f2-4123-95bc-5be66f47a7e1], Content-Type=[application/merge-patch+json]}
2021-11-05T11:45:55.240Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3860e9ae-a2cb-4281-95f2-eab1eba1358e/model-vers/model-ver/c7748074-133f-456e-a79c-9caf5d357130?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-05T11:45:56.041Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3860e9ae-a2cb-4281-95f2-eab1eba1358e/model-vers/model-ver/c7748074-133f-456e-a79c-9caf5d357130?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3860e9ae-a2cb-4281-95f2-eab1eba1358e/model-vers/model-ver/c7748074-133f-456e-a79c-9caf5d357130?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211105-11:45:55:247-44655], vertex-id=[172120], Content-Length=[0], Date=[Fri, 05 Nov 2021 11:45:55 GMT], Content-Type=[application/json]}
2021-11-05T11:45:56.042Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3860e9ae-a2cb-4281-95f2-eab1eba1358e/model-vers/model-ver/c7748074-133f-456e-a79c-9caf5d357130?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-05T11:45:56.043Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3860e9ae-a2cb-4281-95f2-eab1eba1358e/model-vers/model-ver/c7748074-133f-456e-a79c-9caf5d357130?depth=0|INFO|500||InvokeReturn
2021-11-05T11:45:56.043Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-05T11:45:56.043Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-05T11:45:56.047Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||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-11-05T11:45:56.048Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b5439bad-03f2-4123-95bc-5be66f47a7e1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-05T11:45:56.048Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-05T11:45:56.048Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:45:56.050Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:45:56.050Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636112756048,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-05T11:45:56.150Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:45:56.151Z||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-11-05T11:45:56.151Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:45:56.164Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:45:56.165Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 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-11-05T11:46:19.263Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:46:19.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-05T11:46:19.269Z||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-11-05T11:46:19.269Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|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-11-05T11:46:19.269Z||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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:19.269Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|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 BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:19.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:46:19.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-05T11:46:19.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b5439bad-03f2-4123-95bc-5be66f47a7e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636112719262,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:46:19.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-11-05T11:46:19.896Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:46:19.896Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-05T11:46:19.896Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"91c724a9-59ae-4167-9855-feaca018cb2e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"57aab720-75b2-4f69-81b4-076b3a1be3d7","serviceDescription":"service","serviceInvariantUUID":"f51e2909-3236-4333-8ba8-f79bcce42df3","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8f13adeb-59e0-41fb-96ce-040b1e4559e8","resourceInvariantUUID":"a23091e7-ae79-498c-8120-7dfed43144a9","resourceCustomizationUUID":"dc671eb4-efaa-4303-b667-387f06d911f1","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":"OGQzZmRhNDVjMzc2ODNhMWVmZjc1NGU0M2MzZTdhN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb8a4546-764a-4111-9b0b-82b2ad15bcf6","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":"NDc4NDMyZDc3NDQ0OWRiYjcwZmQ2OTEwYjc2NTUxZTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3951e40-86a2-4b2c-9f47-2838b7dbd7e7","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5bb1d552-b56f-40ee-8dce-ea8ff1c2685c","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":"06991e2d-076f-430f-bdd2-ccc419fb2bc3","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d50a304b-fd10-4dac-9b39-1d66e1e25084","artifactVersion":"2","generatedFromUUID":"5bb1d552-b56f-40ee-8dce-ea8ff1c2685c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MWVjNzA3NTAxNjZjZDQ4ZDk0YTcyZWM1MzNkODA5ZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9937182e-db18-4f15-85f5-c7cdbe56380e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODc3M2QxMWY4NmJjMjIwODdkYjRjN2MyN2VmYmYwZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1d887fd9-494c-4b44-b929-a57b26851dbb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-05T11:46:19.901Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:46:19.901Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:19.909Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:19.910Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636112779262,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:46:20.009Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-05T11:46:20.010Z||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-11-05T11:46:20.011Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:20.021Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:46:20.021Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:46:20.910Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:46:20.911Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:20.912Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:20.913Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636112779262,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-11-05T11:46:21.013Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:46:21.014Z||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-11-05T11:46:21.014Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:21.024Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:46:21.024Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:46:21.913Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:46:21.914Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:21.915Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:21.916Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636112779262,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-05T11:46:22.016Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:46:22.017Z||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-11-05T11:46:22.017Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:22.034Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:46:22.035Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:46:22.916Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:46:22.917Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:22.919Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:22.919Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636112779262,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:46:23.019Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:46:23.020Z||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-11-05T11:46:23.020Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:23.033Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:46:23.033Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:46:23.920Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:46:23.920Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:23.923Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:23.923Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636112779262,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-11-05T11:46:24.023Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:46:24.024Z||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-11-05T11:46:24.024Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:24.038Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:46:24.038Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:46:24.923Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:46:24.924Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:24.927Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:24.927Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636112779262,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-05T11:46:25.027Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:46:25.028Z||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-11-05T11:46:25.028Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:25.040Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:46:25.041Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:46:25.927Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-05T11:46:25.928Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:25.930Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:25.930Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636112779262,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-05T11:46:26.030Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:46:26.031Z||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-11-05T11:46:26.031Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:26.042Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:46:26.042Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-05T11:46:26.932Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "57aab720-75b2-4f69-81b4-076b3a1be3d7",
"serviceDescription": "service",
"serviceInvariantUUID": "f51e2909-3236-4333-8ba8-f79bcce42df3",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "dc671eb4-efaa-4303-b667-387f06d911f1",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8f13adeb-59e0-41fb-96ce-040b1e4559e8",
"resourceInvariantUUID": "a23091e7-ae79-498c-8120-7dfed43144a9",
"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": "NDc4NDMyZDc3NDQ0OWRiYjcwZmQ2OTEwYjc2NTUxZTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a3951e40-86a2-4b2c-9f47-2838b7dbd7e7",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5bb1d552-b56f-40ee-8dce-ea8ff1c2685c",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d50a304b-fd10-4dac-9b39-1d66e1e25084",
"generatedFromUUID": "5bb1d552-b56f-40ee-8dce-ea8ff1c2685c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d50a304b-fd10-4dac-9b39-1d66e1e25084",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ODc3M2QxMWY4NmJjMjIwODdkYjRjN2MyN2VmYmYwZTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1d887fd9-494c-4b44-b929-a57b26851dbb"
}
],
"workloadContext": "Production"
}
2021-11-05T11:46:26.933Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-05T11:46:26.933Z|b5439bad-03f2-4123-95bc-5be66f47a7e1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57aab720-75b2-4f69-81b4-076b3a1be3d7 ASDC
2021-11-05T11:46:26.934Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:91c724a9-59ae-4167-9855-feaca018cb2e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:57aab720-75b2-4f69-81b4-076b3a1be3d7
ServiceInvariantUUID:f51e2909-3236-4333-8ba8-f79bcce42df3
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:1d887fd9-494c-4b44-b929-a57b26851dbb
ArtifactChecksum:ODc3M2QxMWY4NmJjMjIwODdkYjRjN2MyN2VmYmYwZTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:dc671eb4-efaa-4303-b667-387f06d911f1
ResourceInvariantUUID:a23091e7-ae79-498c-8120-7dfed43144a9
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:8f13adeb-59e0-41fb-96ce-040b1e4559e8
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:a3951e40-86a2-4b2c-9f47-2838b7dbd7e7
ArtifactChecksum:NDc4NDMyZDc3NDQ0OWRiYjcwZmQ2OTEwYjc2NTUxZTE=
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:5bb1d552-b56f-40ee-8dce-ea8ff1c2685c
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:d50a304b-fd10-4dac-9b39-1d66e1e25084
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:d50a304b-fd10-4dac-9b39-1d66e1e25084
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-05T11:46:26.934Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57aab720-75b2-4f69-81b4-076b3a1be3d7 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-11-05T11:46:27.038Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:46:27.039Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-05T11:46:27.039Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-05T11:46:27.040Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1d887fd9-494c-4b44-b929-a57b26851dbb from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-05T11:46:27.040Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-05T11:46:27.040Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-05T11:46:27.228Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-05T11:46:27.231Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1d887fd9-494c-4b44-b929-a57b26851dbb 71042
2021-11-05T11:46:27.232Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-05T11:46:27.232Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-05T11:46:27.232Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-05T11:46:27.232Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-05T11:46:27.234Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-05T11:46:27.234Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "91c724a9-59ae-4167-9855-feaca018cb2e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636112787232,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-05T11:46:27.334Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-05T11:46:27.335Z||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-11-05T11:46:27.336Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BCCbvbD1EPBL8nT7) ...
2021-11-05T11:46:27.352Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-05T11:46:27.353Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-11-05T11:46:28.238Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-05T11:46:28.240Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-05T11:46:28.241Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1d887fd9-494c-4b44-b929-a57b26851dbb, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-05T11:46:28.241Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-11-05T11:46:28.242Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-05T11:46:28.242Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-11-05T11:46:28.526Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9110803625542049158/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-11-05T11:46:29.860Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-05T11:46:29.861Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-05T11:46:29.861Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-05T11:46:29.862Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-05T11:46:29.862Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-05T11:46:29.862Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:29.862Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:29.862Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:29.862Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:29.862Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:29.863Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:29.863Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:29.863Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||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-11-05T11:46:29.863Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-05T11:46:29.863Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:46:29.863Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:46:29.863Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T11:46:29.865Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-05T11:46:29.865Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:46:29.866Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:46:29.866Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:46:29.866Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T11:46:29.866Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-05T11:46:29.867Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-05T11:46:29.867Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:46:29.867Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-05T11:46:29.868Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:46:29.868Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-05T11:46:29.868Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-05T11:46:29.868Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-05T11:46:29.869Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-05T11:46:29.869Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-05T11:46:29.869Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-05T11:46:29.870Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:46:29.870Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-05T11:46:29.871Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:46:29.871Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T11:46:29.872Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:46:29.873Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:46:29.874Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T11:46:29.875Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:46:29.875Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-05T11:46:29.875Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-05T11:46:29.875Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-05T11:46:29.876Z|91c724a9-59ae-4167-9855-feaca018cb2e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery