By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-09-28T07:08:58.548Z||main|||||INFO|500||The following profiles are active: basic
2021-09-28T07:09:19.820Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-28T07:09:19.821Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-28T07:09:19.947Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-28T07:09:25.111Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-28T07:09:25.757Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-28T07:09:26.777Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-28T07:09:26.785Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-28T07:09:26.985Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-28T07:09:27.310Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-28T07:09:27.987Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-28T07:09:32.792Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-28T07:09:35.130Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-28T07:09:35.188Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-28T07:09:35.751Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-28T07:09:35.922Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-09-28T07:09:37.174Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-28T07:09:38.254Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-28T07:09:38.276Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$d2f5c2ba.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-09-28T07:09:38.277Z||main|||||WARN|500||The sdc end point is not alive
2021-09-28T07:09:41.974Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-09-28T07:09:45.268Z||main|||||WARN|500||---
2021-09-28T07:09:45.268Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-28T07:09:45.269Z||main|||||WARN|500||---
2021-09-28T07:09:45.904Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-28T07:09:51.371Z||main|||||INFO|500||Started Application in 57.034 seconds (JVM running for 62.411)
2021-09-28T07:09:51.401Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-28T07:09:51.402Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-28T07:09:51.419Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-28T07:09:51.448Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-28T07:09:51.495Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f3cdc948-5502-44b5-8121-868685a7deb4 url= /sdc/v1/artifactTypes
2021-09-28T07:09:51.495Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-28T07:09:51.782Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-28T07:09:51.805Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-28T07:09:51.828Z||scheduling-1|||||DEBUG|500||create keys
2021-09-28T07:09:51.836Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-28T07:09:51.893Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:09:51.912Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e3ba4c60-5ca5-4611-8d04-4db48208f5dc url= /sdc/v1/registerForDistribution
2021-09-28T07:09:52.080Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e3ba4c60-5ca5-4611-8d04-4db48208f5dc url= /sdc/v1/registerForDistribution
2021-09-28T07:09:52.080Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-28T07:09:52.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:09:52.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:09:52.098Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-28T07:09:52.101Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:09:52.102Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:09:52.102Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:09:52.103Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:10:02.431Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:10:02.441Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:10:52.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:10:52.088Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:10:52.088Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:10:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:10:52.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:10:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:11:01.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:11:01.653Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:11:52.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:11:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:11:52.090Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:11:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:11:52.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:11:52.091Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ...
2021-09-28T07:12:01.642Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:12:01.644Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:12:52.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:12:52.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:12:52.096Z||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-09-28T07:12:52.096Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:12:52.097Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:12:52.097Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:13:01.653Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:13:01.660Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:13:52.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:13:52.088Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:13:52.088Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:13:52.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:13:52.091Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:13:52.092Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:14:01.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:14:01.655Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:14:52.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:14:52.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:14:52.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:14:52.092Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:14:52.093Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:14:52.093Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:15:01.696Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:15:01.696Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:15:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:15:52.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:15:52.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:15:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:15:52.091Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:15:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:16:01.646Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:16:01.653Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:16:52.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:16:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:16:52.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:16:52.094Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:16:52.098Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:16:52.098Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:17:01.651Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:17:01.670Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:17:52.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:17:52.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:17:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:17:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:17:52.090Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:17:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:18:01.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:18:01.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:18:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:18:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:18:52.095Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:18:52.095Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:18:52.095Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:18:52.095Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:19:01.648Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:19:01.649Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:19:17.675Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-28T07:19:52.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:19:52.088Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:19:52.088Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:19:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:19:52.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:19:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:20:01.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:20:01.649Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:20:52.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:20:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:20:52.092Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:20:52.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:20:52.092Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:20:52.092Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:21:01.654Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:21:01.695Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:21:52.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:21:52.091Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:21:52.094Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:21:52.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:21:52.095Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:21:52.095Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:22:01.669Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:22:01.704Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:22:52.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:22:52.088Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:22:52.088Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:22:52.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:22:52.089Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:22:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:23:01.650Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:23:01.650Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:23:52.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:23:52.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:23:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:23:52.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:23:52.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:23:52.093Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:24:01.662Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:24:01.660Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:24:52.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:24:52.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:24:52.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:24:52.091Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:24:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:24:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:25:01.647Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:25:01.648Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:25:52.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:25:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:25:52.096Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:25:52.096Z||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-09-28T07:25:52.097Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:25:52.097Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:26:01.647Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:26:01.651Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:26:52.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:26:52.088Z||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-09-28T07:26:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:26:52.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:26:52.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:26:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:27:01.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:27:01.643Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:27:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:27:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:27:52.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:27:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:27:52.091Z||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-09-28T07:27:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:28:01.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:28:01.658Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:28:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:28:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:28:52.094Z||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-09-28T07:28:52.094Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:28:52.094Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:28:52.094Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:29:01.638Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:29:01.655Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:29:52.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:29:52.088Z||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-09-28T07:29:52.088Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:29:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:29:52.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:29:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:30:01.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:30:01.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:30:52.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:30:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:30:52.092Z||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-09-28T07:30:52.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:30:52.093Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:30:52.093Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:31:01.652Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:31:01.657Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:31:52.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:31:52.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:31:52.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:31:52.089Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:31:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:31:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:32:01.642Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:32:01.645Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:32:52.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:32:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:32:52.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:32:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:32:52.090Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:32:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:33:01.642Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:33:01.645Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:33:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:33:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:33:52.092Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:33:52.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:33:52.092Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:33:52.092Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:34:01.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:34:01.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:34:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:34:52.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:34:52.092Z||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-09-28T07:34:52.092Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:34:52.092Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:34:52.092Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:35:01.652Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:35:01.654Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:35:52.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:35:52.088Z||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-09-28T07:35:52.088Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:35:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:35:52.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:35:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:36:01.640Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:36:01.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:36:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:36:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:36:52.090Z||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-09-28T07:36:52.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:36:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:36:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:37:01.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:37:01.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:37:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:37:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:37:52.095Z||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-09-28T07:37:52.095Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:37:52.095Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:37:52.095Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:38:01.644Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:38:01.652Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:38:52.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:38:52.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:38:52.093Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:38:52.093Z||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-09-28T07:38:52.094Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:38:52.094Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:39:01.641Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:39:01.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:39:52.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:39:52.088Z||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-09-28T07:39:52.088Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:39:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:39:52.089Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:39:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:40:01.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:40:01.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:40:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:40:52.089Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:40:52.090Z||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-09-28T07:40:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:40:52.091Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:40:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:41:01.634Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:41:01.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:41:52.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:41:52.088Z||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-09-28T07:41:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:41:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:41:52.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:41:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:42:01.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:42:01.672Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:42:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:42:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:42:52.090Z||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-09-28T07:42:52.090Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:42:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:42:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:43:01.650Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:43:01.650Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:43:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:43:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:43:52.096Z||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-09-28T07:43:52.096Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:43:52.095Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:43:52.096Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:44:01.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:44:01.650Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:44:52.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:44:52.088Z||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-09-28T07:44:52.088Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:44:52.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:44:52.089Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:44:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:45:01.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:45:01.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:45:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:45:52.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:45:52.092Z||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-09-28T07:45:52.092Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:45:52.092Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:45:52.092Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:46:01.644Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:46:01.663Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:46:52.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:46:52.088Z||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-09-28T07:46:52.088Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:46:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:46:52.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:46:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:47:01.635Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:47:01.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:47:52.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:47:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:47:52.089Z||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-09-28T07:47:52.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:47:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:47:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:48:01.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:48:01.630Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:48:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:48:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:48:52.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:48:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:48:52.090Z||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-09-28T07:48:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:49:01.669Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:49:01.669Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:49:52.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:49:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:49:52.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:49:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:49:52.090Z||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-09-28T07:49:52.092Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:50:01.655Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:50:01.657Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:50:52.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:50:52.089Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:50:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:50:52.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:50:52.091Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:50:52.092Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:51:01.649Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:51:01.655Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:51:52.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:51:52.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:51:52.091Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:51:52.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:51:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:51:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:52:01.640Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:52:01.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:52:52.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:52:52.088Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:52:52.088Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:52:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:52:52.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:52:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:53:01.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:53:01.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:53:52.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:53:52.089Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:53:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:53:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:53:52.089Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:53:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:54:01.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:54:01.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:54:52.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:54:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:54:52.093Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:54:52.093Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:54:52.093Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:54:52.093Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:55:01.655Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:55:01.655Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:55:52.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:55:52.088Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:55:52.088Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:55:52.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:55:52.089Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:55:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:56:01.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:56:01.648Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:56:52.088Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:56:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:56:52.090Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:56:52.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:56:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:56:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:57:01.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:57:01.649Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:57:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:57:52.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:57:52.094Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:57:52.094Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:57:52.095Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:57:52.095Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:58:01.658Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:58:01.659Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:58:52.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:58:52.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:58:52.088Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:58:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:58:52.089Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:58:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:59:01.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:59:01.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T07:59:52.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:59:52.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T07:59:52.089Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:59:52.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T07:59:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T07:59:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:00:01.658Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:00:01.658Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:00:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:00:52.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:00:52.093Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:00:52.093Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:00:52.093Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:00:52.093Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:01:01.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:01:01.642Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:01:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:01:52.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:01:52.094Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:01:52.094Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:01:52.094Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:01:52.094Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:02:01.639Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:02:01.640Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:02:52.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:02:52.088Z||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-09-28T08:02:52.088Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:02:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:02:52.092Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:02:52.092Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:03:01.640Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:03:01.651Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:03:52.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:03:52.089Z||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-09-28T08:03:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:03:52.091Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:03:52.091Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:03:52.092Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:04:01.637Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:04:01.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:04:52.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:04:52.092Z||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-09-28T08:04:52.092Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:04:52.092Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:04:52.093Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:04:52.093Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:05:01.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:05:01.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:05:52.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:05:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:05:52.093Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:05:52.093Z||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-09-28T08:05:52.093Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:05:52.093Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:06:01.652Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:06:01.652Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:06:52.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:06:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:06:52.090Z||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-09-28T08:06:52.090Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:06:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:06:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:07:01.661Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:07:01.661Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:07:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:07:52.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:07:52.090Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:07:52.090Z||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-09-28T08:07:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:07:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:08:01.636Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:08:01.638Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:08:52.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:08:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:08:52.091Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:08:52.091Z||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-09-28T08:08:52.092Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:08:52.092Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:09:01.659Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:09:01.662Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:09:52.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:09:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:09:52.090Z||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-09-28T08:09:52.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:09:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:09:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:10:01.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:10:01.650Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:10:52.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:10:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:10:52.098Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:10:52.098Z||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-09-28T08:10:52.098Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:10:52.098Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:11:01.656Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:11:01.659Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:11:52.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:11:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:11:52.090Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:11:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:11:52.090Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:11:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:12:01.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:12:01.642Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:12:52.089Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:12:52.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:12:52.096Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:12:52.097Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:12:52.097Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:12:52.097Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:13:01.658Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:13:01.662Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:13:52.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:13:52.088Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:13:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:13:52.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:13:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:13:52.088Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:14:01.655Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:14:01.669Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:14:52.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:14:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:14:52.089Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:14:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:14:52.089Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:14:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:15:01.630Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:15:01.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:15:52.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:15:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:15:52.090Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:15:52.090Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:15:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:15:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:16:01.660Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:16:01.723Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:16:52.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:16:52.088Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:16:52.088Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:16:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:16:52.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:16:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:17:01.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:17:01.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:17:52.088Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:17:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:17:52.090Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:17:52.090Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:17:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:17:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:18:01.643Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:18:01.646Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:18:52.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:18:52.088Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:18:52.093Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:18:52.093Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:18:52.093Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:18:52.093Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:19:01.652Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:19:02.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:19:02.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T08:19:02.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf","serviceName":"vFW 2021-09-28 08-15-27","serviceVersion":"1.0","serviceUUID":"da25a16e-de46-44df-aee3-91058d9fbd09","serviceDescription":"catalog service description","serviceInvariantUUID":"8beba0e8-ee42-4ed2-a6bb-88493abadbc5","resources":[{"resourceInstanceName":"vFW dbad5f86-559a 0","resourceName":"vFW dbad5f86-559a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fa7b3478-9c2a-4c1d-b8d6-5327210b3a20","resourceInvariantUUID":"f8af3d63-92bb-497b-9a18-3d44981a750b","resourceCustomizationUUID":"3863f460-67d0-402c-b9c6-c2275505640d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml","artifactChecksum":"MzU5OTViMjE0MmE3MmQ0NzAyMDY5OTQzZWY3YzhhMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b8803cd8-ca43-4611-9bdc-e0381eb12ef8","artifactVersion":"1"},{"artifactName":"vfwdbad5f86559a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json","artifactChecksum":"NjY1OWNiNmFkYzcxN2Q4ODY2M2FjMTEyOTljZmEwYWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c83f2fc9-3204-4e49-b348-149ede72ddc3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fb97a3c1-b95e-4989-9bb9-1cac15f093c5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDVjMjY4ZGI5MzVkMDFlMDU1MWNkMmFmMTc5MDBiODc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baba39b6-58a6-4054-a4ba-4bea48617201","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"95f926e9-a93e-4e00-abd4-29b69cd88d3b","artifactVersion":"2","generatedFromUUID":"fb97a3c1-b95e-4989-9bb9-1cac15f093c5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210928081527-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml","artifactChecksum":"MjRmMTJlNWM3ZGUyYjQ5ODI5YzViMTYzNmJmOGViOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4da692e5-fc9e-4758-b914-9544cc1f1471","artifactVersion":"1"},{"artifactName":"service-Vfw20210928081527-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar","artifactChecksum":"NGIyNjU5MmVmMDU2MWQwN2E3MjUzYjM4MWExODc2MTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c042055d-8da8-40a8-9984-023602198365","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-28T08:19:02.044Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:19:02.052Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:19:02.064Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:19:02.064Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817132088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:02.165Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-09-28T08:19:02.170Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:19:02.170Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:19:02.194Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:19:02.195Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":12,"count":1}
2021-09-28T08:19:03.072Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:19:03.073Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:19:03.097Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:19:03.098Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817132088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json",
"status": "NOTIFIED"
}
2021-09-28T08:19:03.176Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2021-09-28T08:19:03.177Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:19:03.177Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:19:03.187Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:19:03.188Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:19:04.098Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:19:04.099Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:19:04.101Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:19:04.102Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817132088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-28T08:19:04.201Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-28T08:19:04.202Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:19:04.202Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:19:04.210Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:19:04.210Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:19:05.102Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:19:05.103Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:19:05.106Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:19:05.107Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817132088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:05.205Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-28T08:19:05.206Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:19:05.206Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:19:05.217Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:19:05.217Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:19:06.107Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:19:06.108Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:19:06.110Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:19:06.110Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817132088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-28T08:19:06.210Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:19:06.211Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:19:06.211Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:19:06.219Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:19:06.220Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:19:07.110Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:19:07.111Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:19:07.115Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:19:07.115Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817132088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:07.213Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-09-28T08:19:07.214Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:19:07.214Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:19:07.223Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:19:07.223Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-28T08:19:08.115Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:19:08.116Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:19:08.118Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:19:08.119Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817132088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:19:08.219Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:19:08.219Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:19:08.220Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:19:08.229Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:19:08.229Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:19:09.120Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"serviceName": "vFW 2021-09-28 08-15-27",
"serviceVersion": "1.0",
"serviceUUID": "da25a16e-de46-44df-aee3-91058d9fbd09",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8beba0e8-ee42-4ed2-a6bb-88493abadbc5",
"resources": [
{
"resourceInstanceName": "vFW dbad5f86-559a 0",
"resourceCustomizationUUID": "3863f460-67d0-402c-b9c6-c2275505640d",
"resourceName": "vFW dbad5f86-559a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fa7b3478-9c2a-4c1d-b8d6-5327210b3a20",
"resourceInvariantUUID": "f8af3d63-92bb-497b-9a18-3d44981a750b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwdbad5f86559a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json",
"artifactChecksum": "NjY1OWNiNmFkYzcxN2Q4ODY2M2FjMTEyOTljZmEwYWY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c83f2fc9-3204-4e49-b348-149ede72ddc3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fb97a3c1-b95e-4989-9bb9-1cac15f093c5",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "95f926e9-a93e-4e00-abd4-29b69cd88d3b",
"generatedFromUUID": "fb97a3c1-b95e-4989-9bb9-1cac15f093c5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "95f926e9-a93e-4e00-abd4-29b69cd88d3b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210928081527-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"artifactChecksum": "NGIyNjU5MmVmMDU2MWQwN2E3MjUzYjM4MWExODc2MTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c042055d-8da8-40a8-9984-023602198365"
}
],
"workloadContext": "Production"
}
2021-09-28T08:19:09.124Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-28T08:19:09.124Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 da25a16e-de46-44df-aee3-91058d9fbd09 ASDC
2021-09-28T08:19:09.242Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf
ServiceName:vFW 2021-09-28 08-15-27
ServiceVersion:1.0
ServiceUUID:da25a16e-de46-44df-aee3-91058d9fbd09
ServiceInvariantUUID:8beba0e8-ee42-4ed2-a6bb-88493abadbc5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210928081527-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar
ArtifactUUID:c042055d-8da8-40a8-9984-023602198365
ArtifactChecksum:NGIyNjU5MmVmMDU2MWQwN2E3MjUzYjM4MWExODc2MTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW dbad5f86-559a 0
ResourceCustomizationUUID:3863f460-67d0-402c-b9c6-c2275505640d
ResourceInvariantUUID:f8af3d63-92bb-497b-9a18-3d44981a750b
ResourceName:vFW dbad5f86-559a
ResourceType:VF
ResourceUUID:fa7b3478-9c2a-4c1d-b8d6-5327210b3a20
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdbad5f86559a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json
ArtifactUUID:c83f2fc9-3204-4e49-b348-149ede72ddc3
ArtifactChecksum:NjY1OWNiNmFkYzcxN2Q4ODY2M2FjMTEyOTljZmEwYWY=
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/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml
ArtifactUUID:fb97a3c1-b95e-4989-9bb9-1cac15f093c5
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/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env
ArtifactUUID:95f926e9-a93e-4e00-abd4-29b69cd88d3b
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/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env
ArtifactUUID:95f926e9-a93e-4e00-abd4-29b69cd88d3b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-28T08:19:09.242Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da25a16e-de46-44df-aee3-91058d9fbd09 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T08:19:09.487Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-28T08:19:09.489Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-28T08:19:09.490Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-28T08:19:09.491Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c042055d-8da8-40a8-9984-023602198365 from URL: /sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar
2021-09-28T08:19:09.491Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-28T08:19:09.493Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar
2021-09-28T08:19:10.372Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-28T08:19:10.394Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar c042055d-8da8-40a8-9984-023602198365 98787
2021-09-28T08:19:10.409Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar ASDC sendASDCNotification
2021-09-28T08:19:10.409Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar
2021-09-28T08:19:10.410Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T08:19:10.411Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:19:10.412Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:19:10.412Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817150394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:19:10.513Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:19:10.513Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:19:10.513Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:19:10.524Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:19:10.524Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-28T08:19:11.413Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-28T08:19:11.414Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-28T08:19:11.414Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c042055d-8da8-40a8-9984-023602198365, URL: /sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar to file: /app/ASDC/1/service-Vfw20210928081527-csar.csar
2021-09-28T08:19:11.415Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210928081527-csar.csar
2021-09-28T08:19:11.501Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210928081527-csar.csar
2021-09-28T08:19:11.501Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210928081527-csar.csar
2021-09-28T08:19:12.194Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13723993854495415091/Definitions/service-Vfw20210928081527-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-09-28T08:19:14.896Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-28T08:19:14.901Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-28T08:19:14.901Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210928081527-csar.csar
2021-09-28T08:19:14.901Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-28T08:19:14.902Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||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-Vfw20210928081527-csar.csar
2021-09-28T08:19:14.902Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||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-Vfw20210928081527-csar.csar
2021-09-28T08:19:14.902Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210928081527-csar.csar
2021-09-28T08:19:14.902Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210928081527-csar.csar
2021-09-28T08:19:14.902Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210928081527-csar.csar
2021-09-28T08:19:14.902Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||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-Vfw20210928081527-csar.csar
2021-09-28T08:19:14.902Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210928081527-csar.csar
2021-09-28T08:19:14.902Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210928081527-csar.csar
2021-09-28T08:19:14.902Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210928081527-csar.csar
2021-09-28T08:19:14.903Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210928081527-csar.csar
2021-09-28T08:19:14.903Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210928081527-csar.csar
2021-09-28T08:19:14.903Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dbad5f86-559a 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-Vfw20210928081527-csar.csar
2021-09-28T08:19:14.903Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210928081527-csar.csar
2021-09-28T08:19:14.903Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-28T08:19:14.910Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:14.911Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:19:14.915Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria
2021-09-28T08:19:14.916Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-28T08:19:14.917Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-28T08:19:14.919Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:14.919Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:19:14.919Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria
2021-09-28T08:19:14.919Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-28T08:19:14.920Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-28T08:19:14.920Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:14.920Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:19:14.923Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:14.923Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is not matching search criteria
2021-09-28T08:19:14.924Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-28T08:19:14.924Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-28T08:19:14.924Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-28T08:19:14.924Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-28T08:19:14.924Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-28T08:19:14.924Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-28T08:19:14.925Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-28T08:19:14.925Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-28T08:19:14.925Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-28T08:19:14.925Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-28T08:19:14.925Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-28T08:19:14.925Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-28T08:19:14.926Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-28T08:19:14.926Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-28T08:19:14.926Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-28T08:19:14.926Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-28T08:19:14.926Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:14.926Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-28T08:19:14.928Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:14.928Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria
2021-09-28T08:19:14.928Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T08:19:14.928Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:14.928Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria
2021-09-28T08:19:14.929Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T08:19:14.929Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:14.929Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria
2021-09-28T08:19:14.929Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T08:19:14.930Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:14.930Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is not matching search criteria
2021-09-28T08:19:14.930Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-28T08:19:14.930Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-28T08:19:14.930Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-28T08:19:14.930Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-28T08:19:14.931Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-28T08:19:14.931Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-28T08:19:14.931Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-28T08:19:14.931Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-28T08:19:14.931Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-28T08:19:14.931Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-28T08:19:14.931Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-28T08:19:14.932Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7ce5d8eb-b172-4158-bc18-c4fc25b42165
2021-09-28T08:19:14.932Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:14.932Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is not matching search criteria
2021-09-28T08:19:14.932Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-28T08:19:14.932Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-28T08:19:14.933Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-28T08:19:14.933Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-28T08:19:14.933Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-28T08:19:14.933Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-28T08:19:14.933Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-28T08:19:14.933Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-28T08:19:14.934Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-28T08:19:14.934Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-28T08:19:14.934Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-28T08:19:14.934Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-28T08:19:14.934Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=95c22dfe-dc5e-4fc3-b94a-3b9d8acc4e29
2021-09-28T08:19:14.934Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:14.935Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is not matching search criteria
2021-09-28T08:19:14.935Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-28T08:19:14.935Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-28T08:19:14.935Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-28T08:19:14.935Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-28T08:19:14.935Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-28T08:19:14.936Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-28T08:19:14.936Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-28T08:19:14.936Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-28T08:19:14.936Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-28T08:19:14.936Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-28T08:19:14.936Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-28T08:19:14.937Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-28T08:19:14.937Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=28f270d8-78b2-47b0-83a7-3d5bdb69543f
2021-09-28T08:19:14.937Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:14.937Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:19:14.937Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:14.938Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:19:14.938Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:14.938Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:19:14.938Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:14.938Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:19:14.939Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-28 08-15-27
Description:catalog service description
Model UUID:da25a16e-de46-44df-aee3-91058d9fbd09
Model Version:NULL
Model InvariantUuid:8beba0e8-ee42-4ed2-a6bb-88493abadbc5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW dbad5f86-559a
Model UUID:f2752f17-8ae0-494a-b387-3c5af16f1623
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f8af3d63-92bb-497b-9a18-3d44981a750b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3863f460-67d0-402c-b9c6-c2275505640d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8bc764c0-2ab6-4ca2-a34b-e3c6930a9a99
ModelName:VfwDbad5f86559a..base_vfw..module-0
ModelUuid:936f580b-7134-41ce-88b3-4777ecd65b11
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7ce5d8eb-b172-4158-bc18-c4fc25b42165
ModelInvariantUuid:44e8ed60-8415-4b0f-92b5-88f21bbd7e30
ModelName:vFW dbad5f86-559a-nodes.vfwCvfc
ModelUuid:ea675035-91b5-45d7-bcf4-eb1c7b944bc3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:108f4430-1009-49e2-84f8-9706d8d76b98
ModelInvariantUuid:ab6a4f37-8ea7-4832-89b0-80a9fe40a81e
ModelName:VfwDbad5f86559a.compute.nodes.heat.vfw
ModelUuid:0d979922-9908-4422-9ae2-80ffff9495ba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:95c22dfe-dc5e-4fc3-b94a-3b9d8acc4e29
ModelInvariantUuid:1940096c-8228-4b3b-a092-3c5a868b023a
ModelName:vFW dbad5f86-559a-nodes.vsnCvfc
ModelUuid:a9545e95-288e-4e45-84f5-99e9cfc18288
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:aa44c43c-3a86-4b0f-8ba7-8c3cd00bd4f7
ModelInvariantUuid:777c00c0-d5cf-4ba8-a07d-36385082e7c0
ModelName:VfwDbad5f86559a.compute.nodes.heat.vsn
ModelUuid:f9221127-d559-421a-859e-839423ca3120
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:28f270d8-78b2-47b0-83a7-3d5bdb69543f
ModelInvariantUuid:557853da-1966-43ca-90dc-c0fd71f921b8
ModelName:vFW dbad5f86-559a-nodes.vpgCvfc
ModelUuid:bd9a3f90-b9e4-4e3a-a23b-023d38140a03
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:72eff996-adee-4909-9b52-654788799a72
ModelInvariantUuid:029eb167-e0fe-4ae3-978d-8c44bcbd744c
ModelName:VfwDbad5f86559a.compute.nodes.heat.vpg
ModelUuid:08741ab1-b1ba-48bc-b192-2636833571b7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-28T08:19:14.958Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: fa7b3478-9c2a-4c1d-b8d6-5327210b3a20
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-28T08:19:15.055Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||vFW dbad5f86-559a 0
2021-09-28T08:19:15.061Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fa7b3478-9c2a-4c1d-b8d6-5327210b3a20
2021-09-28T08:19:15.062Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c83f2fc9-3204-4e49-b348-149ede72ddc3 from URL: /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json
2021-09-28T08:19:15.062Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-28T08:19:15.062Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json
2021-09-28T08:19:16.055Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-28T08:19:16.055Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json c83f2fc9-3204-4e49-b348-149ede72ddc3 785
2021-09-28T08:19:16.055Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json ASDC sendASDCNotification
2021-09-28T08:19:16.056Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json
2021-09-28T08:19:16.056Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T08:19:16.056Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:19:16.058Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:19:16.059Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817156055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:19:16.159Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:19:16.160Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:19:16.160Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:19:16.170Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:19:16.170Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:19:17.060Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDbad5f86559a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8bc764c0-2ab6-4ca2-a34b-e3c6930a9a99",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "936f580b-7134-41ce-88b3-4777ecd65b11",
"vfModuleModelCustomizationUUID": "81508bed-7269-4276-abfd-8028dfac95c1",
"isBase": true,
"artifacts": [
"fb97a3c1-b95e-4989-9bb9-1cac15f093c5",
"95f926e9-a93e-4e00-abd4-29b69cd88d3b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-28T08:19:17.073Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDbad5f86559a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:936f580b-7134-41ce-88b3-4777ecd65b11
VfModuleModelInvariantUUID:8bc764c0-2ab6-4ca2-a34b-e3c6930a9a99
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb97a3c1-b95e-4989-9bb9-1cac15f093c5
,
95f926e9-a93e-4e00-abd4-29b69cd88d3b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-28T08:19:17.075Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDbad5f86559a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8bc764c0-2ab6-4ca2-a34b-e3c6930a9a99",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "936f580b-7134-41ce-88b3-4777ecd65b11",
"vfModuleModelCustomizationUUID": "81508bed-7269-4276-abfd-8028dfac95c1",
"isBase": true,
"artifacts": [
"fb97a3c1-b95e-4989-9bb9-1cac15f093c5",
"95f926e9-a93e-4e00-abd4-29b69cd88d3b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-28T08:19:17.075Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDbad5f86559a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:936f580b-7134-41ce-88b3-4777ecd65b11
VfModuleModelInvariantUUID:8bc764c0-2ab6-4ca2-a34b-e3c6930a9a99
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb97a3c1-b95e-4989-9bb9-1cac15f093c5
,
95f926e9-a93e-4e00-abd4-29b69cd88d3b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-28T08:19:17.075Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fb97a3c1-b95e-4989-9bb9-1cac15f093c5 from URL: /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml
2021-09-28T08:19:17.075Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-28T08:19:17.076Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml
2021-09-28T08:19:18.542Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-28T08:19:18.543Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml fb97a3c1-b95e-4989-9bb9-1cac15f093c5 20368
2021-09-28T08:19:18.543Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-28T08:19:18.543Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml
2021-09-28T08:19:18.544Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T08:19:18.544Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:19:18.546Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:19:18.546Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817158543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:19:18.647Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-28T08:19:18.648Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:19:18.648Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:19:18.669Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:19:18.670Z||pool-12-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2021-09-28T08:19:19.546Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 95f926e9-a93e-4e00-abd4-29b69cd88d3b from URL: /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env
2021-09-28T08:19:19.547Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-28T08:19:19.547Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env
2021-09-28T08:19:21.332Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-28T08:19:21.332Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env 95f926e9-a93e-4e00-abd4-29b69cd88d3b 2098
2021-09-28T08:19:21.333Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-28T08:19:21.333Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env
2021-09-28T08:19:21.333Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T08:19:21.333Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:19:21.335Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:19:21.336Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817161333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:19:21.436Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:19:21.437Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:19:21.437Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:19:21.448Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:19:21.448Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:19:22.336Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: da25a16e-de46-44df-aee3-91058d9fbd09
2021-09-28T08:19:22.337Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dbad5f86-559a 0 fa7b3478-9c2a-4c1d-b8d6-5327210b3a20 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-28T08:19:22.368Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c2a8bed, org.onap.sdc.toscaparser.api.parameters.Input@11d1d323, org.onap.sdc.toscaparser.api.parameters.Input@6f2226f5, org.onap.sdc.toscaparser.api.parameters.Input@2498885a, org.onap.sdc.toscaparser.api.parameters.Input@7c351ac7]
2021-09-28T08:19:22.371Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:22.372Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:19:22.372Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-09-28T08:19:22.372Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 3863f460-67d0-402c-b9c6-c2275505640d
2021-09-28T08:19:22.372Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3863f460-67d0-402c-b9c6-c2275505640d matches Tosca VF Customization UUID: 3863f460-67d0-402c-b9c6-c2275505640d
2021-09-28T08:19:22.372Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 3863f460-67d0-402c-b9c6-c2275505640d matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-28T08:19:22.379Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:22.379Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:19:22.380Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 3863f460-67d0-402c-b9c6-c2275505640d: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-09-28T08:19:22.380Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@269e1b97
2021-09-28T08:19:22.380Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:22.380Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-28T08:19:22.381Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 81508bed-7269-4276-abfd-8028dfac95c1
2021-09-28T08:19:22.382Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 81508bed-7269-4276-abfd-8028dfac95c1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-28T08:19:22.387Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:22.387Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria
2021-09-28T08:19:22.387Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T08:19:22.388Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:22.388Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria
2021-09-28T08:19:22.388Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T08:19:22.388Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:22.388Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is not matching search criteria
2021-09-28T08:19:22.389Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-28T08:19:22.389Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-28T08:19:22.389Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-28T08:19:22.389Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-28T08:19:22.389Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-28T08:19:22.389Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-28T08:19:22.390Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-28T08:19:22.390Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-28T08:19:22.390Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-28T08:19:22.390Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-28T08:19:22.390Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-28T08:19:22.391Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7ce5d8eb-b172-4158-bc18-c4fc25b42165
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-28T08:19:22.398Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:22.398Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria
2021-09-28T08:19:22.398Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T08:19:22.398Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:22.399Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is not matching search criteria
2021-09-28T08:19:22.399Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-28T08:19:22.399Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-28T08:19:22.399Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-28T08:19:22.399Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-28T08:19:22.399Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-28T08:19:22.400Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-28T08:19:22.400Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-28T08:19:22.400Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-28T08:19:22.400Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-28T08:19:22.400Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-28T08:19:22.400Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-28T08:19:22.400Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-28T08:19:22.401Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=95c22dfe-dc5e-4fc3-b94a-3b9d8acc4e29
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-28T08:19:22.403Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:22.403Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria
2021-09-28T08:19:22.403Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T08:19:22.405Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:22.405Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is not matching search criteria
2021-09-28T08:19:22.405Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-28T08:19:22.406Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-28T08:19:22.406Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-28T08:19:22.406Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-28T08:19:22.406Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-28T08:19:22.406Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-28T08:19:22.406Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-28T08:19:22.407Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-28T08:19:22.407Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-28T08:19:22.407Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-28T08:19:22.407Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-28T08:19:22.407Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-28T08:19:22.407Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=28f270d8-78b2-47b0-83a7-3d5bdb69543f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-28T08:19:22.409Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:22.410Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria
2021-09-28T08:19:22.410Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T08:19:22.410Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:22.410Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Node template vFW dbad5f86-559a 0 is matching search criteria
2021-09-28T08:19:22.410Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW dbad5f86-559a 0] matching following query criteria: sdcType=VF, customizationUUID=3863f460-67d0-402c-b9c6-c2275505640d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-28T08:19:22.412Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:22.412Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:19:22.413Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid da25a16e-de46-44df-aee3-91058d9fbd09: vFW dbad5f86-559a
2021-09-28T08:19:22.413Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:22.413Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:19:22.413Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:22.413Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:19:22.413Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:22.414Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:19:22.414Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:22.414Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:19:22.414Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:19:22.414Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-28 08-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:19:22.414Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-09-28 08-15-27
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T08:19:22.720Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dbad5f86-559a fa7b3478-9c2a-4c1d-b8d6-5327210b3a20 1 ASDC deployResourceStructure
2021-09-28T08:19:22.721Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json ASDC sendASDCNotification
2021-09-28T08:19:22.721Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json
2021-09-28T08:19:22.722Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-28T08:19:22.722Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:19:22.724Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:19:22.724Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817162721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-28T08:19:22.824Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:19:22.825Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:19:22.825Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:19:22.851Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:19:22.851Z||pool-14-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:19:23.725Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-28T08:19:23.725Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml
2021-09-28T08:19:23.726Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-28T08:19:23.726Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:19:23.728Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:19:23.728Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817163725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-28T08:19:23.828Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:19:23.850Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:19:23.850Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:19:23.866Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:19:23.867Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:19:24.728Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-28T08:19:24.729Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env
2021-09-28T08:19:24.729Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-28T08:19:24.729Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:19:24.731Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:19:24.731Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817164728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-28T08:19:24.833Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-28T08:19:24.834Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:19:24.834Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:19:24.845Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:19:24.846Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:19:25.732Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar ASDC sendASDCNotification
2021-09-28T08:19:25.733Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar
2021-09-28T08:19:25.733Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-28T08:19:25.733Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:19:25.735Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:19:25.735Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817165732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T08:19:25.835Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:19:25.836Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:19:25.836Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:19:25.845Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:19:25.845Z||pool-17-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:19:26.737Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-28T08:19:26.764Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-28T08:19:26.766Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-28T08:19:26.767Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-28T08:19:26.767Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-28T08:19:52.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:19:52.091Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:19:52.092Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:19:52.727Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:19:52.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "dcae-sch",
"timestamp": 1632817141341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817132088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "cds",
"timestamp": 1632817134098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "clamp",
"timestamp": 1632817136664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817132088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json",
"status": "NOTIFIED"
}
2021-09-28T08:19:52.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "dcae-sch",
"timestamp": 1632817141341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "cds",
"timestamp": 1632817134098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "clamp",
"timestamp": 1632817136664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json",
"status": "NOTIFIED"
}
2021-09-28T08:19:52.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "dcae-sch",
"timestamp": 1632817141341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "cds",
"timestamp": 1632817134098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817132088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-28T08:19:52.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "clamp",
"timestamp": 1632817136664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632817143792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "dcae-sch",
"timestamp": 1632817141341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817132088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "cds",
"timestamp": 1632817134098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "clamp",
"timestamp": 1632817136664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632817143792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "dcae-sch",
"timestamp": 1632817141341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817132088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-28T08:19:52.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "cds",
"timestamp": 1632817134098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "clamp",
"timestamp": 1632817136664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632817143792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1632817145859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "dcae-sch",
"timestamp": 1632817141341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817132088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "cds",
"timestamp": 1632817134098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "clamp",
"timestamp": 1632817136664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632817143792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1632817145859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "dcae-sch",
"timestamp": 1632817141341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817132088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:19:52.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "cds",
"timestamp": 1632817134098,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:19:52.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "clamp",
"timestamp": 1632817136664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:19:52.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632817143792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "aai-ml",
"timestamp": 1632817147610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1632817145859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "policy-id",
"timestamp": 1632817148227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "aai-ml",
"timestamp": 1632817147610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632817143792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1632817145859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "policy-id",
"timestamp": 1632817148227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "cds",
"timestamp": 1632817150385,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:19:52.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:19:52.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817150394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:19:52.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:19:52.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "aai-ml",
"timestamp": 1632817147610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632817143792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:19:52.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1632817145859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817150074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "policy-id",
"timestamp": 1632817148227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-28T08:19:52.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "cds",
"timestamp": 1632817151404,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T08:19:52.770Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf
2021-09-28T08:19:52.770Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T08:19:52.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "aai-ml",
"timestamp": 1632817147610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1632817145859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817150074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json",
"status": "NOTIFIED"
}
2021-09-28T08:19:52.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "policy-id",
"timestamp": 1632817148227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632817152212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:19:52.780Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:19:52.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "aai-ml",
"timestamp": 1632817147610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1632817145859,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817150074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-28T08:19:52.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "policy-id",
"timestamp": 1632817148227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "aai-ml",
"timestamp": 1632817147610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817150074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "policy-id",
"timestamp": 1632817148227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "aai-ml",
"timestamp": 1632817147610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:19:52.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817150074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-28T08:19:52.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "policy-id",
"timestamp": 1632817148227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:19:52.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817150074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:19:52.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817156055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:19:52.784Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:19:52.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817150074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:19:52.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-09-28T08:19:52.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "aai-ml",
"timestamp": 1632817157392,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:19:52.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:19:52.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "policy-id",
"timestamp": 1632817158058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:19:52.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:19:52.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "clamp",
"timestamp": 1632817158276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:19:52.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:19:52.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817158543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:19:52.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:19:52.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "policy-id",
"timestamp": 1632817159071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T08:19:52.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:19:52.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817159240,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:19:52.787Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:19:52.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632817159343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T08:19:52.787Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:19:52.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "policy-id",
"timestamp": 1632817160076,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T08:19:52.790Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf
2021-09-28T08:19:52.790Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T08:19:52.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "clamp",
"timestamp": 1632817160286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T08:19:52.799Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:19:52.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632817160361,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T08:19:52.802Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf
2021-09-28T08:19:52.802Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T08:19:52.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "clamp",
"timestamp": 1632817161291,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T08:19:52.810Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf
2021-09-28T08:19:52.810Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T08:19:52.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817161333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:19:52.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:19:52.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817162250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:19:52.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:19:52.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817162721,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-28T08:19:52.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:19:52.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817163725,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-28T08:19:52.817Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:19:52.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817164728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-28T08:19:52.818Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:19:52.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817164945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:19:52.818Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:19:52.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817165732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T08:19:52.818Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:19:52.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817166199,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T08:19:52.822Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf
2021-09-28T08:19:52.822Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-28T08:19:52.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817167214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/resourceInstances/vfwdbad5f86559a0/artifacts/vfwdbad5f86559a0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-28T08:19:52.827Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:19:52.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "aai-ml",
"timestamp": 1632817178247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210928081527/1.0/artifacts/service-Vfw20210928081527-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T08:19:52.827Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:19:52.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-28T08:19:52.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "aai-ml",
"timestamp": 1632817179254,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T08:19:52.830Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf
2021-09-28T08:19:52.830Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T08:19:56.773Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-28T08:19:56.783Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-28T08:19:56.786Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-28T08:19:56.786Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-28T08:19:56.786Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-28T08:19:56.787Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-28T08:19:56.787Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T08:19:56.787Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T08:19:56.787Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T08:19:56.787Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T08:19:56.787Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T08:19:56.787Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T08:19:56.788Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T08:19:56.793Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-28T08:20:26.793Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-28T08:20:26.802Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf and serviceModelVersionId: da25a16e-de46-44df-aee3-91058d9fbd09
2021-09-28T08:20:26.802Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8beba0e8-ee42-4ed2-a6bb-88493abadbc5
2021-09-28T08:20:40.732Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8beba0e8-ee42-4ed2-a6bb-88493abadbc5/model-vers/model-ver/da25a16e-de46-44df-aee3-91058d9fbd09?depth=0
2021-09-28T08:20:40.861Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-28T08:20:41.337Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8beba0e8-ee42-4ed2-a6bb-88493abadbc5/model-vers/model-ver/da25a16e-de46-44df-aee3-91058d9fbd09?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-28T08:20:41.342Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8beba0e8-ee42-4ed2-a6bb-88493abadbc5/model-vers/model-ver/da25a16e-de46-44df-aee3-91058d9fbd09?depth=0|INFO|500||Invoke
2021-09-28T08:20:41.484Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8beba0e8-ee42-4ed2-a6bb-88493abadbc5/model-vers/model-ver/da25a16e-de46-44df-aee3-91058d9fbd09?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-28T08:20:42.247Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8beba0e8-ee42-4ed2-a6bb-88493abadbc5/model-vers/model-ver/da25a16e-de46-44df-aee3-91058d9fbd09?depth=0|INFO|500||InvokeReturn
2021-09-28T08:20:42.249Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8beba0e8-ee42-4ed2-a6bb-88493abadbc5/model-vers/model-ver/da25a16e-de46-44df-aee3-91058d9fbd09?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210928-08:20:41:487-40056], vertex-id=[536808], Content-Length=[0], Date=[Tue, 28 Sep 2021 08:20:41 GMT], Content-Type=[application/json]}
2021-09-28T08:20:42.250Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-09-28T08:20:42.254Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-28T08:20:42.254Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-28T08:20:42.260Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-28T08:20:42.261Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-28T08:20:42.262Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-28T08:20:42.262Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:20:42.264Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:20:42.264Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817242261,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-28T08:20:42.364Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-28T08:20:42.365Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:20:42.366Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:20:42.378Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:20:42.378Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-28T08:20:43.274Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:20:43.275Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:20:43.275Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:20:52.089Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:20:52.090Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:20:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:20:52.714Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:20:52.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-28T08:20:52.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817242261,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-28T08:20:52.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:20:52.812Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:20:52.813Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:20:52.813Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:20:52.813Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:21:02.417Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:21:52.087Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:21:52.089Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:21:52.089Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:21:52.089Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:21:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:21:52.089Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:22:01.633Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:22:01.646Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:22:52.088Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:22:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:22:52.093Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:22:52.093Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:22:52.093Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:22:52.093Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:23:01.667Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:23:01.669Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:23:52.089Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:23:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:23:52.094Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:23:52.094Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:23:52.095Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:23:52.095Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:24:01.683Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:24:01.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:24:52.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:24:52.088Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:24:52.088Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:24:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:24:52.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:24:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:25:01.694Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:25:01.694Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:25:52.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:25:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:25:52.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:25:52.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:25:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:25:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:26:01.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:26:01.652Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:26:52.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:26:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:26:52.091Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:26:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:26:52.091Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:26:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:27:01.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:27:01.640Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:27:52.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:27:52.088Z||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-09-28T08:27:52.088Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:27:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:27:52.090Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:27:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:27:52.714Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:27:52.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"62b4b870-5ff3-4365-b1a0-ad91aef197d2","serviceName":"basic_onboard_LkAIfm","serviceVersion":"1.0","serviceUUID":"82dbb89a-59c1-41f0-a484-205e031aad52","serviceDescription":"service","serviceInvariantUUID":"e2df9f95-5a3f-4402-af3d-bc4878334451","resources":[{"resourceInstanceName":"basic_onboard_LkAIfm 0","resourceName":"basic_onboard_LkAIfm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"39e93a3a-9c79-4745-8996-ea00c9eaf877","resourceInvariantUUID":"89727a4a-f645-4037-ad13-5173ffb2db9b","resourceCustomizationUUID":"4ffce4c9-ca3e-4e69-907f-37494600dc8f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml","artifactChecksum":"ZDJkMGUxMWRhOTc3YzRlNTExMjJlNmVlNDhlZjQyZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aaa600f2-bf2e-4246-95d8-bef6a9ada956","artifactVersion":"1"},{"artifactName":"basic_onboard_lkaifm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json","artifactChecksum":"MWQ4NmY2MWYxNjlhNTBjYTA5MWQ3NGQzYzgyNGIxOTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5eedd282-ef7e-4304-aade-15dbc0fd16ec","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cefbb5c5-6f9f-4b3f-8c54-b22745e664cd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"173fb028-ad93-440c-937d-1c2229e90aa4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7255b53e-d18d-4a8e-b827-b24b4d9c75ea","artifactVersion":"2","generatedFromUUID":"cefbb5c5-6f9f-4b3f-8c54-b22745e664cd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLkaifm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml","artifactChecksum":"ZThiMTAzZTY3YWFmMjcwNDQxMjI5MGNjNjFhM2Y5MjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f309eb44-7e53-4cfd-8b90-27ddae9e3d2d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLkaifm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar","artifactChecksum":"MTM5ZDlkZDlkZTg5MzQ2Y2M4NDNlNDJiNTYzNGU3NTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0dc61efd-a249-4094-b334-3576959563fc","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-28T08:27:52.718Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:27:52.718Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:27:52.722Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:27:52.722Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817672087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.725Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:27:52.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "clamp",
"timestamp": 1632817616663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "dcae-sch",
"timestamp": 1632817621340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "cds",
"timestamp": 1632817614098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "clamp",
"timestamp": 1632817616663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json",
"status": "NOTIFIED"
}
2021-09-28T08:27:52.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "dcae-sch",
"timestamp": 1632817621340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "cds",
"timestamp": 1632817614098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632817623798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "clamp",
"timestamp": 1632817616663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "dcae-sch",
"timestamp": 1632817621340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "cds",
"timestamp": 1632817614098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "clamp",
"timestamp": 1632817616663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632817623798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "dcae-sch",
"timestamp": 1632817621340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "cds",
"timestamp": 1632817614098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "clamp",
"timestamp": 1632817616663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632817625860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632817623798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "dcae-sch",
"timestamp": 1632817621340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "cds",
"timestamp": 1632817614098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "clamp",
"timestamp": 1632817616663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632817625860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632817623798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "dcae-sch",
"timestamp": 1632817621340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "cds",
"timestamp": 1632817614098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "aai-ml",
"timestamp": 1632817627613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "clamp",
"timestamp": 1632817616663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:27:52.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632817625860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632817623798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "dcae-sch",
"timestamp": 1632817621340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "cds",
"timestamp": 1632817614098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:27:52.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "policy-id",
"timestamp": 1632817628227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.743Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "aai-ml",
"timestamp": 1632817627613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.743Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.743Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632817625860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.744Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632817623798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.744Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "policy-id",
"timestamp": 1632817628227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.745Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "aai-ml",
"timestamp": 1632817627613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.745Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "cds",
"timestamp": 1632817630383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:27:52.746Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:27:52.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.746Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632817625860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.746Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.746Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.746Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632817623798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:27:52.747Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817630073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.747Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "policy-id",
"timestamp": 1632817628227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-28T08:27:52.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "aai-ml",
"timestamp": 1632817627613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "cds",
"timestamp": 1632817631394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-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-09-28T08:27:52.762Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 62b4b870-5ff3-4365-b1a0-ad91aef197d2
2021-09-28T08:27:52.762Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62b4b870-5ff3-4365-b1a0-ad91aef197d2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T08:27:52.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632817625860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817630073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json",
"status": "NOTIFIED"
}
2021-09-28T08:27:52.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "policy-id",
"timestamp": 1632817628227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "aai-ml",
"timestamp": 1632817627613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1632817625860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632817632575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:27:52.770Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:27:52.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817630073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-28T08:27:52.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "policy-id",
"timestamp": 1632817628227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "aai-ml",
"timestamp": 1632817627613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817630073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "policy-id",
"timestamp": 1632817628227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "aai-ml",
"timestamp": 1632817627613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:27:52.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817630073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-28T08:27:52.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "policy-id",
"timestamp": 1632817628227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:27:52.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817630073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:52.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632817635982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T08:27:52.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:27:52.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "aai-ml",
"timestamp": 1632817635982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:27:52.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:27:52.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "clamp",
"timestamp": 1632817636376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:27:52.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:27:52.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817630073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:27:52.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:27:52.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "policy-id",
"timestamp": 1632817636967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:27:52.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:27:52.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632817636997,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T08:27:52.779Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 62b4b870-5ff3-4365-b1a0-ad91aef197d2
2021-09-28T08:27:52.779Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62b4b870-5ff3-4365-b1a0-ad91aef197d2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T08:27:52.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "policy-id",
"timestamp": 1632817637974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T08:27:52.787Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:27:52.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "clamp",
"timestamp": 1632817638389,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T08:27:52.787Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:27:52.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817638847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:27:52.788Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:27:52.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "policy-id",
"timestamp": 1632817638977,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T08:27:52.791Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62b4b870-5ff3-4365-b1a0-ad91aef197d2
2021-09-28T08:27:52.791Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62b4b870-5ff3-4365-b1a0-ad91aef197d2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T08:27:52.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "clamp",
"timestamp": 1632817639400,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T08:27:52.799Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 62b4b870-5ff3-4365-b1a0-ad91aef197d2
2021-09-28T08:27:52.799Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62b4b870-5ff3-4365-b1a0-ad91aef197d2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T08:27:52.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817641523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:27:52.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:27:52.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817644028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:27:52.804Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:27:52.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817645059,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T08:27:52.808Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62b4b870-5ff3-4365-b1a0-ad91aef197d2
2021-09-28T08:27:52.808Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62b4b870-5ff3-4365-b1a0-ad91aef197d2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-28T08:27:52.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "aai-ml",
"timestamp": 1632817646006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T08:27:52.812Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:27:52.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632817646069,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-28T08:27:52.812Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:27:52.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:27:52.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "aai-ml",
"timestamp": 1632817647011,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T08:27:52.816Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 62b4b870-5ff3-4365-b1a0-ad91aef197d2
2021-09-28T08:27:52.817Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62b4b870-5ff3-4365-b1a0-ad91aef197d2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T08:27:52.822Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:27:52.823Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:27:52.823Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:27:52.832Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:27:52.832Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-28T08:27:53.724Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:27:53.725Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:27:53.727Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:27:53.728Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817672087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json",
"status": "NOTIFIED"
}
2021-09-28T08:27:53.828Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:27:53.829Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:27:53.829Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:27:53.838Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:27:53.839Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-28T08:27:54.729Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:27:54.731Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:27:54.734Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:27:54.734Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817672087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-28T08:27:54.834Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:27:54.835Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:27:54.836Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:27:54.846Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:27:54.846Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-28T08:27:55.735Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:27:55.738Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:27:55.742Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:27:55.742Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817672087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:55.842Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:27:55.844Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:27:55.844Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:27:55.853Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:27:55.854Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:27:56.743Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:27:56.744Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:27:56.746Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:27:56.746Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817672087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-28T08:27:56.847Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:27:56.848Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:27:56.849Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:27:56.856Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:27:56.857Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:27:57.748Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:27:57.750Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:27:57.752Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:27:57.752Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817672087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:27:57.853Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-28T08:27:57.854Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:27:57.854Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:27:57.864Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:27:57.865Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:27:58.753Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:27:58.754Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:27:58.757Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:27:58.757Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817672087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:27:58.857Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:27:58.858Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:27:58.858Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:27:58.867Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:27:58.867Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:27:59.759Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"serviceName": "basic_onboard_LkAIfm",
"serviceVersion": "1.0",
"serviceUUID": "82dbb89a-59c1-41f0-a484-205e031aad52",
"serviceDescription": "service",
"serviceInvariantUUID": "e2df9f95-5a3f-4402-af3d-bc4878334451",
"resources": [
{
"resourceInstanceName": "basic_onboard_LkAIfm 0",
"resourceCustomizationUUID": "4ffce4c9-ca3e-4e69-907f-37494600dc8f",
"resourceName": "basic_onboard_LkAIfm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "39e93a3a-9c79-4745-8996-ea00c9eaf877",
"resourceInvariantUUID": "89727a4a-f645-4037-ad13-5173ffb2db9b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_lkaifm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json",
"artifactChecksum": "MWQ4NmY2MWYxNjlhNTBjYTA5MWQ3NGQzYzgyNGIxOTc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5eedd282-ef7e-4304-aade-15dbc0fd16ec",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cefbb5c5-6f9f-4b3f-8c54-b22745e664cd",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7255b53e-d18d-4a8e-b827-b24b4d9c75ea",
"generatedFromUUID": "cefbb5c5-6f9f-4b3f-8c54-b22745e664cd"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7255b53e-d18d-4a8e-b827-b24b4d9c75ea",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardLkaifm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"artifactChecksum": "MTM5ZDlkZDlkZTg5MzQ2Y2M4NDNlNDJiNTYzNGU3NTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0dc61efd-a249-4094-b334-3576959563fc"
}
],
"workloadContext": "Production"
}
2021-09-28T08:27:59.759Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-28T08:27:59.759Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 82dbb89a-59c1-41f0-a484-205e031aad52 ASDC
2021-09-28T08:27:59.760Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:62b4b870-5ff3-4365-b1a0-ad91aef197d2
ServiceName:basic_onboard_LkAIfm
ServiceVersion:1.0
ServiceUUID:82dbb89a-59c1-41f0-a484-205e031aad52
ServiceInvariantUUID:e2df9f95-5a3f-4402-af3d-bc4878334451
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLkaifm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar
ArtifactUUID:0dc61efd-a249-4094-b334-3576959563fc
ArtifactChecksum:MTM5ZDlkZDlkZTg5MzQ2Y2M4NDNlNDJiNTYzNGU3NTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_LkAIfm 0
ResourceCustomizationUUID:4ffce4c9-ca3e-4e69-907f-37494600dc8f
ResourceInvariantUUID:89727a4a-f645-4037-ad13-5173ffb2db9b
ResourceName:basic_onboard_LkAIfm
ResourceType:VF
ResourceUUID:39e93a3a-9c79-4745-8996-ea00c9eaf877
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_lkaifm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json
ArtifactUUID:5eedd282-ef7e-4304-aade-15dbc0fd16ec
ArtifactChecksum:MWQ4NmY2MWYxNjlhNTBjYTA5MWQ3NGQzYzgyNGIxOTc=
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/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cefbb5c5-6f9f-4b3f-8c54-b22745e664cd
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/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env
ArtifactUUID:7255b53e-d18d-4a8e-b827-b24b4d9c75ea
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/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env
ArtifactUUID:7255b53e-d18d-4a8e-b827-b24b4d9c75ea
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-28T08:27:59.760Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82dbb89a-59c1-41f0-a484-205e031aad52 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-28T08:27:59.797Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-28T08:27:59.798Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-28T08:27:59.798Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-28T08:27:59.798Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0dc61efd-a249-4094-b334-3576959563fc from URL: /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar
2021-09-28T08:27:59.798Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-28T08:27:59.798Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar
2021-09-28T08:28:01.030Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-28T08:28:01.034Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar 0dc61efd-a249-4094-b334-3576959563fc 71382
2021-09-28T08:28:01.035Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar ASDC sendASDCNotification
2021-09-28T08:28:01.035Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar
2021-09-28T08:28:01.035Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T08:28:01.036Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:28:01.037Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:28:01.038Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817681034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:28:01.138Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:28:01.139Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:28:01.139Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:28:01.147Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:28:01.147Z||pool-26-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:28:02.038Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-28T08:28:02.040Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-28T08:28:02.040Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0dc61efd-a249-4094-b334-3576959563fc, URL: /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar to file: /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar
2021-09-28T08:28:02.040Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLkaifm-csar.csar
2021-09-28T08:28:02.041Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar
2021-09-28T08:28:02.041Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar
2021-09-28T08:28:02.382Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13201617697743438415/Definitions/service-BasicOnboardLkaifm-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-28T08:28:03.539Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-28T08:28:03.540Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-28T08:28:03.540Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar
2021-09-28T08:28:03.540Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-28T08:28:03.540Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar
2021-09-28T08:28:03.541Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar
2021-09-28T08:28:03.541Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar
2021-09-28T08:28:03.541Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar
2021-09-28T08:28:03.541Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar
2021-09-28T08:28:03.541Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar
2021-09-28T08:28:03.541Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar
2021-09-28T08:28:03.542Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_LkAIfm 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-BasicOnboardLkaifm-csar.csar
2021-09-28T08:28:03.542Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLkaifm-csar.csar
2021-09-28T08:28:03.542Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-28T08:28:03.542Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:03.542Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:28:03.543Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is matching search criteria
2021-09-28T08:28:03.543Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-28T08:28:03.543Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_LkAIfm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-28T08:28:03.544Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:03.544Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:28:03.544Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is matching search criteria
2021-09-28T08:28:03.544Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-28T08:28:03.544Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_LkAIfm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-28T08:28:03.545Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:03.545Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:28:03.545Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:03.546Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is not matching search criteria
2021-09-28T08:28:03.546Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-28T08:28:03.546Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-28T08:28:03.546Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-28T08:28:03.546Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-28T08:28:03.547Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-28T08:28:03.547Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:03.547Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-28T08:28:03.547Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:03.547Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is matching search criteria
2021-09-28T08:28:03.548Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_LkAIfm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T08:28:03.548Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:03.548Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is matching search criteria
2021-09-28T08:28:03.548Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_LkAIfm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T08:28:03.549Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:03.549Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is matching search criteria
2021-09-28T08:28:03.549Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_LkAIfm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T08:28:03.549Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:03.550Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is not matching search criteria
2021-09-28T08:28:03.550Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-28T08:28:03.550Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-28T08:28:03.550Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=591a4ded-c7e4-420e-838a-734a33f31172
2021-09-28T08:28:03.550Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:03.550Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:28:03.551Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:03.551Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:28:03.551Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:03.551Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:28:03.552Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:03.552Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:28:03.552Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_LkAIfm
Description:service
Model UUID:82dbb89a-59c1-41f0-a484-205e031aad52
Model Version:NULL
Model InvariantUuid:e2df9f95-5a3f-4402-af3d-bc4878334451
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_LkAIfm
Model UUID:ae337d99-c229-4550-9459-ed1569a33fad
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:89727a4a-f645-4037-ad13-5173ffb2db9b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4ffce4c9-ca3e-4e69-907f-37494600dc8f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:79a1d1c2-5eb8-4d6b-8634-eee406c73a50
ModelName:BasicOnboardLkaifm..base_ubuntu18..module-0
ModelUuid:83122fb0-f7a7-44af-98f3-65009a7e73cb
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:591a4ded-c7e4-420e-838a-734a33f31172
ModelInvariantUuid:e4f0da6f-9028-47a0-9206-c7c0e8564a9d
ModelName:basic_onboard_LkAIfm-nodes.ubuntu18Cvfc
ModelUuid:9e7828e4-2e33-4ec9-aee4-1a91b9c1b527
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7ae96602-0121-49ae-992b-86f2eea86977
ModelInvariantUuid:463da427-2963-4c38-b23a-0e113333e758
ModelName:BasicOnboardLkaifm.compute.nodes.heat.ubuntu18
ModelUuid:dd02291f-8149-49ca-bac3-8737339e9052
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-28T08:28:03.559Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 39e93a3a-9c79-4745-8996-ea00c9eaf877
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-28T08:28:03.567Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||basic_onboard_LkAIfm 0
2021-09-28T08:28:03.568Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 39e93a3a-9c79-4745-8996-ea00c9eaf877
2021-09-28T08:28:03.568Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5eedd282-ef7e-4304-aade-15dbc0fd16ec from URL: /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json
2021-09-28T08:28:03.568Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-28T08:28:03.568Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json
2021-09-28T08:28:05.268Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-28T08:28:05.268Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json 5eedd282-ef7e-4304-aade-15dbc0fd16ec 798
2021-09-28T08:28:05.269Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json ASDC sendASDCNotification
2021-09-28T08:28:05.269Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json
2021-09-28T08:28:05.269Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T08:28:05.270Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:28:05.272Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:28:05.272Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817685269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:28:05.372Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-28T08:28:05.373Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:28:05.373Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:28:05.382Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:28:05.382Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:28:06.273Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLkaifm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "79a1d1c2-5eb8-4d6b-8634-eee406c73a50",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "83122fb0-f7a7-44af-98f3-65009a7e73cb",
"vfModuleModelCustomizationUUID": "139ceecb-7fe4-41ea-ab59-3a4949e05547",
"isBase": true,
"artifacts": [
"cefbb5c5-6f9f-4b3f-8c54-b22745e664cd",
"7255b53e-d18d-4a8e-b827-b24b4d9c75ea"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-28T08:28:06.278Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLkaifm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83122fb0-f7a7-44af-98f3-65009a7e73cb
VfModuleModelInvariantUUID:79a1d1c2-5eb8-4d6b-8634-eee406c73a50
VfModuleModelDescription:NULL
Artifacts UUID List:{
cefbb5c5-6f9f-4b3f-8c54-b22745e664cd
,
7255b53e-d18d-4a8e-b827-b24b4d9c75ea
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-28T08:28:06.280Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardLkaifm..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "79a1d1c2-5eb8-4d6b-8634-eee406c73a50",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "83122fb0-f7a7-44af-98f3-65009a7e73cb",
"vfModuleModelCustomizationUUID": "139ceecb-7fe4-41ea-ab59-3a4949e05547",
"isBase": true,
"artifacts": [
"cefbb5c5-6f9f-4b3f-8c54-b22745e664cd",
"7255b53e-d18d-4a8e-b827-b24b4d9c75ea"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-28T08:28:06.280Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLkaifm..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83122fb0-f7a7-44af-98f3-65009a7e73cb
VfModuleModelInvariantUUID:79a1d1c2-5eb8-4d6b-8634-eee406c73a50
VfModuleModelDescription:NULL
Artifacts UUID List:{
cefbb5c5-6f9f-4b3f-8c54-b22745e664cd
,
7255b53e-d18d-4a8e-b827-b24b4d9c75ea
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-28T08:28:06.280Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cefbb5c5-6f9f-4b3f-8c54-b22745e664cd from URL: /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml
2021-09-28T08:28:06.280Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-28T08:28:06.281Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml
2021-09-28T08:28:07.575Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-28T08:28:07.576Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml cefbb5c5-6f9f-4b3f-8c54-b22745e664cd 5033
2021-09-28T08:28:07.576Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-28T08:28:07.577Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml
2021-09-28T08:28:07.577Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T08:28:07.577Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:28:07.579Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:28:07.579Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817687576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:28:07.679Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:28:07.680Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:28:07.680Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:28:07.695Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:28:07.696Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:28:08.580Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7255b53e-d18d-4a8e-b827-b24b4d9c75ea from URL: /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env
2021-09-28T08:28:08.580Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-28T08:28:08.581Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env
2021-09-28T08:28:10.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-28T08:28:10.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env 7255b53e-d18d-4a8e-b827-b24b4d9c75ea 909
2021-09-28T08:28:10.090Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-28T08:28:10.090Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env
2021-09-28T08:28:10.090Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T08:28:10.090Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:28:10.092Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:28:10.093Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817690090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:28:10.193Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:28:10.193Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:28:10.194Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:28:10.204Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:28:10.205Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-28T08:28:11.093Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 82dbb89a-59c1-41f0-a484-205e031aad52
2021-09-28T08:28:11.094Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_LkAIfm 0 39e93a3a-9c79-4745-8996-ea00c9eaf877 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-28T08:28:11.104Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ea5d626, org.onap.sdc.toscaparser.api.parameters.Input@7f647b0e, org.onap.sdc.toscaparser.api.parameters.Input@64547fb6, org.onap.sdc.toscaparser.api.parameters.Input@329d6313, org.onap.sdc.toscaparser.api.parameters.Input@12a99780]
2021-09-28T08:28:11.105Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:11.106Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:28:11.106Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-09-28T08:28:11.106Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4ffce4c9-ca3e-4e69-907f-37494600dc8f
2021-09-28T08:28:11.106Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4ffce4c9-ca3e-4e69-907f-37494600dc8f matches Tosca VF Customization UUID: 4ffce4c9-ca3e-4e69-907f-37494600dc8f
2021-09-28T08:28:11.106Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4ffce4c9-ca3e-4e69-907f-37494600dc8f matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-28T08:28:11.108Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:11.108Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:28:11.109Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4ffce4c9-ca3e-4e69-907f-37494600dc8f: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-28T08:28:11.109Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@507b32bc
2021-09-28T08:28:11.109Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:11.109Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-28T08:28:11.109Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 139ceecb-7fe4-41ea-ab59-3a4949e05547
2021-09-28T08:28:11.109Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 139ceecb-7fe4-41ea-ab59-3a4949e05547
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-28T08:28:11.111Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:11.112Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is matching search criteria
2021-09-28T08:28:11.112Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_LkAIfm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T08:28:11.112Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:11.112Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is matching search criteria
2021-09-28T08:28:11.112Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_LkAIfm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T08:28:11.113Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:11.113Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is not matching search criteria
2021-09-28T08:28:11.113Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-28T08:28:11.113Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-28T08:28:11.113Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=591a4ded-c7e4-420e-838a-734a33f31172
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-28T08:28:11.116Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:11.116Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is matching search criteria
2021-09-28T08:28:11.116Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_LkAIfm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T08:28:11.116Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:11.116Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_LkAIfm 0 is matching search criteria
2021-09-28T08:28:11.116Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_LkAIfm 0] matching following query criteria: sdcType=VF, customizationUUID=4ffce4c9-ca3e-4e69-907f-37494600dc8f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-28T08:28:11.118Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:11.118Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:28:11.118Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 82dbb89a-59c1-41f0-a484-205e031aad52: basic_onboard_LkAIfm
2021-09-28T08:28:11.118Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:11.118Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:28:11.119Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:11.119Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:28:11.119Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:11.119Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:28:11.119Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:11.119Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:28:11.119Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:28:11.120Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_LkAIfm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:28:11.120Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_LkAIfm
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T08:28:11.203Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_LkAIfm 39e93a3a-9c79-4745-8996-ea00c9eaf877 1 ASDC deployResourceStructure
2021-09-28T08:28:11.203Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json ASDC sendASDCNotification
2021-09-28T08:28:11.203Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json
2021-09-28T08:28:11.203Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-28T08:28:11.203Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:28:11.206Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:28:11.206Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817691203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-28T08:28:11.306Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:28:11.307Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:28:11.307Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:28:11.317Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:28:11.319Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-28T08:28:12.207Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-28T08:28:12.207Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml
2021-09-28T08:28:12.207Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-28T08:28:12.207Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:28:12.209Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:28:12.209Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817692207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-28T08:28:12.309Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:28:12.310Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:28:12.310Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:28:12.318Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:28:12.318Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:28:13.209Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-28T08:28:13.210Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env
2021-09-28T08:28:13.210Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-28T08:28:13.211Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:28:13.213Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:28:13.213Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817693209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-28T08:28:13.313Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:28:13.314Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:28:13.314Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:28:13.321Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:28:13.321Z||pool-32-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:28:14.214Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar ASDC sendASDCNotification
2021-09-28T08:28:14.214Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar
2021-09-28T08:28:14.214Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-28T08:28:14.215Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:28:14.217Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:28:14.217Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817694214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T08:28:14.317Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:28:14.318Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:28:14.318Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:28:14.328Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:28:14.328Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:28:15.218Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62b4b870-5ff3-4365-b1a0-ad91aef197d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-28T08:28:15.225Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62b4b870-5ff3-4365-b1a0-ad91aef197d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-28T08:28:15.228Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-28T08:28:15.228Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-28T08:28:15.228Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-28T08:28:15.228Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-28T08:28:15.228Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T08:28:15.229Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T08:28:15.229Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T08:28:15.229Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T08:28:15.229Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T08:28:15.229Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T08:28:15.229Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T08:28:15.232Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-28T08:28:45.232Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 62b4b870-5ff3-4365-b1a0-ad91aef197d2 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-28T08:28:45.237Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 62b4b870-5ff3-4365-b1a0-ad91aef197d2 and serviceModelVersionId: 82dbb89a-59c1-41f0-a484-205e031aad52
2021-09-28T08:28:45.237Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2df9f95-5a3f-4402-af3d-bc4878334451
2021-09-28T08:28:45.238Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2df9f95-5a3f-4402-af3d-bc4878334451/model-vers/model-ver/82dbb89a-59c1-41f0-a484-205e031aad52?depth=0
2021-09-28T08:28:45.243Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-28T08:28:45.308Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2df9f95-5a3f-4402-af3d-bc4878334451/model-vers/model-ver/82dbb89a-59c1-41f0-a484-205e031aad52?depth=0|INFO|500||Invoke
2021-09-28T08:28:45.309Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2df9f95-5a3f-4402-af3d-bc4878334451/model-vers/model-ver/82dbb89a-59c1-41f0-a484-205e031aad52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2df9f95-5a3f-4402-af3d-bc4878334451/model-vers/model-ver/82dbb89a-59c1-41f0-a484-205e031aad52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[62b4b870-5ff3-4365-b1a0-ad91aef197d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[376624b6-951d-4b45-ac69-382d638bc1f5], X-ECOMP-RequestID=[62b4b870-5ff3-4365-b1a0-ad91aef197d2], X-TransactionId=[], X-ONAP-RequestID=[62b4b870-5ff3-4365-b1a0-ad91aef197d2], Content-Type=[application/merge-patch+json]}
2021-09-28T08:28:45.341Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2df9f95-5a3f-4402-af3d-bc4878334451/model-vers/model-ver/82dbb89a-59c1-41f0-a484-205e031aad52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-28T08:28:45.757Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2df9f95-5a3f-4402-af3d-bc4878334451/model-vers/model-ver/82dbb89a-59c1-41f0-a484-205e031aad52?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2df9f95-5a3f-4402-af3d-bc4878334451/model-vers/model-ver/82dbb89a-59c1-41f0-a484-205e031aad52?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210928-08:28:45:345-72667], vertex-id=[143488], Content-Length=[0], Date=[Tue, 28 Sep 2021 08:28:45 GMT], Content-Type=[application/json]}
2021-09-28T08:28:45.758Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2df9f95-5a3f-4402-af3d-bc4878334451/model-vers/model-ver/82dbb89a-59c1-41f0-a484-205e031aad52?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-28T08:28:45.758Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e2df9f95-5a3f-4402-af3d-bc4878334451/model-vers/model-ver/82dbb89a-59c1-41f0-a484-205e031aad52?depth=0|INFO|500||InvokeReturn
2021-09-28T08:28:45.759Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-28T08:28:45.759Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-28T08:28:45.763Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-28T08:28:45.763Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 62b4b870-5ff3-4365-b1a0-ad91aef197d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-28T08:28:45.763Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-28T08:28:45.764Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:28:45.766Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:28:45.766Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817725763,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-28T08:28:45.865Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-28T08:28:45.866Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:28:45.866Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:28:45.896Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:28:45.897Z||pool-34-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-28T08:28:52.087Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:28:52.088Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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-09-28T08:28:52.088Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:28:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:28:52.089Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:28:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:28:52.271Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:28:52.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:28:52.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817672087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:28:52.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:29:01.652Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:29:52.087Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:29:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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-09-28T08:29:52.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:29:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:29:52.089Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:29:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:29:52.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:29:52.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T08:29:52.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817672087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json",
"status": "NOTIFIED"
}
2021-09-28T08:29:52.623Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T08:29:52.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T08:29:52.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817672087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-28T08:29:52.623Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T08:29:52.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T08:29:52.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817672087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:29:52.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T08:29:52.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T08:29:52.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817672087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-28T08:29:52.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T08:29:52.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T08:29:52.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817672087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:29:52.625Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T08:29:52.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T08:29:52.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817672087,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:29:52.625Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-28T08:29:52.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T08:29:52.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817681034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:29:52.626Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:29:52.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T08:29:52.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817685269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:29:52.626Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:29:52.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T08:29:52.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817687576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:29:52.627Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:29:52.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T08:29:52.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817690090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:29:52.627Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:29:52.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T08:29:52.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817691203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/basic_onboard_lkaifm0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-28T08:29:52.628Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:29:52.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T08:29:52.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817692207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-28T08:29:52.629Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:29:52.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T08:29:52.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817693209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/resourceInstances/basic_onboard_lkaifm0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-28T08:29:52.629Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:29:52.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T08:29:52.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817694214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardLkaifm/1.0/artifacts/service-BasicOnboardLkaifm-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T08:29:52.630Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:29:52.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-28T08:29:52.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62b4b870-5ff3-4365-b1a0-ad91aef197d2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632817725763,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-28T08:29:52.631Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:30:01.657Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:30:52.087Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:30:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:30:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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-09-28T08:30:52.090Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:30:52.090Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:30:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:31:01.686Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:31:01.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:31:52.089Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:31:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:31:52.089Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:31:52.089Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:31:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:31:52.089Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:32:01.642Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:32:01.650Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:32:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:32:52.089Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:32:52.090Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:32:52.090Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:32:52.092Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:32:52.092Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:33:01.639Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:33:01.653Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:33:52.087Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:33:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:33:52.090Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:33:52.090Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:33:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:33:52.090Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:34:01.650Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:34:01.650Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:34:52.087Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:34:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:34:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:34:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:34:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:34:52.089Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:35:01.636Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:35:01.648Z|62b4b870-5ff3-4365-b1a0-ad91aef197d2|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:35:52.087Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:35:52.089Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:35:52.090Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:35:52.090Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:35:52.090Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:35:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:36:01.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:36:01.643Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:36:52.089Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:36:52.087Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:36:52.091Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:36:52.091Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:36:52.098Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:36:52.098Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:37:01.638Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:37:01.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:37:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:37:52.091Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:37:52.091Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:37:52.091Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:37:52.091Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:37:52.091Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:38:01.650Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:38:01.655Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:38:52.087Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:38:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:38:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:38:52.089Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:38:52.089Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:38:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:39:01.626Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:39:01.632Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:39:52.087Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:39:52.089Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:39:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:39:52.089Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:39:52.089Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:39:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:40:01.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:40:01.646Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:40:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:40:52.089Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:40:52.092Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:40:52.092Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:40:52.092Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:40:52.092Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:41:01.663Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:41:01.689Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:41:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:41:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:41:52.093Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:41:52.093Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:41:52.094Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:41:52.094Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:42:01.650Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:42:01.651Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:42:52.087Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:42:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:42:52.088Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:42:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:42:52.089Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:42:52.089Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:42:52.722Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:42:52.723Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:42:52.723Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T08:42:52.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-28T08:42:52.723Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"322ae5ea-7b3e-47f9-8ba6-ee23c58226db","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b7a2c128-3494-4374-ba4c-235f70a150ff","serviceDescription":"service","serviceInvariantUUID":"eaace431-6ca0-4c88-a5d5-c23b52368a67","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"10398279-0d46-4092-8d04-b7158937ada3","resourceInvariantUUID":"c7155988-91b4-445c-8f0f-43724f44d67a","resourceCustomizationUUID":"343f69dc-ed26-40cc-ba62-d58c296d2959","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":"OTBmZjczMDZmYTZmZDM0YjlkMjhkMDQ1MzYzOGQzM2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7704adcc-a8b8-4004-9006-1096b94991fc","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTE0OWFhNTZmYjhkNWE0ZjZhMWNiZjZmYjdmMTZhOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"962700c9-499d-4103-9f62-852abef89d94","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-28T08:42:52.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "aai-ml",
"timestamp": 1632818557612,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:42:52.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-28T08:42:52.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-28T08:42:52.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "dcae-sch",
"timestamp": 1632818561341,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:42:52.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-28T08:42:52.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-28T08:42:52.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "cds",
"timestamp": 1632818559098,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:42:52.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-28T08:42:52.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-28T08:42:52.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "aai-ml",
"timestamp": 1632818557612,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:42:52.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-28T08:42:52.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-28T08:42:52.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "cds",
"timestamp": 1632818559098,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:42:52.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-28T08:42:52.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-28T08:42:52.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "dcae-sch",
"timestamp": 1632818561341,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:42:52.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-28T08:42:52.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-28T08:42:52.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "ves-openapi-manager",
"timestamp": 1632818565860,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:42:52.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-28T08:42:52.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-28T08:42:52.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "ves-openapi-manager",
"timestamp": 1632818565860,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:42:52.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-28T08:42:52.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-28T08:42:52.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "policy-id",
"timestamp": 1632818568227,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:42:52.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-28T08:42:52.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-28T08:42:52.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "policy-id",
"timestamp": 1632818568227,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:42:52.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-28T08:42:52.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-28T08:42:52.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "aai-ml",
"timestamp": 1632818570171,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:42:52.728Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:42:52.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-28T08:42:52.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "cds",
"timestamp": 1632818570582,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:42:52.728Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:42:52.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-28T08:42:52.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632818570073,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:42:52.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-28T08:42:52.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-28T08:42:52.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "cds",
"timestamp": 1632818571619,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-09-28T08:42:52.731Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:42:52.731Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T08:42:52.741Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:42:52.742Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632818572087,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:42:52.744Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 322ae5ea-7b3e-47f9-8ba6-ee23c58226db
2021-09-28T08:42:52.744Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 322ae5ea-7b3e-47f9-8ba6-ee23c58226db and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T08:42:52.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-28T08:42:52.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632818570073,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:42:52.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-09-28T08:42:52.835Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-09-28T08:42:52.836Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:42:52.836Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:42:52.851Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:42:52.851Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:42:53.743Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:42:53.743Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:42:53.745Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:42:53.745Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632818572087,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:42:53.845Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:42:53.846Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:42:53.847Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:42:53.856Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:42:53.857Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:42:54.746Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "b7a2c128-3494-4374-ba4c-235f70a150ff",
"serviceDescription": "service",
"serviceInvariantUUID": "eaace431-6ca0-4c88-a5d5-c23b52368a67",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "343f69dc-ed26-40cc-ba62-d58c296d2959",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "10398279-0d46-4092-8d04-b7158937ada3",
"resourceInvariantUUID": "c7155988-91b4-445c-8f0f-43724f44d67a",
"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": "NTE0OWFhNTZmYjhkNWE0ZjZhMWNiZjZmYjdmMTZhOGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "962700c9-499d-4103-9f62-852abef89d94"
}
],
"workloadContext": "Production"
}
2021-09-28T08:42:54.746Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-28T08:42:54.746Z|ea0c1d7d-5b2b-4c32-8c02-eb510ff937bf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b7a2c128-3494-4374-ba4c-235f70a150ff ASDC
2021-09-28T08:42:54.747Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:322ae5ea-7b3e-47f9-8ba6-ee23c58226db
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b7a2c128-3494-4374-ba4c-235f70a150ff
ServiceInvariantUUID:eaace431-6ca0-4c88-a5d5-c23b52368a67
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:962700c9-499d-4103-9f62-852abef89d94
ArtifactChecksum:NTE0OWFhNTZmYjhkNWE0ZjZhMWNiZjZmYjdmMTZhOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:343f69dc-ed26-40cc-ba62-d58c296d2959
ResourceInvariantUUID:c7155988-91b4-445c-8f0f-43724f44d67a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:10398279-0d46-4092-8d04-b7158937ada3
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-28T08:42:54.747Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b7a2c128-3494-4374-ba4c-235f70a150ff ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-28T08:42:54.767Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-28T08:42:54.768Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-28T08:42:54.768Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-28T08:42:54.768Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 962700c9-499d-4103-9f62-852abef89d94 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-28T08:42:54.768Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-28T08:42:54.769Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-28T08:42:55.997Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-28T08:42:56.000Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 962700c9-499d-4103-9f62-852abef89d94 52176
2021-09-28T08:42:56.000Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-28T08:42:56.000Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-28T08:42:56.000Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T08:42:56.001Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:42:56.002Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:42:56.002Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632818576000,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:42:56.103Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:42:56.103Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:42:56.103Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:42:56.124Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:42:56.125Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:42:57.003Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-28T08:42:57.004Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-28T08:42:57.004Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 962700c9-499d-4103-9f62-852abef89d94, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-28T08:42:57.069Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-28T08:42:57.070Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-28T08:42:57.070Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-28T08:42:57.207Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3686382572945984823/Definitions/service-BasicNetwork-template.yml
2021-09-28T08:42:57.679Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-28T08:42:57.679Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-28T08:42:57.679Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-28T08:42:57.679Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-28T08:42:57.680Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-28T08:42:57.680Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-28T08:42:57.680Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-28T08:42:57.680Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-28T08:42:57.680Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-28T08:42:57.680Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-28T08:42:57.680Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-28T08:42:57.680Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-28T08:42:57.680Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-28T08:42:57.680Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:42:57.681Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:42:57.681Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-28T08:42:57.681Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-28T08:42:57.681Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-28T08:42:57.681Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:42:57.681Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:42:57.681Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-28T08:42:57.682Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-28T08:42:57.682Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-28T08:42:57.682Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:42:57.682Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:42:57.682Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:42:57.682Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:42:57.682Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:42:57.683Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:42:57.683Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:42:57.683Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:42:57.683Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:42:57.683Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:42:57.683Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:b7a2c128-3494-4374-ba4c-235f70a150ff
Model Version:NULL
Model InvariantUuid:eaace431-6ca0-4c88-a5d5-c23b52368a67
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c7155988-91b4-445c-8f0f-43724f44d67a
Model UUID:848cc796-dc04-49f5-8733-85a9631f0637
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:343f69dc-ed26-40cc-ba62-d58c296d2959
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-28T08:42:57.687Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 10398279-0d46-4092-8d04-b7158937ada3
2021-09-28T08:42:57.687Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||No resources found for Service: b7a2c128-3494-4374-ba4c-235f70a150ff
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-28T08:42:57.691Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||
2021-09-28T08:42:57.691Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-28T08:42:57.692Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b7a2c128-3494-4374-ba4c-235f70a150ff
2021-09-28T08:42:57.692Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b7a2c128-3494-4374-ba4c-235f70a150ff
2021-09-28T08:42:57.692Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-28T08:42:57.692Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-28T08:42:57.695Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6472d09, org.onap.sdc.toscaparser.api.parameters.Input@2a1308f, org.onap.sdc.toscaparser.api.parameters.Input@62e290bd, org.onap.sdc.toscaparser.api.parameters.Input@27c3d609, org.onap.sdc.toscaparser.api.parameters.Input@18d3989d]
2021-09-28T08:42:57.696Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:42:57.696Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:42:57.696Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:42:57.696Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:42:57.697Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b7a2c128-3494-4374-ba4c-235f70a150ff: Generic NeutronNet
2021-09-28T08:42:57.697Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:42:57.697Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:42:57.697Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:42:57.697Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-28T08:42:57.733Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:42:57.733Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:42:57.733Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:42:57.733Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:42:57.734Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:42:57.734Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:42:57.734Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-28T08:42:57.792Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-28T08:42:57.793Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-28T08:42:57.793Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-28T08:42:57.793Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-28T08:42:57.794Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:42:57.795Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:42:57.795Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632818577793,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T08:42:57.895Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:42:57.896Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:42:57.896Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:42:57.904Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:42:57.904Z||pool-38-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:42:58.796Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-28T08:42:58.803Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-28T08:42:58.805Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-28T08:42:58.805Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-28T08:42:58.805Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-28T08:43:28.806Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-28T08:43:28.819Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-28T08:43:28.820Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-28T08:43:28.820Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-28T08:43:28.820Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-28T08:43:52.089Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:43:52.090Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:43:52.090Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:43:52.219Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:43:52.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-28T08:43:52.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "policy-id",
"timestamp": 1632818572617,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:43:52.221Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:43:58.821Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-28T08:43:58.828Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-28T08:43:58.831Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-28T08:43:58.831Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-28T08:43:58.831Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-28T08:44:28.832Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-28T08:44:28.847Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-28T08:44:28.849Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-28T08:44:28.849Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-28T08:44:28.850Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-28T08:44:52.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:44:52.092Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:44:52.093Z||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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:44:52.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:44:52.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:44:52.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632818572087,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:44:52.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:44:52.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:44:52.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "policy-id",
"timestamp": 1632818573629,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T08:44:52.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:44:52.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:44:52.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632818572087,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:44:52.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:44:52.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:44:52.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "policy-id",
"timestamp": 1632818574641,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T08:44:52.640Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 322ae5ea-7b3e-47f9-8ba6-ee23c58226db
2021-09-28T08:44:52.640Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 322ae5ea-7b3e-47f9-8ba6-ee23c58226db and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T08:44:52.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:44:52.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "aai-ml",
"timestamp": 1632818575661,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T08:44:52.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:44:52.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:44:52.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632818576000,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:44:52.653Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:44:52.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:44:52.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "aai-ml",
"timestamp": 1632818576667,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T08:44:52.657Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 322ae5ea-7b3e-47f9-8ba6-ee23c58226db
2021-09-28T08:44:52.657Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 322ae5ea-7b3e-47f9-8ba6-ee23c58226db and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T08:44:52.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:44:52.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "clamp",
"timestamp": 1632818576663,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:44:52.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:44:52.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:44:52.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632818577793,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T08:44:52.664Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:44:52.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:44:52.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "clamp",
"timestamp": 1632818576663,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:44:52.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:44:52.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:44:52.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632818583792,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:44:52.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:44:52.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:44:52.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632818583792,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:44:52.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-09-28T08:44:52.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:44:52.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "clamp",
"timestamp": 1632818586596,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:44:52.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:44:52.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:44:52.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "clamp",
"timestamp": 1632818588614,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T08:44:52.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:44:52.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:44:52.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632818589366,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:44:52.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:44:52.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:44:52.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "clamp",
"timestamp": 1632818589617,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T08:44:52.671Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 322ae5ea-7b3e-47f9-8ba6-ee23c58226db
2021-09-28T08:44:52.671Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 322ae5ea-7b3e-47f9-8ba6-ee23c58226db and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T08:44:52.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:44:52.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632818591125,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-28T08:44:52.678Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-28T08:44:52.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-28T08:44:52.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632818592131,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T08:44:52.683Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 322ae5ea-7b3e-47f9-8ba6-ee23c58226db
2021-09-28T08:44:52.683Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 322ae5ea-7b3e-47f9-8ba6-ee23c58226db and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T08:44:58.851Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-28T08:44:58.859Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-28T08:44:58.862Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-28T08:44:58.862Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-28T08:44:58.862Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-28T08:44:58.862Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-28T08:44:58.862Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T08:44:58.862Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T08:44:58.862Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T08:44:58.862Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T08:44:58.863Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T08:44:58.863Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-28T08:44:58.863Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-28T08:44:58.867Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-28T08:45:28.867Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-28T08:45:28.873Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 322ae5ea-7b3e-47f9-8ba6-ee23c58226db and serviceModelVersionId: b7a2c128-3494-4374-ba4c-235f70a150ff
2021-09-28T08:45:28.873Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eaace431-6ca0-4c88-a5d5-c23b52368a67
2021-09-28T08:45:28.874Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eaace431-6ca0-4c88-a5d5-c23b52368a67/model-vers/model-ver/b7a2c128-3494-4374-ba4c-235f70a150ff?depth=0
2021-09-28T08:45:28.881Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-09-28T08:45:28.943Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eaace431-6ca0-4c88-a5d5-c23b52368a67/model-vers/model-ver/b7a2c128-3494-4374-ba4c-235f70a150ff?depth=0|INFO|500||Invoke
2021-09-28T08:45:28.943Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eaace431-6ca0-4c88-a5d5-c23b52368a67/model-vers/model-ver/b7a2c128-3494-4374-ba4c-235f70a150ff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eaace431-6ca0-4c88-a5d5-c23b52368a67/model-vers/model-ver/b7a2c128-3494-4374-ba4c-235f70a150ff?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[322ae5ea-7b3e-47f9-8ba6-ee23c58226db], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b0e5a83d-8207-4a5a-9415-5a26230456a3], X-ECOMP-RequestID=[322ae5ea-7b3e-47f9-8ba6-ee23c58226db], X-TransactionId=[], X-ONAP-RequestID=[322ae5ea-7b3e-47f9-8ba6-ee23c58226db], Content-Type=[application/merge-patch+json]}
2021-09-28T08:45:28.971Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eaace431-6ca0-4c88-a5d5-c23b52368a67/model-vers/model-ver/b7a2c128-3494-4374-ba4c-235f70a150ff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-28T08:45:29.626Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eaace431-6ca0-4c88-a5d5-c23b52368a67/model-vers/model-ver/b7a2c128-3494-4374-ba4c-235f70a150ff?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eaace431-6ca0-4c88-a5d5-c23b52368a67/model-vers/model-ver/b7a2c128-3494-4374-ba4c-235f70a150ff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210928-08:45:28:967-94962], vertex-id=[565480], Content-Length=[0], Date=[Tue, 28 Sep 2021 08:45:28 GMT], Content-Type=[application/json]}
2021-09-28T08:45:29.626Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eaace431-6ca0-4c88-a5d5-c23b52368a67/model-vers/model-ver/b7a2c128-3494-4374-ba4c-235f70a150ff?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-28T08:45:29.627Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eaace431-6ca0-4c88-a5d5-c23b52368a67/model-vers/model-ver/b7a2c128-3494-4374-ba4c-235f70a150ff?depth=0|INFO|500||InvokeReturn
2021-09-28T08:45:29.627Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-28T08:45:29.627Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-28T08:45:29.632Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-09-28T08:45:29.632Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 322ae5ea-7b3e-47f9-8ba6-ee23c58226db and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-28T08:45:29.632Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-28T08:45:29.633Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:45:29.636Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:45:29.637Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "322ae5ea-7b3e-47f9-8ba6-ee23c58226db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632818729632,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-28T08:45:29.736Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-28T08:45:29.737Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:45:29.738Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:45:29.750Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:45:29.750Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-28T08:45:30.646Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-28T08:45:30.647Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-28T08:45:30.647Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|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 CuaBeDCVFJxj2Afe) ...
2021-09-28T08:45:34.964Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:45:34.965Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-28T08:45:34.965Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b810664-e59a-4d9b-b39c-90582860a945","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"eaecf927-426e-4730-a77b-61be3c16ac24","serviceDescription":"service","serviceInvariantUUID":"de0fe7ce-0c39-4054-9c9d-433e3d300df1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"559c6431-0b2e-43cc-b894-242996b043c6","resourceInvariantUUID":"98cef7bc-31d6-4372-9dc6-83ea6b239cc3","resourceCustomizationUUID":"64cc9925-4eb0-4909-907c-ecffae9578ac","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":"MDM4YTg1ZWIzNGQ1OTNjNzRhMzhjMzQzOWRjNjE1N2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"332033a3-200d-4a8b-9f3a-f0556387c605","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":"YTI5OWJiYjI2ZDBkYjZmYWM3NmE2MmQ0ODExNzI0YmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"58ae43f5-8b4f-4a23-88ab-513015b0040a","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":"b80a2f6f-6389-40ae-812c-01a62536a663","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":"bf7960da-1c82-4c4a-856c-da31c86f638d","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":"f24c0036-f72d-47d8-92ae-aa23db899751","artifactVersion":"2","generatedFromUUID":"b80a2f6f-6389-40ae-812c-01a62536a663"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWE5NjBhN2Y3ZjExZWI5NWNkNzJiZTE0MjFhZWNkZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2d3978ed-05d5-4523-baf4-f07605d7d557","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YmNjM2IzOTZmNTBiMmIwOGE2OGQ4YWI3OTM0MWU5NzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"649bb83e-3beb-4ec5-86c8-0f9c0f7f2515","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-28T08:45:34.967Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:45:34.968Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:45:34.969Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:45:34.970Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0b810664-e59a-4d9b-b39c-90582860a945",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632818730646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:45:35.070Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:45:35.070Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:45:35.070Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:45:35.078Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:45:35.079Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:45:35.970Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:45:35.971Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:45:35.973Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:45:35.973Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0b810664-e59a-4d9b-b39c-90582860a945",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632818730646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-09-28T08:45:36.073Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:45:36.074Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:45:36.074Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:45:36.087Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:45:36.088Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:45:36.975Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:45:36.977Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:45:36.979Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:45:36.980Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0b810664-e59a-4d9b-b39c-90582860a945",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632818730646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-09-28T08:45:37.080Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:45:37.080Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:45:37.080Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:45:37.089Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:45:37.089Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:45:37.981Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:45:37.981Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:45:37.985Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:45:37.986Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0b810664-e59a-4d9b-b39c-90582860a945",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632818730646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:45:38.086Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-28T08:45:38.086Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:45:38.086Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:45:38.095Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:45:38.095Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:45:38.986Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:45:38.990Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:45:38.993Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:45:38.994Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0b810664-e59a-4d9b-b39c-90582860a945",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632818730646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-09-28T08:45:39.094Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:45:39.095Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:45:39.095Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:45:39.112Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:45:39.112Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:45:39.994Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:45:39.999Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:45:40.008Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:45:40.008Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0b810664-e59a-4d9b-b39c-90582860a945",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632818730646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-28T08:45:40.108Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:45:40.109Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:45:40.109Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:45:40.125Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:45:40.126Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:45:41.008Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-28T08:45:41.009Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:45:41.012Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:45:41.012Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0b810664-e59a-4d9b-b39c-90582860a945",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632818730646,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-09-28T08:45:41.113Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-28T08:45:41.114Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:45:41.114Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:45:41.129Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:45:41.129Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:45:42.013Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "0b810664-e59a-4d9b-b39c-90582860a945",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "eaecf927-426e-4730-a77b-61be3c16ac24",
"serviceDescription": "service",
"serviceInvariantUUID": "de0fe7ce-0c39-4054-9c9d-433e3d300df1",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "64cc9925-4eb0-4909-907c-ecffae9578ac",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "559c6431-0b2e-43cc-b894-242996b043c6",
"resourceInvariantUUID": "98cef7bc-31d6-4372-9dc6-83ea6b239cc3",
"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": "YTI5OWJiYjI2ZDBkYjZmYWM3NmE2MmQ0ODExNzI0YmM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "58ae43f5-8b4f-4a23-88ab-513015b0040a",
"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": "b80a2f6f-6389-40ae-812c-01a62536a663",
"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": "f24c0036-f72d-47d8-92ae-aa23db899751",
"generatedFromUUID": "b80a2f6f-6389-40ae-812c-01a62536a663"
},
"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": "f24c0036-f72d-47d8-92ae-aa23db899751",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YmNjM2IzOTZmNTBiMmIwOGE2OGQ4YWI3OTM0MWU5NzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "649bb83e-3beb-4ec5-86c8-0f9c0f7f2515"
}
],
"workloadContext": "Production"
}
2021-09-28T08:45:42.013Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-28T08:45:42.014Z|322ae5ea-7b3e-47f9-8ba6-ee23c58226db|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eaecf927-426e-4730-a77b-61be3c16ac24 ASDC
2021-09-28T08:45:42.014Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:0b810664-e59a-4d9b-b39c-90582860a945
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:eaecf927-426e-4730-a77b-61be3c16ac24
ServiceInvariantUUID:de0fe7ce-0c39-4054-9c9d-433e3d300df1
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:649bb83e-3beb-4ec5-86c8-0f9c0f7f2515
ArtifactChecksum:YmNjM2IzOTZmNTBiMmIwOGE2OGQ4YWI3OTM0MWU5NzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:64cc9925-4eb0-4909-907c-ecffae9578ac
ResourceInvariantUUID:98cef7bc-31d6-4372-9dc6-83ea6b239cc3
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:559c6431-0b2e-43cc-b894-242996b043c6
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:58ae43f5-8b4f-4a23-88ab-513015b0040a
ArtifactChecksum:YTI5OWJiYjI2ZDBkYjZmYWM3NmE2MmQ0ODExNzI0YmM=
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:b80a2f6f-6389-40ae-812c-01a62536a663
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:f24c0036-f72d-47d8-92ae-aa23db899751
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:f24c0036-f72d-47d8-92ae-aa23db899751
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-28T08:45:42.014Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eaecf927-426e-4730-a77b-61be3c16ac24 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-28T08:45:42.046Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-28T08:45:42.046Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-28T08:45:42.046Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-28T08:45:42.046Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 649bb83e-3beb-4ec5-86c8-0f9c0f7f2515 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-28T08:45:42.046Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-09-28T08:45:42.047Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-28T08:45:43.623Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-09-28T08:45:43.626Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 649bb83e-3beb-4ec5-86c8-0f9c0f7f2515 70873
2021-09-28T08:45:43.627Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-28T08:45:43.627Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-28T08:45:43.627Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-28T08:45:43.627Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-09-28T08:45:43.629Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-28T08:45:43.629Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "0b810664-e59a-4d9b-b39c-90582860a945",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632818743627,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-28T08:45:43.729Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-28T08:45:43.730Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-28T08:45:43.730Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CuaBeDCVFJxj2Afe) ...
2021-09-28T08:45:43.741Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-28T08:45:43.741Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-28T08:45:44.629Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-28T08:45:44.631Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-09-28T08:45:44.632Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 649bb83e-3beb-4ec5-86c8-0f9c0f7f2515, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T08:45:44.632Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-28T08:45:44.633Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T08:45:44.633Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T08:45:45.068Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15051426250239267854/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-09-28T08:45:46.187Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-28T08:45:46.188Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-28T08:45:46.188Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T08:45:46.188Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-28T08:45:46.188Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T08:45:46.188Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T08:45:46.188Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T08:45:46.188Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T08:45:46.188Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T08:45:46.189Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T08:45:46.189Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T08:45:46.189Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T08:45:46.189Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-28T08:45:46.189Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-09-28T08:45:46.189Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:45:46.189Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:45:46.189Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-28T08:45:46.190Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-28T08:45:46.190Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-28T08:45:46.190Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:45:46.190Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:45:46.190Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-28T08:45:46.190Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-09-28T08:45:46.191Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-28T08:45:46.191Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:45:46.191Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-28T08:45:46.191Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:45:46.191Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-28T08:45:46.192Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-28T08:45:46.192Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-28T08:45:46.192Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-28T08:45:46.193Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-28T08:45:46.193Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-28T08:45:46.193Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:45:46.193Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-28T08:45:46.193Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:45:46.193Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-28T08:45:46.193Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T08:45:46.194Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:45:46.194Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-28T08:45:46.194Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T08:45:46.194Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-28T08:45:46.194Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-28T08:45:46.194Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-28T08:45:46.195Z|0b810664-e59a-4d9b-b39c-90582860a945|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery