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-08-30T08:10:03.934Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-58db5c47c8-sjsjx with PID 14 (/app/app.jar started by so in /app)
2021-08-30T08:10:03.943Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-30T08:10:03.944Z||main|||||INFO|500||The following profiles are active: basic
2021-08-30T08:10:18.387Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-30T08:10:18.390Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-30T08:10:18.784Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-30T08:10:25.139Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-30T08:10:25.511Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-30T08:10:27.139Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-30T08:10:27.148Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-30T08:10:27.823Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-30T08:10:29.911Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-30T08:10:31.828Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-30T08:10:38.376Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-30T08:10:41.231Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-30T08:10:41.291Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-30T08:10:41.914Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-30T08:10:42.070Z||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-08-30T08:10:43.410Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-30T08:10:44.519Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-08-30T08:10:44.548Z||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$$1fdb4479.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-08-30T08:10:44.550Z||main|||||WARN|500||The sdc end point is not alive
2021-08-30T08:10:47.486Z||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-08-30T08:10:50.052Z||main|||||WARN|500||---
2021-08-30T08:10:50.053Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-30T08:10:50.054Z||main|||||WARN|500||---
2021-08-30T08:10:50.466Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-30T08:10:54.608Z||main|||||INFO|500||Started Application in 53.848 seconds (JVM running for 60.265)
2021-08-30T08:10:54.607Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-30T08:10:54.614Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-30T08:10:54.642Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-30T08:10:54.702Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-30T08:10:54.834Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c897a440-a367-49a3-9a1e-aa839117d36a url= /sdc/v1/artifactTypes
2021-08-30T08:10:54.836Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-30T08:10:55.709Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-30T08:10:55.743Z||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-08-30T08:10:55.763Z||scheduling-1|||||DEBUG|500||create keys
2021-08-30T08:10:55.770Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-30T08:10:55.799Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:10:55.815Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6f06f352-7d27-4a7f-a56a-abeca98c9cf7 url= /sdc/v1/registerForDistribution
2021-08-30T08:10:56.063Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6f06f352-7d27-4a7f-a56a-abeca98c9cf7 url= /sdc/v1/registerForDistribution
2021-08-30T08:10:56.063Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-30T08:10:56.086Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:10:56.107Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:10:56.122Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-30T08:10:56.128Z||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-08-30T08:10:56.128Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:10:56.129Z||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-08-30T08:10:56.129Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:11:06.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:11:06.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:11:56.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:11:56.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:11:56.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-08-30T08:11:56.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 vVxR0BwxjColsjXN) ...
2021-08-30T08:11:56.103Z||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-08-30T08:11:56.106Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:12:05.708Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:12:05.721Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:12:56.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:12:56.077Z||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-08-30T08:12:56.077Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:12:56.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:12:56.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-08-30T08:12:56.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 vVxR0BwxjColsjXN) ...
2021-08-30T08:13:05.679Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:13:05.678Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:13:56.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:13:56.076Z||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-08-30T08:13:56.076Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:13:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:13:56.084Z||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-08-30T08:13:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:14:05.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:14:05.687Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:14:56.072Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:14:56.075Z||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-08-30T08:14:56.075Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:14:56.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:14:56.084Z||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-08-30T08:14:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:15:05.656Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:15:05.667Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:15:56.074Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:15:56.079Z||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-08-30T08:15:56.080Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:15:56.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:15:56.085Z||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-08-30T08:15:56.085Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:16:05.678Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:16:05.686Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:16:56.073Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:16:56.076Z||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-08-30T08:16:56.077Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:16:56.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:16:56.084Z||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-08-30T08:16:56.085Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:17:05.633Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:17:05.649Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:17:56.076Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:17:56.078Z||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-08-30T08:17:56.079Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:17:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:17:56.084Z||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-08-30T08:17:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:18:05.668Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:18:05.668Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:18:56.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:18:56.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:18:56.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-08-30T08:18:56.088Z||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-08-30T08:18:56.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 vVxR0BwxjColsjXN) ...
2021-08-30T08:18:56.088Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:19:05.648Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:19:05.648Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:19:56.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:19:56.075Z||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-08-30T08:19:56.076Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:19:56.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:19:56.085Z||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-08-30T08:19:56.085Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:20:05.676Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:20:05.683Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:20:18.571Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-30T08:20:56.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:20:56.075Z||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-08-30T08:20:56.075Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:20:56.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:20:56.084Z||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-08-30T08:20:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:21:05.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:21:05.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:21:56.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:21:56.076Z||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-08-30T08:21:56.076Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:21:56.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:21:56.085Z||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-08-30T08:21:56.088Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:22:05.648Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:22:05.653Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:22:56.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:22:56.077Z||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-08-30T08:22:56.077Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:22:56.083Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:22:56.084Z||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-08-30T08:22:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:23:05.638Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:23:05.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:23:56.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:23:56.081Z||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-08-30T08:23:56.081Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:23:56.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:23:56.085Z||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-08-30T08:23:56.086Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:24:05.714Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:24:05.714Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:24:56.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:24:56.076Z||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-08-30T08:24:56.077Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:24:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:24:56.084Z||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-08-30T08:24:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:25:05.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:25:05.647Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:25:56.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:25:56.075Z||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-08-30T08:25:56.075Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:25:56.085Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:25:56.087Z||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-08-30T08:25:56.087Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:26:05.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:26:05.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:26:56.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:26:56.078Z||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-08-30T08:26:56.078Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:26:56.084Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:26:56.085Z||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-08-30T08:26:56.085Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:27:05.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:27:05.633Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:27:56.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:27:56.077Z||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-08-30T08:27:56.081Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:27:56.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:27:56.084Z||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-08-30T08:27:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:28:05.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:28:05.676Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:28:56.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:28:56.079Z||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-08-30T08:28:56.080Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:28:56.083Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:28:56.084Z||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-08-30T08:28:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:29:05.677Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:29:05.681Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:29:56.080Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:29:56.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:29:56.083Z||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-08-30T08:29:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:29:56.083Z||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-08-30T08:29:56.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 vVxR0BwxjColsjXN) ...
2021-08-30T08:30:05.642Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:30:05.651Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:30:56.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:30:56.076Z||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-08-30T08:30:56.077Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:30:56.083Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:30:56.084Z||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-08-30T08:30:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:31:05.650Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:31:05.650Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:31:56.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:31:56.075Z||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-08-30T08:31:56.075Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:31:56.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:31:56.084Z||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-08-30T08:31:56.085Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:32:05.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:32:05.691Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:32:56.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:32:56.088Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:32:56.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-08-30T08:32:56.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 vVxR0BwxjColsjXN) ...
2021-08-30T08:32:56.118Z||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-08-30T08:32:56.119Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:33:05.674Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:33:05.688Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:33:56.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:33:56.078Z||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-08-30T08:33:56.078Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:33:56.083Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:33:56.084Z||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-08-30T08:33:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:34:05.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:34:05.644Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:34:56.073Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:34:56.077Z||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-08-30T08:34:56.078Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:34:56.083Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:34:56.083Z||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-08-30T08:34:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:35:05.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:35:05.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:35:56.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:35:56.076Z||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-08-30T08:35:56.076Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:35:56.083Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:35:56.084Z||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-08-30T08:35:56.085Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:36:05.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:36:05.634Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:36:56.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:36:56.077Z||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-08-30T08:36:56.079Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:36:56.084Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:36:56.085Z||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-08-30T08:36:56.085Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:37:05.653Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:37:05.670Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:37:56.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:37:56.080Z||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-08-30T08:37:56.080Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:37:56.084Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:37:56.084Z||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-08-30T08:37:56.086Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:38:05.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:38:05.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:38:56.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:38:56.078Z||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-08-30T08:38:56.078Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:38:56.083Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:38:56.084Z||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-08-30T08:38:56.085Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:39:05.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:39:05.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:39:56.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:39:56.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:39:56.087Z||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-08-30T08:39:56.087Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:39:56.087Z||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-08-30T08:39:56.088Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:40:05.645Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:40:05.663Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:40:56.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:40:56.076Z||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-08-30T08:40:56.076Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:40:56.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:40:56.084Z||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-08-30T08:40:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:41:05.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:41:05.658Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:41:56.072Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:41:56.077Z||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-08-30T08:41:56.077Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:41:56.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:41:56.084Z||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-08-30T08:41:56.085Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:42:05.650Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:42:05.651Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:42:56.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:42:56.077Z||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-08-30T08:42:56.078Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:42:56.095Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:42:56.097Z||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-08-30T08:42:56.097Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:43:05.642Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:43:05.642Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:43:56.073Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:43:56.078Z||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-08-30T08:43:56.078Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:43:56.083Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:43:56.085Z||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-08-30T08:43:56.085Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:44:05.643Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:44:05.658Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:44:56.083Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:44:56.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:44:56.089Z||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-08-30T08:44:56.089Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:44:56.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-08-30T08:44:56.094Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:45:05.671Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:45:05.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:45:56.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:45:56.075Z||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-08-30T08:45:56.075Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:45:56.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:45:56.084Z||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-08-30T08:45:56.085Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:46:05.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:46:05.629Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:46:56.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:46:56.078Z||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-08-30T08:46:56.079Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:46:56.085Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:46:56.087Z||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-08-30T08:46:56.095Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:47:05.647Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:47:05.654Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:47:56.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:47:56.074Z||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-08-30T08:47:56.074Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:47:56.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:47:56.088Z||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-08-30T08:47:56.088Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:48:05.662Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:48:05.668Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:48:56.074Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:48:56.079Z||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-08-30T08:48:56.079Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:48:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:48:56.084Z||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-08-30T08:48:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:49:05.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:49:05.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:49:56.074Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:49:56.078Z||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-08-30T08:49:56.078Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:49:56.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:49:56.083Z||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-08-30T08:49:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:50:05.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:50:05.671Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:50:56.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:50:56.079Z||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-08-30T08:50:56.080Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:50:56.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:50:56.084Z||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-08-30T08:50:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:51:05.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:51:05.644Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:51:56.071Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:51:56.073Z||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-08-30T08:51:56.074Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:51:56.086Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:51:56.087Z||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-08-30T08:51:56.087Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:52:05.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:52:05.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:52:56.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:52:56.075Z||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-08-30T08:52:56.076Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:52:56.083Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:52:56.084Z||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-08-30T08:52:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:53:05.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:53:05.646Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:53:56.073Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:53:56.077Z||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-08-30T08:53:56.077Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:53:56.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:53:56.085Z||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-08-30T08:53:56.085Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:54:05.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:54:05.675Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:54:56.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:54:56.076Z||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-08-30T08:54:56.076Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:54:56.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:54:56.083Z||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-08-30T08:54:56.083Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:55:05.628Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:55:05.632Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:55:56.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:55:56.075Z||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-08-30T08:55:56.075Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:55:56.083Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:55:56.084Z||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-08-30T08:55:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:56:05.647Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:56:05.667Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:56:56.074Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:56:56.078Z||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-08-30T08:56:56.079Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:56:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:56:56.083Z||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-08-30T08:56:56.083Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:57:05.639Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:57:05.645Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:57:56.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:57:56.076Z||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-08-30T08:57:56.076Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:57:56.083Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:57:56.083Z||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-08-30T08:57:56.083Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:58:05.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:58:05.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:58:56.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:58:56.077Z||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-08-30T08:58:56.077Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:58:56.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:58:56.083Z||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-08-30T08:58:56.083Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:59:05.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:59:05.644Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T08:59:56.072Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:59:56.084Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T08:59:56.086Z||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-08-30T08:59:56.086Z||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-08-30T08:59:56.086Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T08:59:56.086Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:00:05.648Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:00:05.648Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:00:56.074Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:00:56.078Z||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-08-30T09:00:56.078Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:00:56.083Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:00:56.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-08-30T09:00:56.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 vVxR0BwxjColsjXN) ...
2021-08-30T09:01:05.645Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:01:05.650Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:01:56.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:01:56.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-30T09:01:56.077Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ...
2021-08-30T09:01:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:01:56.084Z||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-08-30T09:01:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:02:05.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:02:05.667Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:02:56.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:02:56.073Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-30T09:02:56.073Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ...
2021-08-30T09:02:56.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:02:56.084Z||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-08-30T09:02:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:03:05.630Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:03:05.642Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:03:56.075Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:03:56.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-30T09:03:56.078Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ...
2021-08-30T09:03:56.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:03:56.084Z||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-08-30T09:03:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:04:05.646Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:04:05.650Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:04:56.074Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:04:56.078Z||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-08-30T09:04:56.078Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:04:56.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:04:56.084Z||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-08-30T09:04:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:05:05.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:05:05.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:05:56.075Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:05:56.080Z||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-08-30T09:05:56.081Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:05:56.085Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:05:56.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-08-30T09:05:56.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 vVxR0BwxjColsjXN) ...
2021-08-30T09:06:05.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:06:05.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:06:56.079Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:06:56.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:06:56.085Z||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-08-30T09:06:56.085Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:06:56.085Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-30T09:06:56.086Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ...
2021-08-30T09:07:05.648Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:07:05.648Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:07:56.072Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:07:56.075Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-30T09:07:56.075Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ...
2021-08-30T09:07:56.083Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:07:56.085Z||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-08-30T09:07:56.085Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:08:05.628Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:08:05.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:08:56.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:08:56.079Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-30T09:08:56.080Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ...
2021-08-30T09:08:56.083Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:08:56.083Z||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-08-30T09:08:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:09:05.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:09:05.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:09:56.072Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:09:56.076Z||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-08-30T09:09:56.077Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:09:56.086Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:09:56.087Z||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-08-30T09:09:56.087Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:10:05.630Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:10:05.630Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:10:56.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:10:56.076Z||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-08-30T09:10:56.076Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:10:56.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:10:56.088Z||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-08-30T09:10:56.088Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:11:05.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:11:05.631Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:11:56.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:11:56.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-30T09:11:56.077Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ...
2021-08-30T09:11:56.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:11:56.090Z||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-08-30T09:11:56.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 vVxR0BwxjColsjXN) ...
2021-08-30T09:12:05.642Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:12:05.644Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:12:56.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:12:56.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-30T09:12:56.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ...
2021-08-30T09:12:56.086Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:12:56.087Z||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-08-30T09:12:56.087Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:13:05.632Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:13:05.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:13:56.073Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:13:56.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-30T09:13:56.078Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ...
2021-08-30T09:13:56.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:13:56.084Z||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-08-30T09:13:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:14:05.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:14:05.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:14:56.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:14:56.079Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-30T09:14:56.079Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ...
2021-08-30T09:14:56.084Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:14:56.085Z||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-08-30T09:14:56.085Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:15:05.634Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:15:05.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:15:56.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:15:56.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-30T09:15:56.077Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ...
2021-08-30T09:15:56.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:15:56.083Z||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-08-30T09:15:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:16:05.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:16:05.635Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:16:56.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:16:56.076Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-30T09:16:56.076Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ...
2021-08-30T09:16:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:16:56.083Z||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-08-30T09:16:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:17:05.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:17:05.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:17:56.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:17:56.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-30T09:17:56.077Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ...
2021-08-30T09:17:56.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:17:56.084Z||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-08-30T09:17:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:18:05.702Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:18:05.703Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:18:56.071Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:18:56.073Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-30T09:18:56.073Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ...
2021-08-30T09:18:56.083Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:18:56.083Z||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-08-30T09:18:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:19:05.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:19:05.629Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:19:56.084Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:19:56.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:19:56.096Z||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-08-30T09:19:56.097Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:19:56.096Z||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-08-30T09:19:56.097Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:20:05.647Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:20:05.653Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:20:56.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:20:56.076Z||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-08-30T09:20:56.076Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:20:56.085Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:20:56.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-08-30T09:20:56.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 vVxR0BwxjColsjXN) ...
2021-08-30T09:21:05.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:21:05.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:21:56.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:21:56.083Z||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-08-30T09:21:56.083Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:21:56.086Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:21:56.087Z||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-08-30T09:21:56.087Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:22:05.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:22:05.640Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:22:56.072Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:22:56.073Z||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-08-30T09:22:56.073Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:22:56.083Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:22:56.083Z||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-08-30T09:22:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:23:05.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:23:05.627Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:23:56.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:23:56.075Z||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-08-30T09:23:56.076Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:23:56.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:23:56.084Z||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-08-30T09:23:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:24:05.632Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:24:05.642Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:24:56.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:24:56.077Z||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-08-30T09:24:56.077Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:24:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:24:56.083Z||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-08-30T09:24:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:25:05.629Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:25:05.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:25:56.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:25:56.081Z||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-08-30T09:25:56.082Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:25:56.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:25:56.084Z||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-08-30T09:25:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:26:05.645Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:26:05.645Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:26:56.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:26:56.077Z||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-08-30T09:26:56.077Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:26:56.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:26:56.083Z||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-08-30T09:26:56.083Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:27:05.636Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:27:05.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:27:56.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:27:56.078Z||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-08-30T09:27:56.079Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:27:56.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:27:56.084Z||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-08-30T09:27:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:28:05.630Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:28:05.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:28:56.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:28:56.079Z||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-08-30T09:28:56.079Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:28:56.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:28:56.084Z||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-08-30T09:28:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:29:05.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:29:05.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:29:56.073Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:29:56.077Z||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-08-30T09:29:56.077Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:29:56.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:29:56.083Z||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-08-30T09:29:56.083Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:30:05.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:30:05.650Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:30:56.073Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:30:56.076Z||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-08-30T09:30:56.076Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:30:56.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:30:56.084Z||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-08-30T09:30:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:30:56.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:30:56.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"21ef9c2c-0a82-4194-992a-e61978c8d232","serviceName":"basic_onboard_GBakXN","serviceVersion":"1.0","serviceUUID":"e68bae3d-fb22-4462-a9b7-8f7b830b92ce","serviceDescription":"service","serviceInvariantUUID":"626b0378-7670-4120-bb53-60869558860a","resources":[{"resourceInstanceName":"basic_onboard_GBakXN 0","resourceName":"basic_onboard_GBakXN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a7f5c39c-3e02-42b9-ad8b-c4743ece7cf7","resourceInvariantUUID":"86934322-82a5-440e-a21a-bfcb6966ecb9","resourceCustomizationUUID":"d4d3233b-8632-4520-bcee-769ab526a2ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml","artifactChecksum":"NTRiN2RjNWUxZWFiYTc2NGM3YTQ3MjJiNWQyYTc2ZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fc4bc7b4-8687-4aaf-8ee7-94625226fb99","artifactVersion":"1"},{"artifactName":"basic_onboard_gbakxn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json","artifactChecksum":"MDMyNGM2MTZkMjE0ZDY4NDVkYzhhNDYyNTg3ZTUzZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4e74a6e5-8227-4a9a-9dc3-ea4663a1e7ae","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9e784363-37a0-423d-9ac1-7a8132f800c0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e45b98dd-c2a8-4d95-a13f-53defed952a7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"11911e58-8391-47cd-96a7-0f2dce170607","artifactVersion":"2","generatedFromUUID":"9e784363-37a0-423d-9ac1-7a8132f800c0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGbakxn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml","artifactChecksum":"MWJlYzdkZDU0YjhlYTNiZGM1Nzg3ZmYyZmMwZjNlZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3e664a89-f19f-4046-a6d4-81a98a07d770","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGbakxn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar","artifactChecksum":"NGY3YTM0MjMzZDExOTYwNmIzYjdjNDZlZDUzYjlhMTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b718b16d-6a61-4776-8c84-e7ac47887d3e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-30T09:30:56.729Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:30:56.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "aai-ml",
"timestamp": 1630315818557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.765Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:30:56.797Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:30:56.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "clamp",
"timestamp": 1630315814701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "ves-openapi-manager",
"timestamp": 1630315811412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.812Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "policy-id",
"timestamp": 1630315818595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.812Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "aai-ml",
"timestamp": 1630315818557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.814Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "clamp",
"timestamp": 1630315814701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json",
"status": "NOTIFIED"
}
2021-08-30T09:30:56.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "ves-openapi-manager",
"timestamp": 1630315811412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "policy-id",
"timestamp": 1630315818595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "dcae-sch",
"timestamp": 1630315821483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.819Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:30:56.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "aai-ml",
"timestamp": 1630315818557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.819Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315856072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "cds",
"timestamp": 1630315821936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "ves-openapi-manager",
"timestamp": 1630315811412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "clamp",
"timestamp": 1630315814701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "policy-id",
"timestamp": 1630315818595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-30T09:30:56.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "dcae-sch",
"timestamp": 1630315821483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "aai-ml",
"timestamp": 1630315818557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "cds",
"timestamp": 1630315821936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "clamp",
"timestamp": 1630315814701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "ves-openapi-manager",
"timestamp": 1630315811412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "policy-id",
"timestamp": 1630315818595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "dcae-sch",
"timestamp": 1630315821483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "aai-ml",
"timestamp": 1630315818557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "cds",
"timestamp": 1630315821936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "ves-openapi-manager",
"timestamp": 1630315811412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "clamp",
"timestamp": 1630315814701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "policy-id",
"timestamp": 1630315818595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630315824169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "dcae-sch",
"timestamp": 1630315821483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "aai-ml",
"timestamp": 1630315818557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "cds",
"timestamp": 1630315821936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "clamp",
"timestamp": 1630315814701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "ves-openapi-manager",
"timestamp": 1630315811412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "policy-id",
"timestamp": 1630315818595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630315824169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "dcae-sch",
"timestamp": 1630315821483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "aai-ml",
"timestamp": 1630315818557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:30:56.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "cds",
"timestamp": 1630315821936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "ves-openapi-manager",
"timestamp": 1630315811412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "clamp",
"timestamp": 1630315814701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:30:56.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "policy-id",
"timestamp": 1630315818595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:30:56.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630315824169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "dcae-sch",
"timestamp": 1630315821483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "cds",
"timestamp": 1630315821936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630315824169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.843Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "dcae-sch",
"timestamp": 1630315821483,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630315827787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "cds",
"timestamp": 1630315821936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:30:56.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "policy-id",
"timestamp": 1630315828639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:30:56.847Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:30:56.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "aai-ml",
"timestamp": 1630315828735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:30:56.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:30:56.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630315824169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630315827787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json",
"status": "NOTIFIED"
}
2021-08-30T09:30:56.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "policy-id",
"timestamp": 1630315829652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-30T09:30:56.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:30:56.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630315824169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:30:56.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "cds",
"timestamp": 1630315830165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:30:56.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:30:56.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630315827787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-30T09:30:56.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:56.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:56.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "policy-id",
"timestamp": 1630315830655,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2021-08-30T09:30:56.920Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2021-08-30T09:30:57.179Z||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-08-30T09:30:57.179Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:30:57.190Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:30:57.191Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-30T09:30:57.921Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:30:57.922Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:30:57.935Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:30:57.935Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315856072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json",
"status": "NOTIFIED"
}
2021-08-30T09:30:58.035Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:30:58.036Z||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-08-30T09:30:58.036Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:30:58.045Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:30:58.046Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-30T09:30:58.936Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:30:58.938Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:30:59.144Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:30:59.145Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315856072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-30T09:30:59.245Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:30:59.246Z||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-08-30T09:30:59.247Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:30:59.285Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:30:59.286Z||pool-5-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-30T09:30:59.702Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21ef9c2c-0a82-4194-992a-e61978c8d232
2021-08-30T09:30:59.733Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21ef9c2c-0a82-4194-992a-e61978c8d232 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-08-30T09:30:59.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:59.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630315824169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:30:59.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:30:59.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:30:59.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "cds",
"timestamp": 1630315831182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-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-08-30T09:30:59.997Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 21ef9c2c-0a82-4194-992a-e61978c8d232
2021-08-30T09:30:59.997Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21ef9c2c-0a82-4194-992a-e61978c8d232 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-08-30T09:31:00.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:31:00.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630315827787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:31:00.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:31:00.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:31:00.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630315827787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-30T09:31:00.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:31:00.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:31:00.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630315832777,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:31:00.019Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:31:00.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:31:00.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630315827787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:31:00.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:31:00.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:31:00.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630315827787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:31:00.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:31:00.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:31:00.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "clamp",
"timestamp": 1630315836006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:31:00.020Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:31:00.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:31:00.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630315836760,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:31:00.021Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:31:00.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:31:00.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630315837348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-30T09:31:00.022Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:31:00.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:31:00.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "clamp",
"timestamp": 1630315838015,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-30T09:31:00.022Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:31:00.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:31:00.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630315838355,
"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-08-30T09:31:00.028Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 21ef9c2c-0a82-4194-992a-e61978c8d232
2021-08-30T09:31:00.028Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21ef9c2c-0a82-4194-992a-e61978c8d232 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-08-30T09:31:00.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:31:00.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630315838876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:31:00.039Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:31:00.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:31:00.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "clamp",
"timestamp": 1630315839021,
"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-08-30T09:31:00.044Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 21ef9c2c-0a82-4194-992a-e61978c8d232
2021-08-30T09:31:00.044Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21ef9c2c-0a82-4194-992a-e61978c8d232 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-08-30T09:31:00.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:31:00.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630315841599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:31:00.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:31:00.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:31:00.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630315843296,
"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-08-30T09:31:00.059Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21ef9c2c-0a82-4194-992a-e61978c8d232
2021-08-30T09:31:00.059Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21ef9c2c-0a82-4194-992a-e61978c8d232 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-08-30T09:31:00.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:31:00.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630315844303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-30T09:31:00.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:31:00.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:31:00.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "aai-ml",
"timestamp": 1630315845669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-30T09:31:00.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:31:00.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:31:00.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "aai-ml",
"timestamp": 1630315846675,
"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-08-30T09:31:00.097Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 21ef9c2c-0a82-4194-992a-e61978c8d232
2021-08-30T09:31:00.097Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21ef9c2c-0a82-4194-992a-e61978c8d232 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-08-30T09:31:00.147Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:31:00.150Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:31:00.160Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:31:00.161Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315856072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:31:00.261Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:31:00.262Z||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-08-30T09:31:00.263Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:31:00.272Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:31:00.272Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:31:01.162Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:31:01.163Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:31:01.166Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:31:01.166Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315856072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-30T09:31:01.267Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-30T09:31:01.268Z||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-08-30T09:31:01.269Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:31:01.280Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:31:01.281Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:31:02.167Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:31:02.167Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:31:02.169Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:31:02.170Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315856072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:31:02.270Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:31:02.271Z||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-08-30T09:31:02.271Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:31:02.281Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:31:02.281Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:31:03.171Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:31:03.173Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:31:03.175Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:31:03.175Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315856072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:31:03.276Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:31:03.277Z||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-08-30T09:31:03.277Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:31:03.288Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:31:03.289Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:31:04.182Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"serviceName": "basic_onboard_GBakXN",
"serviceVersion": "1.0",
"serviceUUID": "e68bae3d-fb22-4462-a9b7-8f7b830b92ce",
"serviceDescription": "service",
"serviceInvariantUUID": "626b0378-7670-4120-bb53-60869558860a",
"resources": [
{
"resourceInstanceName": "basic_onboard_GBakXN 0",
"resourceCustomizationUUID": "d4d3233b-8632-4520-bcee-769ab526a2ac",
"resourceName": "basic_onboard_GBakXN",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a7f5c39c-3e02-42b9-ad8b-c4743ece7cf7",
"resourceInvariantUUID": "86934322-82a5-440e-a21a-bfcb6966ecb9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_gbakxn0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json",
"artifactChecksum": "MDMyNGM2MTZkMjE0ZDY4NDVkYzhhNDYyNTg3ZTUzZjI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4e74a6e5-8227-4a9a-9dc3-ea4663a1e7ae",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9e784363-37a0-423d-9ac1-7a8132f800c0",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "11911e58-8391-47cd-96a7-0f2dce170607",
"generatedFromUUID": "9e784363-37a0-423d-9ac1-7a8132f800c0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "11911e58-8391-47cd-96a7-0f2dce170607",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardGbakxn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"artifactChecksum": "NGY3YTM0MjMzZDExOTYwNmIzYjdjNDZlZDUzYjlhMTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b718b16d-6a61-4776-8c84-e7ac47887d3e"
}
],
"workloadContext": "Production"
}
2021-08-30T09:31:04.183Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-30T09:31:04.183Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e68bae3d-fb22-4462-a9b7-8f7b830b92ce ASDC
2021-08-30T09:31:04.388Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:21ef9c2c-0a82-4194-992a-e61978c8d232
ServiceName:basic_onboard_GBakXN
ServiceVersion:1.0
ServiceUUID:e68bae3d-fb22-4462-a9b7-8f7b830b92ce
ServiceInvariantUUID:626b0378-7670-4120-bb53-60869558860a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGbakxn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar
ArtifactUUID:b718b16d-6a61-4776-8c84-e7ac47887d3e
ArtifactChecksum:NGY3YTM0MjMzZDExOTYwNmIzYjdjNDZlZDUzYjlhMTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GBakXN 0
ResourceCustomizationUUID:d4d3233b-8632-4520-bcee-769ab526a2ac
ResourceInvariantUUID:86934322-82a5-440e-a21a-bfcb6966ecb9
ResourceName:basic_onboard_GBakXN
ResourceType:VF
ResourceUUID:a7f5c39c-3e02-42b9-ad8b-c4743ece7cf7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gbakxn0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json
ArtifactUUID:4e74a6e5-8227-4a9a-9dc3-ea4663a1e7ae
ArtifactChecksum:MDMyNGM2MTZkMjE0ZDY4NDVkYzhhNDYyNTg3ZTUzZjI=
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/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9e784363-37a0-423d-9ac1-7a8132f800c0
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/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env
ArtifactUUID:11911e58-8391-47cd-96a7-0f2dce170607
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/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env
ArtifactUUID:11911e58-8391-47cd-96a7-0f2dce170607
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-30T09:31:04.388Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e68bae3d-fb22-4462-a9b7-8f7b830b92ce 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-08-30T09:31:04.472Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T09:31:04.475Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-30T09:31:04.475Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-30T09:31:04.476Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b718b16d-6a61-4776-8c84-e7ac47887d3e from URL: /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar
2021-08-30T09:31:04.477Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-30T09:31:04.479Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar
2021-08-30T09:31:05.021Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-30T09:31:05.049Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar b718b16d-6a61-4776-8c84-e7ac47887d3e 71378
2021-08-30T09:31:05.051Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar ASDC sendASDCNotification
2021-08-30T09:31:05.051Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar
2021-08-30T09:31:05.063Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T09:31:05.064Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:31:05.077Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:31:05.077Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315865049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:31:05.178Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-30T09:31:05.180Z||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-08-30T09:31:05.180Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:31:05.191Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:31:05.191Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:31:06.078Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T09:31:06.080Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-08-30T09:31:06.081Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b718b16d-6a61-4776-8c84-e7ac47887d3e, URL: /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar to file: /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar
2021-08-30T09:31:06.082Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGbakxn-csar.csar
2021-08-30T09:31:06.788Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar
2021-08-30T09:31:06.789Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar
2021-08-30T09:31:07.255Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2501364125403911164/Definitions/service-BasicOnboardGbakxn-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-08-30T09:31:09.500Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-30T09:31:09.505Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-30T09:31:09.505Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar
2021-08-30T09:31:09.506Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-30T09:31:09.506Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GBakXN 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-BasicOnboardGbakxn-csar.csar
2021-08-30T09:31:09.506Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar
2021-08-30T09:31:09.506Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar
2021-08-30T09:31:09.506Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar
2021-08-30T09:31:09.506Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar
2021-08-30T09:31:09.506Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar
2021-08-30T09:31:09.507Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar
2021-08-30T09:31:09.507Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar
2021-08-30T09:31:09.507Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardGbakxn-csar.csar
2021-08-30T09:31:09.507Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-08-30T09:31:09.513Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:09.514Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:31:09.518Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is matching search criteria
2021-08-30T09:31:09.519Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-30T09:31:09.520Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_GBakXN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T09:31:09.522Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:09.522Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:31:09.522Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is matching search criteria
2021-08-30T09:31:09.522Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-08-30T09:31:09.523Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_GBakXN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T09:31:09.523Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:09.523Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:31:09.526Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:09.526Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is not matching search criteria
2021-08-30T09:31:09.526Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-30T09:31:09.527Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-30T09:31:09.527Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-30T09:31:09.527Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-30T09:31:09.527Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-30T09:31:09.527Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:09.527Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-30T09:31:09.528Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:09.529Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is matching search criteria
2021-08-30T09:31:09.529Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_GBakXN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T09:31:09.529Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:09.529Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is matching search criteria
2021-08-30T09:31:09.530Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_GBakXN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T09:31:09.530Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:09.530Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is matching search criteria
2021-08-30T09:31:09.530Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_GBakXN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T09:31:09.530Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:09.530Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is not matching search criteria
2021-08-30T09:31:09.531Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-30T09:31:09.531Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-30T09:31:09.531Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=79a638cb-6d25-4a95-860b-5b866287544c
2021-08-30T09:31:09.531Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:09.531Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:31:09.531Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:09.532Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:31:09.532Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:09.533Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:31:09.533Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:09.533Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:31:09.533Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_GBakXN
Description:service
Model UUID:e68bae3d-fb22-4462-a9b7-8f7b830b92ce
Model Version:NULL
Model InvariantUuid:626b0378-7670-4120-bb53-60869558860a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_GBakXN
Model UUID:3ffe5437-e081-435b-a973-110c2d959ff2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:86934322-82a5-440e-a21a-bfcb6966ecb9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d4d3233b-8632-4520-bcee-769ab526a2ac
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:df8f7e28-fbb5-43af-ac4f-264a8570a9ba
ModelName:BasicOnboardGbakxn..base_ubuntu18..module-0
ModelUuid:69ce9c9b-9bed-4a5b-ba98-7051bce27f1a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:79a638cb-6d25-4a95-860b-5b866287544c
ModelInvariantUuid:4564e1c9-280a-41a5-a365-affd8c73b9bb
ModelName:basic_onboard_GBakXN-nodes.ubuntu18Cvfc
ModelUuid:5322fce2-b184-405b-bec0-79fb2c1a5f97
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:582e3b35-0ade-41ee-8bb1-64fd9ab6f671
ModelInvariantUuid:bb4924a6-d862-4a7e-a1c8-05125dc42214
ModelName:BasicOnboardGbakxn.compute.nodes.heat.ubuntu18
ModelUuid:678fd25d-23b1-42f7-b2bf-8546975c47b0
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-08-30T09:31:09.542Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: a7f5c39c-3e02-42b9-ad8b-c4743ece7cf7
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-08-30T09:31:10.631Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||basic_onboard_GBakXN 0
2021-08-30T09:31:10.638Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a7f5c39c-3e02-42b9-ad8b-c4743ece7cf7
2021-08-30T09:31:10.639Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4e74a6e5-8227-4a9a-9dc3-ea4663a1e7ae from URL: /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json
2021-08-30T09:31:10.639Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-30T09:31:10.639Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json
2021-08-30T09:31:11.088Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-30T09:31:11.089Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json 4e74a6e5-8227-4a9a-9dc3-ea4663a1e7ae 798
2021-08-30T09:31:11.090Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json ASDC sendASDCNotification
2021-08-30T09:31:11.090Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json
2021-08-30T09:31:11.090Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T09:31:11.090Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:31:11.094Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:31:11.094Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315871089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:31:11.194Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:31:11.195Z||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-08-30T09:31:11.195Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:31:11.205Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:31:11.206Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-30T09:31:12.097Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGbakxn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "df8f7e28-fbb5-43af-ac4f-264a8570a9ba",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "69ce9c9b-9bed-4a5b-ba98-7051bce27f1a",
"vfModuleModelCustomizationUUID": "2a117ec1-008d-4909-9cfa-0a8ce32d6898",
"isBase": true,
"artifacts": [
"9e784363-37a0-423d-9ac1-7a8132f800c0",
"11911e58-8391-47cd-96a7-0f2dce170607"
],
"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-08-30T09:31:12.163Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGbakxn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:69ce9c9b-9bed-4a5b-ba98-7051bce27f1a
VfModuleModelInvariantUUID:df8f7e28-fbb5-43af-ac4f-264a8570a9ba
VfModuleModelDescription:NULL
Artifacts UUID List:{
9e784363-37a0-423d-9ac1-7a8132f800c0
,
11911e58-8391-47cd-96a7-0f2dce170607
}
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-08-30T09:31:12.169Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGbakxn..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "df8f7e28-fbb5-43af-ac4f-264a8570a9ba",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "69ce9c9b-9bed-4a5b-ba98-7051bce27f1a",
"vfModuleModelCustomizationUUID": "2a117ec1-008d-4909-9cfa-0a8ce32d6898",
"isBase": true,
"artifacts": [
"9e784363-37a0-423d-9ac1-7a8132f800c0",
"11911e58-8391-47cd-96a7-0f2dce170607"
],
"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-08-30T09:31:12.170Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGbakxn..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:69ce9c9b-9bed-4a5b-ba98-7051bce27f1a
VfModuleModelInvariantUUID:df8f7e28-fbb5-43af-ac4f-264a8570a9ba
VfModuleModelDescription:NULL
Artifacts UUID List:{
9e784363-37a0-423d-9ac1-7a8132f800c0
,
11911e58-8391-47cd-96a7-0f2dce170607
}
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-08-30T09:31:12.171Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9e784363-37a0-423d-9ac1-7a8132f800c0 from URL: /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml
2021-08-30T09:31:12.171Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-30T09:31:12.172Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml
2021-08-30T09:31:12.662Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-30T09:31:12.663Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml 9e784363-37a0-423d-9ac1-7a8132f800c0 5033
2021-08-30T09:31:12.663Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-30T09:31:12.663Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml
2021-08-30T09:31:12.663Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T09:31:12.664Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:31:12.666Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:31:12.666Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315872663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:31:12.767Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:31:12.768Z||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-08-30T09:31:12.768Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:31:12.780Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:31:12.781Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-30T09:31:13.666Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 11911e58-8391-47cd-96a7-0f2dce170607 from URL: /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env
2021-08-30T09:31:13.667Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-08-30T09:31:13.667Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env
2021-08-30T09:31:15.235Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-08-30T09:31:15.235Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env 11911e58-8391-47cd-96a7-0f2dce170607 909
2021-08-30T09:31:15.236Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-30T09:31:15.236Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env
2021-08-30T09:31:15.236Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T09:31:15.237Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:31:15.247Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:31:15.247Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315875236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:31:15.347Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:31:15.348Z||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-08-30T09:31:15.349Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:31:15.359Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:31:15.359Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:31:16.248Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e68bae3d-fb22-4462-a9b7-8f7b830b92ce
2021-08-30T09:31:16.249Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GBakXN 0 a7f5c39c-3e02-42b9-ad8b-c4743ece7cf7 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-30T09:31:16.327Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:16.327Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:31:16.328Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-08-30T09:31:16.328Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d4d3233b-8632-4520-bcee-769ab526a2ac
2021-08-30T09:31:16.328Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d4d3233b-8632-4520-bcee-769ab526a2ac matches Tosca VF Customization UUID: d4d3233b-8632-4520-bcee-769ab526a2ac
2021-08-30T09:31:16.328Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d4d3233b-8632-4520-bcee-769ab526a2ac 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-08-30T09:31:16.338Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:16.338Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:31:16.339Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d4d3233b-8632-4520-bcee-769ab526a2ac: {\"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-08-30T09:31:16.339Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56db54f8
2021-08-30T09:31:16.340Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:16.340Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-30T09:31:16.341Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2a117ec1-008d-4909-9cfa-0a8ce32d6898
2021-08-30T09:31:16.342Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2a117ec1-008d-4909-9cfa-0a8ce32d6898
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-08-30T09:31:16.349Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:16.349Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is matching search criteria
2021-08-30T09:31:16.350Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_GBakXN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T09:31:16.351Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:16.351Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is matching search criteria
2021-08-30T09:31:16.351Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_GBakXN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T09:31:16.351Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:16.352Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is not matching search criteria
2021-08-30T09:31:16.352Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-30T09:31:16.352Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-30T09:31:16.352Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=79a638cb-6d25-4a95-860b-5b866287544c
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-08-30T09:31:16.363Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:16.364Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is matching search criteria
2021-08-30T09:31:16.366Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_GBakXN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T09:31:16.366Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:16.367Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_GBakXN 0 is matching search criteria
2021-08-30T09:31:16.367Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_GBakXN 0] matching following query criteria: sdcType=VF, customizationUUID=d4d3233b-8632-4520-bcee-769ab526a2ac
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-08-30T09:31:16.370Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:16.370Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:31:16.371Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e68bae3d-fb22-4462-a9b7-8f7b830b92ce: basic_onboard_GBakXN
2021-08-30T09:31:16.373Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:16.373Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:31:16.374Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:16.374Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:31:16.374Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:16.375Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:31:16.375Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:16.375Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:31:16.376Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:31:16.376Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_GBakXN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:31:16.380Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_GBakXN
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-08-30T09:31:17.093Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GBakXN a7f5c39c-3e02-42b9-ad8b-c4743ece7cf7 1 ASDC deployResourceStructure
2021-08-30T09:31:17.093Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json ASDC sendASDCNotification
2021-08-30T09:31:17.093Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json
2021-08-30T09:31:17.093Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T09:31:17.094Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:31:17.097Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:31:17.097Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315877093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-30T09:31:17.196Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-30T09:31:17.197Z||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-08-30T09:31:17.197Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:31:17.207Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:31:17.208Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-30T09:31:18.101Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-30T09:31:18.101Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml
2021-08-30T09:31:18.101Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T09:31:18.102Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:31:18.104Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:31:18.104Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315878101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-30T09:31:18.204Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:31:18.205Z||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-08-30T09:31:18.205Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:31:18.219Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:31:18.220Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:31:19.105Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-30T09:31:19.106Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env
2021-08-30T09:31:19.106Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T09:31:19.106Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:31:19.108Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:31:19.108Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315879105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-30T09:31:19.208Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:31:19.210Z||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-08-30T09:31:19.210Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:31:19.219Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:31:19.221Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:31:20.109Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar ASDC sendASDCNotification
2021-08-30T09:31:20.110Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar
2021-08-30T09:31:20.110Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T09:31:20.111Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:31:20.113Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:31:20.114Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315880109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-30T09:31:20.213Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-30T09:31:20.215Z||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-08-30T09:31:20.215Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:31:20.223Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:31:20.224Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:31:21.116Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21ef9c2c-0a82-4194-992a-e61978c8d232
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-08-30T09:31:21.134Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21ef9c2c-0a82-4194-992a-e61978c8d232
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-08-30T09:31:21.138Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T09:31:21.138Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-30T09:31:21.139Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-30T09:31:21.139Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-30T09:31:21.139Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-30T09:31:21.140Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-30T09:31:21.140Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-30T09:31:21.140Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-30T09:31:21.140Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-30T09:31:21.141Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-30T09:31:21.141Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-30T09:31:21.146Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-30T09:31:51.148Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 21ef9c2c-0a82-4194-992a-e61978c8d232 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-08-30T09:31:51.161Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 21ef9c2c-0a82-4194-992a-e61978c8d232 and serviceModelVersionId: e68bae3d-fb22-4462-a9b7-8f7b830b92ce
2021-08-30T09:31:51.162Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 626b0378-7670-4120-bb53-60869558860a
2021-08-30T09:31:56.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:31:56.088Z||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-08-30T09:31:56.088Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:31:56.738Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:31:56.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-30T09:31:56.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315856072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:31:56.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-30T09:31:56.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-30T09:31:56.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315856072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json",
"status": "NOTIFIED"
}
2021-08-30T09:31:56.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-30T09:31:56.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-30T09:31:56.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315856072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-30T09:31:56.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-30T09:31:56.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-30T09:31:56.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315856072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:31:56.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-30T09:31:56.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-30T09:31:56.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315856072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-30T09:31:56.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-30T09:31:56.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-30T09:31:56.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315856072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:31:56.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-30T09:31:56.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-30T09:31:56.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315856072,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:31:56.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-30T09:31:56.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-30T09:31:56.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315865049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:31:56.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:31:56.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-30T09:31:56.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315871089,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:31:56.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:31:56.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-30T09:31:56.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315872663,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:31:56.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:31:56.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-30T09:31:56.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315875236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:31:56.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:31:56.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-30T09:31:56.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315877093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/basic_onboard_gbakxn0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-30T09:31:56.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:31:56.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-30T09:31:56.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315878101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-30T09:31:56.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:31:56.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-30T09:31:56.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315879105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/resourceInstances/basic_onboard_gbakxn0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-30T09:31:56.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:31:56.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-30T09:31:56.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315880109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGbakxn/1.0/artifacts/service-BasicOnboardGbakxn-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-30T09:31:56.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:32:16.060Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/626b0378-7670-4120-bb53-60869558860a/model-vers/model-ver/e68bae3d-fb22-4462-a9b7-8f7b830b92ce?depth=0
2021-08-30T09:32:16.335Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-08-30T09:32:16.901Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/626b0378-7670-4120-bb53-60869558860a/model-vers/model-ver/e68bae3d-fb22-4462-a9b7-8f7b830b92ce?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-08-30T09:32:16.908Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/626b0378-7670-4120-bb53-60869558860a/model-vers/model-ver/e68bae3d-fb22-4462-a9b7-8f7b830b92ce?depth=0|INFO|500||Invoke
2021-08-30T09:32:17.108Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/626b0378-7670-4120-bb53-60869558860a/model-vers/model-ver/e68bae3d-fb22-4462-a9b7-8f7b830b92ce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-30T09:32:17.790Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/626b0378-7670-4120-bb53-60869558860a/model-vers/model-ver/e68bae3d-fb22-4462-a9b7-8f7b830b92ce?depth=0|INFO|500||InvokeReturn
2021-08-30T09:32:17.791Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/626b0378-7670-4120-bb53-60869558860a/model-vers/model-ver/e68bae3d-fb22-4462-a9b7-8f7b830b92ce?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210830-09:32:17:149-22057], vertex-id=[176248], Content-Length=[0], Date=[Mon, 30 Aug 2021 09:32:17 GMT], Content-Type=[application/json]}
2021-08-30T09:32:17.792Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-08-30T09:32:17.795Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-30T09:32:17.795Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-30T09:32:17.803Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-30T09:32:17.804Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 21ef9c2c-0a82-4194-992a-e61978c8d232 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-30T09:32:17.805Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-30T09:32:17.805Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:32:17.807Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:32:17.808Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315937804,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-30T09:32:17.908Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:32:17.909Z||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-08-30T09:32:17.909Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:32:17.920Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:32:17.920Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-30T09:32:18.827Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:32:18.828Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T09:32:18.828Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ...
2021-08-30T09:32:28.375Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:32:56.073Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:32:56.077Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T09:32:56.077Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ...
2021-08-30T09:32:56.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:32:56.083Z||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-08-30T09:32:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:32:56.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:32:56.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-30T09:32:56.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "21ef9c2c-0a82-4194-992a-e61978c8d232",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630315937804,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-30T09:32:56.725Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:33:05.615Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:33:56.073Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:33:56.076Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T09:33:56.076Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ...
2021-08-30T09:33:56.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:33:56.084Z||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-08-30T09:33:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:34:05.633Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:34:05.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:34:56.073Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:34:56.077Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T09:34:56.077Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ...
2021-08-30T09:34:56.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:34:56.083Z||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-08-30T09:34:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:35:05.630Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:35:05.639Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:35:56.075Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:35:56.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:35:56.084Z||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-08-30T09:35:56.085Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:35:56.085Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T09:35:56.102Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ...
2021-08-30T09:36:05.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:36:05.656Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:36:56.073Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:36:56.076Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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-08-30T09:36:56.076Z|21ef9c2c-0a82-4194-992a-e61978c8d232|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 vVxR0BwxjColsjXN) ...
2021-08-30T09:36:56.083Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:36:56.085Z||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-08-30T09:36:56.085Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:37:05.626Z|21ef9c2c-0a82-4194-992a-e61978c8d232|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:37:05.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:37:56.072Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:37:56.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-30T09:37:56.078Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vVxR0BwxjColsjXN) ...
2021-08-30T09:37:56.084Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:37:56.084Z||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-08-30T09:37:56.085Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:37:56.717Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:37:56.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:37:56.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"185c6ed1-0830-41ba-adf3-a064de5aafa6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b00564a6-e100-48f1-afb3-6a788ab47286","serviceDescription":"service","serviceInvariantUUID":"70f9d476-ae72-4d51-92b0-21a7c4520d59","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c083fe65-4baa-49d8-bf4e-3a63498f21e2","resourceInvariantUUID":"f302543b-4368-4449-9e23-093d841c86b0","resourceCustomizationUUID":"bdaab001-8b0e-4fa7-a7d7-6e8bc688727e","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":"MWNmNzdlNmY1NmJiYmNjOGI4MjJmODQ0NzkwOGY0ZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8a4c839-9e99-4b82-b794-0605ce4933b0","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWY5OWRmOTI0MmQ1NDY5ZTJlMWExZDgyNWYwNzA1OTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"395f1fe8-23c1-4754-b546-f9beedb3e389","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-30T09:37:56.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "aai-ml",
"timestamp": 1630316238556,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:37:56.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-30T09:37:56.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "clamp",
"timestamp": 1630316234701,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:37:56.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-30T09:37:56.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "cds",
"timestamp": 1630316241936,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:37:56.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-30T09:37:56.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "dcae-sch",
"timestamp": 1630316241483,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:37:56.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-30T09:37:56.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "policy-id",
"timestamp": 1630316238594,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:37:56.725Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:37:56.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-30T09:37:56.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630316244169,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:37:56.726Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:37:56.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-30T09:37:56.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "aai-ml",
"timestamp": 1630316238556,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:37:56.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-30T09:37:56.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "clamp",
"timestamp": 1630316234701,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:37:56.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-30T09:37:56.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "cds",
"timestamp": 1630316241936,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:37:56.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-30T09:37:56.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "dcae-sch",
"timestamp": 1630316241483,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:37:56.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-30T09:37:56.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "policy-id",
"timestamp": 1630316238594,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:37:56.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-30T09:37:56.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630316244169,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:37:56.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-30T09:37:56.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "aai-ml",
"timestamp": 1630316248376,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:37:56.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:37:56.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630316247787,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:37:56.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-30T09:37:56.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "cds",
"timestamp": 1630316248655,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:37:56.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:37:56.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "policy-id",
"timestamp": 1630316248655,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:37:56.735Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:37:56.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:37:56.736Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316276072,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:37:56.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630316248970,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:37:56.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:37:56.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630316247787,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:37:56.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-30T09:37:56.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "cds",
"timestamp": 1630316249664,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-08-30T09:37:56.761Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 185c6ed1-0830-41ba-adf3-a064de5aafa6
2021-08-30T09:37:56.762Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 185c6ed1-0830-41ba-adf3-a064de5aafa6 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-08-30T09:37:56.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "policy-id",
"timestamp": 1630316249661,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-30T09:37:56.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:37:56.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "policy-id",
"timestamp": 1630316250663,
"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-08-30T09:37:56.784Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 185c6ed1-0830-41ba-adf3-a064de5aafa6
2021-08-30T09:37:56.784Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 185c6ed1-0830-41ba-adf3-a064de5aafa6 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-08-30T09:37:56.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630316250959,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-30T09:37:56.801Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:37:56.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630316251963,
"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-08-30T09:37:56.807Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 185c6ed1-0830-41ba-adf3-a064de5aafa6
2021-08-30T09:37:56.807Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 185c6ed1-0830-41ba-adf3-a064de5aafa6 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-08-30T09:37:56.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "ves-openapi-manager",
"timestamp": 1630316251413,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:37:56.816Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-30T09:37:56.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "aai-ml",
"timestamp": 1630316252738,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-30T09:37:56.817Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:37:56.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "ves-openapi-manager",
"timestamp": 1630316251413,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:37:56.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-30T09:37:56.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "clamp",
"timestamp": 1630316253073,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:37:56.819Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:37:56.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "aai-ml",
"timestamp": 1630316253744,
"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-08-30T09:37:56.824Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 185c6ed1-0830-41ba-adf3-a064de5aafa6
2021-08-30T09:37:56.824Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 185c6ed1-0830-41ba-adf3-a064de5aafa6 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-08-30T09:37:56.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "clamp",
"timestamp": 1630316255082,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-30T09:37:56.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:37:56.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:37:56.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "clamp",
"timestamp": 1630316256085,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
2021-08-30T09:37:56.836Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
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-08-30T09:37:56.837Z||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-08-30T09:37:56.837Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:37:56.842Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 185c6ed1-0830-41ba-adf3-a064de5aafa6
2021-08-30T09:37:56.842Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 185c6ed1-0830-41ba-adf3-a064de5aafa6 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=?
2021-08-30T09:37:56.848Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:37:56.849Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-30T09:37:57.737Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:37:57.737Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:37:57.744Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:37:57.744Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316276072,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:37:57.842Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-30T09:37:57.843Z||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-08-30T09:37:57.843Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:37:57.854Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:37:57.855Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-30T09:37:58.747Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "b00564a6-e100-48f1-afb3-6a788ab47286",
"serviceDescription": "service",
"serviceInvariantUUID": "70f9d476-ae72-4d51-92b0-21a7c4520d59",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "bdaab001-8b0e-4fa7-a7d7-6e8bc688727e",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "c083fe65-4baa-49d8-bf4e-3a63498f21e2",
"resourceInvariantUUID": "f302543b-4368-4449-9e23-093d841c86b0",
"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": "ZWY5OWRmOTI0MmQ1NDY5ZTJlMWExZDgyNWYwNzA1OTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "395f1fe8-23c1-4754-b546-f9beedb3e389"
}
],
"workloadContext": "Production"
}
2021-08-30T09:37:58.747Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-30T09:37:58.747Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b00564a6-e100-48f1-afb3-6a788ab47286 ASDC
2021-08-30T09:37:58.748Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:185c6ed1-0830-41ba-adf3-a064de5aafa6
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b00564a6-e100-48f1-afb3-6a788ab47286
ServiceInvariantUUID:70f9d476-ae72-4d51-92b0-21a7c4520d59
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:395f1fe8-23c1-4754-b546-f9beedb3e389
ArtifactChecksum:ZWY5OWRmOTI0MmQ1NDY5ZTJlMWExZDgyNWYwNzA1OTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:bdaab001-8b0e-4fa7-a7d7-6e8bc688727e
ResourceInvariantUUID:f302543b-4368-4449-9e23-093d841c86b0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c083fe65-4baa-49d8-bf4e-3a63498f21e2
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-08-30T09:37:58.748Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b00564a6-e100-48f1-afb3-6a788ab47286 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-08-30T09:37:58.788Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T09:37:58.790Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-30T09:37:58.791Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-30T09:37:58.791Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 395f1fe8-23c1-4754-b546-f9beedb3e389 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-30T09:37:58.791Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-08-30T09:37:58.791Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-30T09:38:01.876Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-08-30T09:38:01.880Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 395f1fe8-23c1-4754-b546-f9beedb3e389 52178
2021-08-30T09:38:01.880Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-30T09:38:01.880Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-30T09:38:01.880Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T09:38:01.881Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:38:01.884Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:38:01.884Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316281880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:38:01.984Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:38:01.985Z||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-08-30T09:38:01.986Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:38:01.998Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:38:02.001Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:38:02.886Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T09:38:02.889Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-08-30T09:38:02.890Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 395f1fe8-23c1-4754-b546-f9beedb3e389, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-30T09:38:02.890Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-30T09:38:02.890Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-30T09:38:02.891Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-30T09:38:03.212Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5150559372209360755/Definitions/service-BasicNetwork-template.yml
2021-08-30T09:38:04.102Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-30T09:38:04.103Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-30T09:38:04.103Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-30T09:38:04.104Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-30T09:38:04.104Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-30T09:38:04.104Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-30T09:38:04.104Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-30T09:38:04.104Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-30T09:38:04.104Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-30T09:38:04.105Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-30T09:38:04.105Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-30T09:38:04.105Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-30T09:38:04.105Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-08-30T09:38:04.105Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:38:04.106Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:38:04.106Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-30T09:38:04.106Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-30T09:38:04.107Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T09:38:04.107Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:38:04.107Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:38:04.107Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-30T09:38:04.107Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-08-30T09:38:04.108Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T09:38:04.108Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:38:04.108Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:38:04.108Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:38:04.108Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:38:04.109Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:38:04.109Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:38:04.109Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:38:04.109Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:38:04.110Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:38:04.110Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:38:04.110Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:b00564a6-e100-48f1-afb3-6a788ab47286
Model Version:NULL
Model InvariantUuid:70f9d476-ae72-4d51-92b0-21a7c4520d59
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f302543b-4368-4449-9e23-093d841c86b0
Model UUID:a893d63d-5261-45c7-a196-1b95052888a2
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:bdaab001-8b0e-4fa7-a7d7-6e8bc688727e
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-08-30T09:38:04.122Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: c083fe65-4baa-49d8-bf4e-3a63498f21e2
2021-08-30T09:38:04.122Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||No resources found for Service: b00564a6-e100-48f1-afb3-6a788ab47286
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-08-30T09:38:04.129Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||
2021-08-30T09:38:04.129Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-08-30T09:38:04.131Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||No resources found for Service: b00564a6-e100-48f1-afb3-6a788ab47286
2021-08-30T09:38:04.131Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b00564a6-e100-48f1-afb3-6a788ab47286
2021-08-30T09:38:04.132Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-08-30T09:38:04.132Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-08-30T09:38:04.141Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:38:04.142Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:38:04.142Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:38:04.142Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:38:04.142Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b00564a6-e100-48f1-afb3-6a788ab47286: Generic NeutronNet
2021-08-30T09:38:04.143Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:38:04.143Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:38:04.143Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:38:04.143Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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-08-30T09:38:04.217Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:38:04.217Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:38:04.217Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:38:04.218Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:38:04.218Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:38:04.218Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:38:04.219Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||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-08-30T09:38:04.300Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-08-30T09:38:04.301Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-30T09:38:04.301Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-30T09:38:04.301Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T09:38:04.302Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:38:04.305Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:38:04.306Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316284301,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-30T09:38:04.407Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-30T09:38:04.408Z||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-08-30T09:38:04.408Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:38:04.417Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:38:04.418Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:38:05.307Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 185c6ed1-0830-41ba-adf3-a064de5aafa6
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-08-30T09:38:05.328Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 185c6ed1-0830-41ba-adf3-a064de5aafa6
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-08-30T09:38:05.333Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T09:38:05.333Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-30T09:38:05.334Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-30T09:38:05.334Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-30T09:38:05.334Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-30T09:38:05.334Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-30T09:38:05.334Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-30T09:38:05.335Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-30T09:38:05.335Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-30T09:38:05.335Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-30T09:38:05.335Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-30T09:38:05.340Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-30T09:38:35.340Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 185c6ed1-0830-41ba-adf3-a064de5aafa6 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-08-30T09:38:35.358Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 185c6ed1-0830-41ba-adf3-a064de5aafa6 and serviceModelVersionId: b00564a6-e100-48f1-afb3-6a788ab47286
2021-08-30T09:38:35.358Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70f9d476-ae72-4d51-92b0-21a7c4520d59
2021-08-30T09:38:35.361Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70f9d476-ae72-4d51-92b0-21a7c4520d59/model-vers/model-ver/b00564a6-e100-48f1-afb3-6a788ab47286?depth=0
2021-08-30T09:38:35.374Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-08-30T09:38:35.461Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70f9d476-ae72-4d51-92b0-21a7c4520d59/model-vers/model-ver/b00564a6-e100-48f1-afb3-6a788ab47286?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-08-30T09:38:35.464Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70f9d476-ae72-4d51-92b0-21a7c4520d59/model-vers/model-ver/b00564a6-e100-48f1-afb3-6a788ab47286?depth=0|INFO|500||Invoke
2021-08-30T09:38:35.546Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70f9d476-ae72-4d51-92b0-21a7c4520d59/model-vers/model-ver/b00564a6-e100-48f1-afb3-6a788ab47286?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-30T09:38:36.334Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70f9d476-ae72-4d51-92b0-21a7c4520d59/model-vers/model-ver/b00564a6-e100-48f1-afb3-6a788ab47286?depth=0|INFO|500||InvokeReturn
2021-08-30T09:38:36.336Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/70f9d476-ae72-4d51-92b0-21a7c4520d59/model-vers/model-ver/b00564a6-e100-48f1-afb3-6a788ab47286?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210830-09:38:35:561-58076], vertex-id=[155776], Content-Length=[0], Date=[Mon, 30 Aug 2021 09:38:35 GMT], Content-Type=[application/json]}
2021-08-30T09:38:36.337Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-08-30T09:38:36.338Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-30T09:38:36.338Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||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-08-30T09:38:36.343Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-30T09:38:36.343Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 185c6ed1-0830-41ba-adf3-a064de5aafa6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-30T09:38:36.344Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-30T09:38:36.344Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:38:36.346Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:38:36.347Z|185c6ed1-0830-41ba-adf3-a064de5aafa6|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316316343,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-30T09:38:36.447Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-30T09:38:36.448Z||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-08-30T09:38:36.448Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:38:36.466Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:38:36.469Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-30T09:38:56.071Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:38:56.072Z||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-08-30T09:38:56.073Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:38:56.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:38:56.083Z||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-08-30T09:38:56.083Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:38:56.206Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:38:56.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-30T09:38:56.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316276072,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:38:56.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-30T09:39:05.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:39:56.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:39:56.079Z||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-08-30T09:39:56.079Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:39:56.085Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:39:56.085Z||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-08-30T09:39:56.085Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:39:56.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:39:56.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T09:39:56.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316276072,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:39:56.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-08-30T09:39:56.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T09:39:56.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316281880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:39:56.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:39:56.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T09:39:56.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316284301,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-30T09:39:56.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:39:56.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-30T09:39:56.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "185c6ed1-0830-41ba-adf3-a064de5aafa6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316316343,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-30T09:39:56.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:40:05.673Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:40:56.072Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:40:56.075Z||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-08-30T09:40:56.076Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:40:56.083Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:40:56.084Z||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-08-30T09:40:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:40:56.727Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:40:56.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"609e214f-5c1d-4e55-a23a-26d1dc293514","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a5a61601-833f-4a57-98e5-0cdeccb7aa35","serviceDescription":"service","serviceInvariantUUID":"dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"54f8b250-af39-4d5a-89ea-127f35d06af0","resourceInvariantUUID":"071c167e-7be2-4b0f-8a27-585fdbbb7afa","resourceCustomizationUUID":"ecde0fcb-dd49-4807-9f47-53225833162f","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":"MzU3ZWZlM2NkM2Q2YjQxYzFjZTNhNDgxODNiMDYyZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19e199a1-02f3-4e04-9fcc-ef9cbcff8f3f","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":"NzUyYjFhMWVmZTM2MDk0MWFkZTBjMjM2OWI2ZWMxNzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fb8b3eff-9d31-4151-a7ca-eeb1594394d5","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e9616c47-0995-4e2b-9c63-7f09c3e5b7ca","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":"afa845a5-b026-42c7-9b2a-65e3b2f56da0","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5bf99817-0a5b-4e1e-9872-188197f0aea0","artifactVersion":"2","generatedFromUUID":"e9616c47-0995-4e2b-9c63-7f09c3e5b7ca"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWVjMzA4ZTQ2YjJiN2RiMTU5MDdiNDVlYTg4YjhlNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8801d9f-255b-40bc-af8a-5bb9ff17cc72","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDM3NTJkNWE3YTExNWEyY2U4MWVkMTgxYWYwZDU4NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72ef578d-dd21-4fc3-b3f1-0413bf1a2326","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-30T09:40:56.741Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:40:56.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630316407786,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "ves-openapi-manager",
"timestamp": 1630316411412,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "clamp",
"timestamp": 1630316414701,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "cds",
"timestamp": 1630316406936,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630316407786,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-30T09:40:56.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "ves-openapi-manager",
"timestamp": 1630316411412,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "clamp",
"timestamp": 1630316414701,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-30T09:40:56.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "cds",
"timestamp": 1630316406936,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630316407786,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-30T09:40:56.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "ves-openapi-manager",
"timestamp": 1630316411412,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "clamp",
"timestamp": 1630316414701,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "cds",
"timestamp": 1630316406936,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630316407786,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "ves-openapi-manager",
"timestamp": 1630316411412,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "clamp",
"timestamp": 1630316414701,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "cds",
"timestamp": 1630316406936,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "aai-ml",
"timestamp": 1630316418556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "policy-id",
"timestamp": 1630316418595,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630316407786,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-08-30T09:40:56.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "ves-openapi-manager",
"timestamp": 1630316411412,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "cds",
"timestamp": 1630316406936,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "clamp",
"timestamp": 1630316414701,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "aai-ml",
"timestamp": 1630316418556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "policy-id",
"timestamp": 1630316418595,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630316407786,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "ves-openapi-manager",
"timestamp": 1630316411412,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "cds",
"timestamp": 1630316406936,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "clamp",
"timestamp": 1630316414701,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "aai-ml",
"timestamp": 1630316418556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.752Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:40:56.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "policy-id",
"timestamp": 1630316418595,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-30T09:40:56.753Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:40:56.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "ves-openapi-manager",
"timestamp": 1630316411412,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630316407786,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:40:56.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "cds",
"timestamp": 1630316406936,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:40:56.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "clamp",
"timestamp": 1630316414701,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:40:56.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "dcae-sch",
"timestamp": 1630316421483,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "aai-ml",
"timestamp": 1630316418556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "policy-id",
"timestamp": 1630316418595,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "dcae-sch",
"timestamp": 1630316421483,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "aai-ml",
"timestamp": 1630316418556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "policy-id",
"timestamp": 1630316418595,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "cds",
"timestamp": 1630316423591,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:40:56.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:40:56.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630316423856,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:40:56.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:40:56.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "dcae-sch",
"timestamp": 1630316421483,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "aai-ml",
"timestamp": 1630316418556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "policy-id",
"timestamp": 1630316418595,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "cds",
"timestamp": 1630316424600,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-30T09:40:56.786Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:40:56.786Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316456072,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-30T09:40:56.811Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 609e214f-5c1d-4e55-a23a-26d1dc293514
2021-08-30T09:40:56.812Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 609e214f-5c1d-4e55-a23a-26d1dc293514 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-08-30T09:40:56.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630316424172,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "dcae-sch",
"timestamp": 1630316421483,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "aai-ml",
"timestamp": 1630316418556,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:40:56.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "policy-id",
"timestamp": 1630316418595,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:40:56.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630316425770,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:40:56.827Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:40:56.827Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.827Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630316424172,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "dcae-sch",
"timestamp": 1630316421483,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630316424172,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "dcae-sch",
"timestamp": 1630316421483,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "aai-ml",
"timestamp": 1630316427245,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:40:56.831Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:40:56.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "policy-id",
"timestamp": 1630316427278,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:40:56.832Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:40:56.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630316424172,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "dcae-sch",
"timestamp": 1630316421483,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "policy-id",
"timestamp": 1630316428284,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-30T09:40:56.834Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:40:56.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630316428533,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:40:56.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:40:56.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630316424172,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.835Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "policy-id",
"timestamp": 1630316429288,
"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-08-30T09:40:56.842Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 609e214f-5c1d-4e55-a23a-26d1dc293514
2021-08-30T09:40:56.842Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 609e214f-5c1d-4e55-a23a-26d1dc293514 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-08-30T09:40:56.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630316429580,
"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-08-30T09:40:56.855Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 609e214f-5c1d-4e55-a23a-26d1dc293514
2021-08-30T09:40:56.856Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 609e214f-5c1d-4e55-a23a-26d1dc293514 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-08-30T09:40:56.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630316424172,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:56.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "multicloud-k8s-id",
"timestamp": 1630316430583,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-30T09:40:56.873Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:40:56.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630316424172,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:40:56.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-08-30T09:40:56.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630316432688,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:40:56.875Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:40:56.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "clamp",
"timestamp": 1630316433101,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:40:56.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:40:56.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "clamp",
"timestamp": 1630316435111,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-30T09:40:56.877Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:40:56.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630316435452,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-30T09:40:56.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:40:56.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "clamp",
"timestamp": 1630316436113,
"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-08-30T09:40:56.881Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-08-30T09:40:56.883Z||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-08-30T09:40:56.883Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:40:56.884Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 609e214f-5c1d-4e55-a23a-26d1dc293514
2021-08-30T09:40:56.884Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 609e214f-5c1d-4e55-a23a-26d1dc293514 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-08-30T09:40:56.893Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:40:56.894Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:40:56.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1630316436459,
"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-08-30T09:40:56.902Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 609e214f-5c1d-4e55-a23a-26d1dc293514
2021-08-30T09:40:56.902Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 609e214f-5c1d-4e55-a23a-26d1dc293514 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-08-30T09:40:56.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "aai-ml",
"timestamp": 1630316439475,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-30T09:40:56.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-30T09:40:56.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-30T09:40:56.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "aai-ml",
"timestamp": 1630316440479,
"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-08-30T09:40:56.916Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 609e214f-5c1d-4e55-a23a-26d1dc293514
2021-08-30T09:40:56.917Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 609e214f-5c1d-4e55-a23a-26d1dc293514 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-08-30T09:40:57.787Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:40:57.789Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:40:57.793Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:40:57.793Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316456072,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-30T09:40:57.893Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-30T09:40:57.894Z||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-08-30T09:40:57.894Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:40:57.904Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:40:57.905Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:40:58.796Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:40:58.797Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:40:58.801Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:40:58.801Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316456072,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-30T09:40:58.906Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-08-30T09:40:58.907Z||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-08-30T09:40:58.908Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:40:58.924Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:40:58.924Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:40:59.803Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:40:59.804Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:40:59.806Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:40:59.807Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316456072,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:40:59.910Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-08-30T09:40:59.911Z||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-08-30T09:40:59.911Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:40:59.922Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:40:59.923Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:41:00.808Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:41:00.809Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:41:00.812Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:41:00.812Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316456072,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-08-30T09:41:00.912Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:41:00.913Z||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-08-30T09:41:00.914Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:41:00.924Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:41:00.925Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:41:01.813Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:41:01.815Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:41:01.818Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:41:01.818Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316456072,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:41:01.918Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:41:01.919Z||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-08-30T09:41:01.919Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:41:01.930Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:41:01.931Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-30T09:41:02.818Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:41:02.819Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:41:02.821Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:41:02.821Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316456072,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:41:02.921Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:41:02.923Z||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-08-30T09:41:02.923Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:41:02.934Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:41:02.935Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:41:03.822Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "a5a61601-833f-4a57-98e5-0cdeccb7aa35",
"serviceDescription": "service",
"serviceInvariantUUID": "dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "ecde0fcb-dd49-4807-9f47-53225833162f",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "54f8b250-af39-4d5a-89ea-127f35d06af0",
"resourceInvariantUUID": "071c167e-7be2-4b0f-8a27-585fdbbb7afa",
"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": "NzUyYjFhMWVmZTM2MDk0MWFkZTBjMjM2OWI2ZWMxNzQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fb8b3eff-9d31-4151-a7ca-eeb1594394d5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e9616c47-0995-4e2b-9c63-7f09c3e5b7ca",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5bf99817-0a5b-4e1e-9872-188197f0aea0",
"generatedFromUUID": "e9616c47-0995-4e2b-9c63-7f09c3e5b7ca"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5bf99817-0a5b-4e1e-9872-188197f0aea0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ZDM3NTJkNWE3YTExNWEyY2U4MWVkMTgxYWYwZDU4NmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "72ef578d-dd21-4fc3-b3f1-0413bf1a2326"
}
],
"workloadContext": "Production"
}
2021-08-30T09:41:03.823Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-30T09:41:03.823Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a5a61601-833f-4a57-98e5-0cdeccb7aa35 ASDC
2021-08-30T09:41:03.824Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:609e214f-5c1d-4e55-a23a-26d1dc293514
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:a5a61601-833f-4a57-98e5-0cdeccb7aa35
ServiceInvariantUUID:dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0
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:72ef578d-dd21-4fc3-b3f1-0413bf1a2326
ArtifactChecksum:ZDM3NTJkNWE3YTExNWEyY2U4MWVkMTgxYWYwZDU4NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ecde0fcb-dd49-4807-9f47-53225833162f
ResourceInvariantUUID:071c167e-7be2-4b0f-8a27-585fdbbb7afa
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:54f8b250-af39-4d5a-89ea-127f35d06af0
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:fb8b3eff-9d31-4151-a7ca-eeb1594394d5
ArtifactChecksum:NzUyYjFhMWVmZTM2MDk0MWFkZTBjMjM2OWI2ZWMxNzQ=
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:e9616c47-0995-4e2b-9c63-7f09c3e5b7ca
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:5bf99817-0a5b-4e1e-9872-188197f0aea0
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:5bf99817-0a5b-4e1e-9872-188197f0aea0
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-30T09:41:03.826Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a5a61601-833f-4a57-98e5-0cdeccb7aa35 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-08-30T09:41:03.874Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T09:41:03.876Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-08-30T09:41:03.876Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-08-30T09:41:03.877Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 72ef578d-dd21-4fc3-b3f1-0413bf1a2326 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-30T09:41:03.877Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-08-30T09:41:03.877Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-30T09:41:05.075Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-08-30T09:41:05.079Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 72ef578d-dd21-4fc3-b3f1-0413bf1a2326 70845
2021-08-30T09:41:05.079Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-30T09:41:05.080Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-30T09:41:05.080Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T09:41:05.080Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:41:05.083Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:41:05.084Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316465079,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:41:05.184Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-30T09:41:05.185Z||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-08-30T09:41:05.185Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:41:05.192Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:41:05.192Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:41:06.085Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T09:41:06.089Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-08-30T09:41:06.089Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 72ef578d-dd21-4fc3-b3f1-0413bf1a2326, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-30T09:41:06.090Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-08-30T09:41:06.091Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-30T09:41:06.092Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-08-30T09:41:06.328Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1530826270898378421/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-08-30T09:41:07.702Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-30T09:41:07.703Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-08-30T09:41:07.703Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-30T09:41:07.703Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-30T09:41:07.703Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:07.703Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:07.704Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||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-08-30T09:41:07.704Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-30T09:41:07.704Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-30T09:41:07.704Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-30T09:41:07.704Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-30T09:41:07.704Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-30T09:41:07.705Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-30T09:41:07.705Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-08-30T09:41:07.705Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:07.705Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:41:07.706Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-30T09:41:07.706Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-08-30T09:41:07.706Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T09:41:07.706Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:07.707Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:41:07.707Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-30T09:41:07.707Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-08-30T09:41:07.707Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T09:41:07.708Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:07.708Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:41:07.708Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:07.708Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-30T09:41:07.708Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-30T09:41:07.709Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-30T09:41:07.709Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-30T09:41:07.709Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-30T09:41:07.709Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-30T09:41:07.710Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:07.710Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-30T09:41:07.710Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:07.710Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-30T09:41:07.710Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T09:41:07.711Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:07.711Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-30T09:41:07.711Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T09:41:07.712Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:07.712Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-30T09:41:07.712Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T09:41:07.712Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:07.712Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-30T09:41:07.713Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-30T09:41:07.713Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-30T09:41:07.713Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0e1a2047-5dc7-4b20-8613-1cc6d455a71e
2021-08-30T09:41:07.713Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:07.713Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:41:07.714Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:07.714Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:41:07.714Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:07.714Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:41:07.715Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:07.715Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:41:07.715Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:a5a61601-833f-4a57-98e5-0cdeccb7aa35
Model Version:NULL
Model InvariantUuid:dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:b7c0397e-24db-439a-865f-a9f2117cb5f9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:071c167e-7be2-4b0f-8a27-585fdbbb7afa
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ecde0fcb-dd49-4807-9f47-53225833162f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f35f88bc-e4b2-4c99-a839-cf7070dc835d
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:485947d9-e090-4437-9c4d-84e0945bd4bf
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0e1a2047-5dc7-4b20-8613-1cc6d455a71e
ModelInvariantUuid:9d8da541-e1b0-4ac2-80f0-0871dc744466
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:25262e11-9d38-46b6-b141-6b4f582660d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20
VNFC Properties:
ModelCustomizationUuid:ce758de7-e9d3-4522-9378-c786bcfe5dc3
ModelInvariantUuid:beeb68f1-02a9-4129-ac41-0e912028f6de
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:6a64a674-5439-4150-910d-004ebc6ede07
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-08-30T09:41:07.722Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 54f8b250-af39-4d5a-89ea-127f35d06af0
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-08-30T09:41:07.726Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||basic_vm 0
2021-08-30T09:41:07.726Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 54f8b250-af39-4d5a-89ea-127f35d06af0
2021-08-30T09:41:07.726Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fb8b3eff-9d31-4151-a7ca-eeb1594394d5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-30T09:41:07.726Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-08-30T09:41:07.727Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-30T09:41:08.876Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-08-30T09:41:08.876Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json fb8b3eff-9d31-4151-a7ca-eeb1594394d5 787
2021-08-30T09:41:08.876Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-08-30T09:41:08.876Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-30T09:41:08.876Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T09:41:08.877Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:41:08.878Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:41:08.879Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316468876,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:41:08.980Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-30T09:41:08.981Z||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-08-30T09:41:08.982Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:41:08.993Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:41:08.994Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:41:09.879Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "f35f88bc-e4b2-4c99-a839-cf7070dc835d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "485947d9-e090-4437-9c4d-84e0945bd4bf",
"vfModuleModelCustomizationUUID": "de02910f-b2f2-487b-bc32-352aaa9f3ec6",
"isBase": true,
"artifacts": [
"e9616c47-0995-4e2b-9c63-7f09c3e5b7ca",
"5bf99817-0a5b-4e1e-9872-188197f0aea0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-30T09:41:09.886Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:485947d9-e090-4437-9c4d-84e0945bd4bf
VfModuleModelInvariantUUID:f35f88bc-e4b2-4c99-a839-cf7070dc835d
VfModuleModelDescription:NULL
Artifacts UUID List:{
e9616c47-0995-4e2b-9c63-7f09c3e5b7ca
,
5bf99817-0a5b-4e1e-9872-188197f0aea0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-30T09:41:09.888Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "f35f88bc-e4b2-4c99-a839-cf7070dc835d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "485947d9-e090-4437-9c4d-84e0945bd4bf",
"vfModuleModelCustomizationUUID": "de02910f-b2f2-487b-bc32-352aaa9f3ec6",
"isBase": true,
"artifacts": [
"e9616c47-0995-4e2b-9c63-7f09c3e5b7ca",
"5bf99817-0a5b-4e1e-9872-188197f0aea0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-30T09:41:09.889Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:485947d9-e090-4437-9c4d-84e0945bd4bf
VfModuleModelInvariantUUID:f35f88bc-e4b2-4c99-a839-cf7070dc835d
VfModuleModelDescription:NULL
Artifacts UUID List:{
e9616c47-0995-4e2b-9c63-7f09c3e5b7ca
,
5bf99817-0a5b-4e1e-9872-188197f0aea0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-30T09:41:09.889Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e9616c47-0995-4e2b-9c63-7f09c3e5b7ca from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-30T09:41:09.889Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-08-30T09:41:09.889Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-30T09:41:10.754Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-08-30T09:41:10.754Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e9616c47-0995-4e2b-9c63-7f09c3e5b7ca 5033
2021-08-30T09:41:10.755Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-08-30T09:41:10.755Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-30T09:41:10.755Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T09:41:10.755Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:41:10.757Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:41:10.757Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316470755,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:41:10.857Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:41:10.859Z||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-08-30T09:41:10.860Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:41:10.869Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:41:10.869Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:41:11.758Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5bf99817-0a5b-4e1e-9872-188197f0aea0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-30T09:41:11.759Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-08-30T09:41:11.759Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-30T09:41:12.944Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-08-30T09:41:12.945Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 5bf99817-0a5b-4e1e-9872-188197f0aea0 903
2021-08-30T09:41:12.945Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-08-30T09:41:12.945Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-30T09:41:12.946Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T09:41:12.946Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:41:12.950Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:41:12.950Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316472945,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:41:13.050Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:41:13.051Z||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-08-30T09:41:13.051Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:41:13.063Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:41:13.064Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:41:13.950Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a5a61601-833f-4a57-98e5-0cdeccb7aa35
2021-08-30T09:41:13.952Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 54f8b250-af39-4d5a-89ea-127f35d06af0 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-08-30T09:41:13.974Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:13.975Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:41:13.975Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-08-30T09:41:13.975Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= ecde0fcb-dd49-4807-9f47-53225833162f
2021-08-30T09:41:13.976Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ecde0fcb-dd49-4807-9f47-53225833162f matches Tosca VF Customization UUID: ecde0fcb-dd49-4807-9f47-53225833162f
2021-08-30T09:41:13.976Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: ecde0fcb-dd49-4807-9f47-53225833162f 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-08-30T09:41:13.980Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:13.980Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:41:13.982Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id ecde0fcb-dd49-4807-9f47-53225833162f: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-08-30T09:41:13.982Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57ec696f
2021-08-30T09:41:13.983Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:13.983Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-30T09:41:13.984Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : de02910f-b2f2-487b-bc32-352aaa9f3ec6
2021-08-30T09:41:13.984Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID de02910f-b2f2-487b-bc32-352aaa9f3ec6
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-08-30T09:41:13.987Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:13.987Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-30T09:41:13.987Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T09:41:13.988Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:13.988Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-30T09:41:13.988Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T09:41:13.989Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:13.989Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-30T09:41:13.989Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-30T09:41:13.989Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-30T09:41:13.990Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0e1a2047-5dc7-4b20-8613-1cc6d455a71e
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-08-30T09:41:13.992Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:13.993Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-30T09:41:13.993Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T09:41:13.993Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:13.993Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-30T09:41:13.994Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ecde0fcb-dd49-4807-9f47-53225833162f
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-08-30T09:41:13.995Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:13.996Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:41:13.996Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a5a61601-833f-4a57-98e5-0cdeccb7aa35: basic_vm
2021-08-30T09:41:13.996Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:13.997Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:41:13.997Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:13.997Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:41:13.997Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:13.998Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:41:13.998Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:13.998Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:41:13.999Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:41:13.999Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:41:13.999Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm
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-08-30T09:41:14.117Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 54f8b250-af39-4d5a-89ea-127f35d06af0 1 ASDC deployResourceStructure
2021-08-30T09:41:14.118Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-08-30T09:41:14.118Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-08-30T09:41:14.119Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T09:41:14.119Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:41:14.122Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:41:14.123Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316474118,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-30T09:41:14.222Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-08-30T09:41:14.223Z||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-08-30T09:41:14.223Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:41:14.231Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:41:14.231Z||pool-35-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:41:15.124Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-08-30T09:41:15.125Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-08-30T09:41:15.125Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T09:41:15.125Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:41:15.127Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:41:15.127Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316475124,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DEPLOY_OK"
}
2021-08-30T09:41:15.228Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-30T09:41:15.229Z||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-08-30T09:41:15.229Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:41:15.239Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:41:15.239Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-08-30T09:41:16.129Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-08-30T09:41:16.129Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-08-30T09:41:16.129Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T09:41:16.130Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:41:16.132Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:41:16.132Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316476129,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DEPLOY_OK"
}
2021-08-30T09:41:16.235Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-30T09:41:16.236Z||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-08-30T09:41:16.236Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:41:16.244Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:41:16.245Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:41:17.133Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-30T09:41:17.133Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-30T09:41:17.133Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-30T09:41:17.134Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:41:17.136Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:41:17.136Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316477133,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-30T09:41:17.236Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-30T09:41:17.237Z||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-08-30T09:41:17.237Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:41:17.246Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:41:17.246Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-08-30T09:41:18.138Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 609e214f-5c1d-4e55-a23a-26d1dc293514
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-08-30T09:41:18.157Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 609e214f-5c1d-4e55-a23a-26d1dc293514
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-08-30T09:41:18.171Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-30T09:41:18.172Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-30T09:41:18.172Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-30T09:41:18.172Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-30T09:41:18.173Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-30T09:41:18.173Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-30T09:41:18.173Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-30T09:41:18.173Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-30T09:41:18.173Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-30T09:41:18.174Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-30T09:41:18.174Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-30T09:41:18.182Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-30T09:41:48.184Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 609e214f-5c1d-4e55-a23a-26d1dc293514 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-08-30T09:41:48.275Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 609e214f-5c1d-4e55-a23a-26d1dc293514 and serviceModelVersionId: a5a61601-833f-4a57-98e5-0cdeccb7aa35
2021-08-30T09:41:48.275Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0
2021-08-30T09:41:48.276Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0/model-vers/model-ver/a5a61601-833f-4a57-98e5-0cdeccb7aa35?depth=0
2021-08-30T09:41:48.286Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-08-30T09:41:48.378Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0/model-vers/model-ver/a5a61601-833f-4a57-98e5-0cdeccb7aa35?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-08-30T09:41:48.380Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0/model-vers/model-ver/a5a61601-833f-4a57-98e5-0cdeccb7aa35?depth=0|INFO|500||Invoke
2021-08-30T09:41:48.407Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0/model-vers/model-ver/a5a61601-833f-4a57-98e5-0cdeccb7aa35?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-30T09:41:48.835Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0/model-vers/model-ver/a5a61601-833f-4a57-98e5-0cdeccb7aa35?depth=0|INFO|500||InvokeReturn
2021-08-30T09:41:48.835Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dbb66a3d-6817-43c4-8f37-45bbe4f1cbb0/model-vers/model-ver/a5a61601-833f-4a57-98e5-0cdeccb7aa35?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210830-09:41:48:416-13488], vertex-id=[233488], Content-Length=[0], Date=[Mon, 30 Aug 2021 09:41:48 GMT], Content-Type=[application/json]}
2021-08-30T09:41:48.836Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-08-30T09:41:48.836Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-30T09:41:48.836Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-30T09:41:48.845Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-30T09:41:48.845Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 609e214f-5c1d-4e55-a23a-26d1dc293514 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-30T09:41:48.845Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-30T09:41:48.846Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:41:48.852Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:41:48.852Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316508845,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-30T09:41:48.959Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-08-30T09:41:48.960Z||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-08-30T09:41:48.963Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:41:48.987Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:41:48.991Z||pool-39-thread-1|||||INFO|500||cambria reply ok (32 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-08-30T09:41:56.071Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:41:56.074Z|609e214f-5c1d-4e55-a23a-26d1dc293514|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-08-30T09:41:56.074Z|609e214f-5c1d-4e55-a23a-26d1dc293514|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 vVxR0BwxjColsjXN) ...
2021-08-30T09:41:56.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-30T09:41:56.084Z||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-08-30T09:41:56.084Z||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 vVxR0BwxjColsjXN) ...
2021-08-30T09:41:56.230Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:41:56.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-30T09:41:56.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "609e214f-5c1d-4e55-a23a-26d1dc293514",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316456072,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:41:56.233Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-30T09:41:56.697Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:41:56.701Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-30T09:41:56.701Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"80cb9cd5-06ed-4c07-946d-8de63123649f","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d632ea05-036e-4eef-a979-5da56851a124","serviceDescription":"service","serviceInvariantUUID":"81138156-bb8a-4048-8010-0592f10b5dca","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f7ea03f-427c-434d-9753-5f1cf964a9b1","resourceInvariantUUID":"4a74ada0-7266-4925-b2ca-22a87b509344","resourceCustomizationUUID":"f82b4968-2f44-4bf7-8e08-954fb80f392e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"OGU2MDRkY2Y0MmZkM2M2M2Y1YWRlNmRlYjBhZjE1NTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2db6d381-990f-4578-a212-ce4d5b790810","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZTVhYTVmMzFkMDM0YjczYmJmZjdjYjExYjI4ZWFkZDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"43b122b9-de36-4ac1-9c95-f1915e8b251f","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f3030f78-0ff2-4791-8279-705b2aaa926c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2550353f-193f-4f8d-a7a8-ffe145a4bb27","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d472ae9f-3b6b-40f7-b289-e4610d7fc2a1","artifactVersion":"2","generatedFromUUID":"f3030f78-0ff2-4791-8279-705b2aaa926c"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MTAyNmVjOGFhNzA4YjQyNmIxYTgyMGI2NTdlYTk1Njc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"78959a98-4cd8-4fdd-9715-8967bdb2c3d2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NTQ5ZjIwNWQxMDlkODY1ZDEyOTZkYTVkOTE5MzFmODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"306c4869-93b4-4b79-a881-6e601efc7e38","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NDJjN2FmZjE4ODU2NTM1MTc2MjZmODhmZDI2ZWM5NTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"901a90f8-01de-45e3-89e0-94743c290d9e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-30T09:41:56.707Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:41:56.708Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:41:56.713Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:41:56.714Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316516071,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:41:56.813Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-30T09:41:56.814Z||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-08-30T09:41:56.814Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:41:56.824Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:41:56.824Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:41:57.715Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:41:57.717Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:41:57.726Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:41:57.727Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316516071,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-08-30T09:41:57.823Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-08-30T09:41:57.824Z||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-08-30T09:41:57.824Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:41:57.836Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:41:57.837Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:41:58.729Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:41:58.729Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:41:58.732Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:41:58.732Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316516071,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-30T09:41:58.841Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2021-08-30T09:41:58.843Z||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-08-30T09:41:58.846Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:41:58.856Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:41:58.857Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:41:59.733Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:41:59.734Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:41:59.738Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:41:59.738Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316516071,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:41:59.838Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-30T09:41:59.840Z||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-08-30T09:41:59.840Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:41:59.855Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:41:59.856Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:42:00.739Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:42:00.740Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:42:00.742Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:42:00.743Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316516071,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-08-30T09:42:00.843Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:42:00.844Z||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-08-30T09:42:00.844Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:42:00.857Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:42:00.858Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-30T09:42:01.743Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:42:01.744Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:42:01.746Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:42:01.746Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316516071,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:42:01.846Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:42:01.847Z||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-08-30T09:42:01.848Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:42:01.862Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:42:01.863Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:42:02.746Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:42:02.747Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:42:02.751Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:42:02.751Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316516071,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-30T09:42:02.854Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-30T09:42:02.856Z||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-08-30T09:42:02.856Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:42:02.866Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:42:02.869Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:42:03.752Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-30T09:42:03.752Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:42:03.769Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:42:03.769Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316516071,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "NOTIFIED"
}
2021-08-30T09:42:03.869Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:42:03.871Z||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-08-30T09:42:03.871Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:42:03.880Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:42:03.880Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-30T09:42:04.771Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f",
"serviceName": "basic_vm_macro",
"serviceVersion": "1.0",
"serviceUUID": "d632ea05-036e-4eef-a979-5da56851a124",
"serviceDescription": "service",
"serviceInvariantUUID": "81138156-bb8a-4048-8010-0592f10b5dca",
"resources": [
{
"resourceInstanceName": "basic_vm_macro 0",
"resourceCustomizationUUID": "f82b4968-2f44-4bf7-8e08-954fb80f392e",
"resourceName": "basic_vm_macro",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6f7ea03f-427c-434d-9753-5f1cf964a9b1",
"resourceInvariantUUID": "4a74ada0-7266-4925-b2ca-22a87b509344",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm_macro0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"artifactChecksum": "ZTVhYTVmMzFkMDM0YjczYmJmZjdjYjExYjI4ZWFkZDA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "43b122b9-de36-4ac1-9c95-f1915e8b251f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f3030f78-0ff2-4791-8279-705b2aaa926c",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d472ae9f-3b6b-40f7-b289-e4610d7fc2a1",
"generatedFromUUID": "f3030f78-0ff2-4791-8279-705b2aaa926c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d472ae9f-3b6b-40f7-b289-e4610d7fc2a1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVmMacro-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"artifactChecksum": "NDJjN2FmZjE4ODU2NTM1MTc2MjZmODhmZDI2ZWM5NTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "901a90f8-01de-45e3-89e0-94743c290d9e"
}
],
"workloadContext": "Production"
}
2021-08-30T09:42:04.773Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-30T09:42:04.774Z|609e214f-5c1d-4e55-a23a-26d1dc293514|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d632ea05-036e-4eef-a979-5da56851a124 ASDC
2021-08-30T09:42:04.775Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:80cb9cd5-06ed-4c07-946d-8de63123649f
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:d632ea05-036e-4eef-a979-5da56851a124
ServiceInvariantUUID:81138156-bb8a-4048-8010-0592f10b5dca
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:901a90f8-01de-45e3-89e0-94743c290d9e
ArtifactChecksum:NDJjN2FmZjE4ODU2NTM1MTc2MjZmODhmZDI2ZWM5NTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:f82b4968-2f44-4bf7-8e08-954fb80f392e
ResourceInvariantUUID:4a74ada0-7266-4925-b2ca-22a87b509344
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:6f7ea03f-427c-434d-9753-5f1cf964a9b1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:43b122b9-de36-4ac1-9c95-f1915e8b251f
ArtifactChecksum:ZTVhYTVmMzFkMDM0YjczYmJmZjdjYjExYjI4ZWFkZDA=
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/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:f3030f78-0ff2-4791-8279-705b2aaa926c
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:d472ae9f-3b6b-40f7-b289-e4610d7fc2a1
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:d472ae9f-3b6b-40f7-b289-e4610d7fc2a1
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-30T09:42:04.775Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d632ea05-036e-4eef-a979-5da56851a124 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-08-30T09:42:04.828Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T09:42:04.829Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-08-30T09:42:04.829Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-08-30T09:42:04.830Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 901a90f8-01de-45e3-89e0-94743c290d9e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-30T09:42:04.830Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-08-30T09:42:04.830Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-30T09:42:05.772Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-08-30T09:42:05.781Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 901a90f8-01de-45e3-89e0-94743c290d9e 78592
2021-08-30T09:42:05.781Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-08-30T09:42:05.782Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-08-30T09:42:05.782Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T09:42:05.782Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:42:05.797Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:42:05.798Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316525781,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:42:05.885Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2021-08-30T09:42:05.887Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-30T09:42:05.887Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:42:05.896Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:42:05.897Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:42:06.803Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-30T09:42:06.806Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-08-30T09:42:06.807Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 901a90f8-01de-45e3-89e0-94743c290d9e, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T09:42:06.807Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-08-30T09:42:06.808Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T09:42:06.808Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T09:42:07.193Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18357669559702198254/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-08-30T09:42:08.439Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-30T09:42:08.439Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-08-30T09:42:08.440Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T09:42:08.440Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-30T09:42:08.440Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T09:42:08.440Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T09:42:08.441Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T09:42:08.441Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T09:42:08.441Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T09:42:08.441Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T09:42:08.441Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T09:42:08.442Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T09:42:08.442Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-08-30T09:42:08.442Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-08-30T09:42:08.443Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:42:08.443Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:42:08.443Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-30T09:42:08.444Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-08-30T09:42:08.444Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T09:42:08.445Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:42:08.445Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:42:08.445Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-30T09:42:08.445Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-08-30T09:42:08.445Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-30T09:42:08.446Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:42:08.446Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:42:08.446Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:42:08.447Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-08-30T09:42:08.447Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-30T09:42:08.447Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-30T09:42:08.447Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-30T09:42:08.448Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-30T09:42:08.448Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-30T09:42:08.448Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:42:08.449Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-30T09:42:08.449Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:42:08.449Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-30T09:42:08.449Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T09:42:08.450Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:42:08.450Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-30T09:42:08.450Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T09:42:08.451Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:42:08.451Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-08-30T09:42:08.451Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-30T09:42:08.452Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:42:08.452Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-08-30T09:42:08.452Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-30T09:42:08.452Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-08-30T09:42:08.452Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=95f89aa0-5854-41fe-9f4f-378edb2dffbc
2021-08-30T09:42:08.453Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:42:08.453Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:42:08.453Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:42:08.454Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:42:08.454Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:42:08.454Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:42:08.454Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:42:08.455Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:42:08.455Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:d632ea05-036e-4eef-a979-5da56851a124
Model Version:NULL
Model InvariantUuid:81138156-bb8a-4048-8010-0592f10b5dca
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm_macro
Model UUID:5ae15d91-cdde-4389-a63d-24cf34f50f58
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4a74ada0-7266-4925-b2ca-22a87b509344
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f82b4968-2f44-4bf7-8e08-954fb80f392e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1caa6544-f701-493c-a997-d9cb9eabae85
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:64992930-4fc1-48e7-b593-59bce6ef720c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:95f89aa0-5854-41fe-9f4f-378edb2dffbc
ModelInvariantUuid:23aa558f-f717-447c-b84e-3a4b9a8d9554
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:ba2793e0-a6fa-4d75-8c6e-6eb1764b6c49
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20
VNFC Properties:
ModelCustomizationUuid:5963ad96-90a9-45c7-8409-eac97ab86e3c
ModelInvariantUuid:ca6a96fc-c907-4a3b-8db8-70fa8d2dae36
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:91b6f4dd-c451-41ef-a225-755d9b059ca5
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-08-30T09:42:08.463Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 6f7ea03f-427c-434d-9753-5f1cf964a9b1
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-08-30T09:42:08.468Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2021-08-30T09:42:08.468Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6f7ea03f-427c-434d-9753-5f1cf964a9b1
2021-08-30T09:42:08.468Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 43b122b9-de36-4ac1-9c95-f1915e8b251f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-08-30T09:42:08.469Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-08-30T09:42:08.469Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-08-30T09:42:09.641Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-08-30T09:42:09.641Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 43b122b9-de36-4ac1-9c95-f1915e8b251f 792
2021-08-30T09:42:09.642Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-08-30T09:42:09.642Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-08-30T09:42:09.642Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T09:42:09.642Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:42:09.645Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:42:09.645Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316529642,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:42:09.745Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:42:09.746Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-30T09:42:09.746Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:42:09.759Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:42:09.759Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:42:10.646Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "1caa6544-f701-493c-a997-d9cb9eabae85",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "64992930-4fc1-48e7-b593-59bce6ef720c",
"vfModuleModelCustomizationUUID": "a289f467-e8a3-43ab-b67f-15a67f7904f8",
"isBase": true,
"artifacts": [
"f3030f78-0ff2-4791-8279-705b2aaa926c",
"d472ae9f-3b6b-40f7-b289-e4610d7fc2a1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-30T09:42:10.653Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64992930-4fc1-48e7-b593-59bce6ef720c
VfModuleModelInvariantUUID:1caa6544-f701-493c-a997-d9cb9eabae85
VfModuleModelDescription:NULL
Artifacts UUID List:{
f3030f78-0ff2-4791-8279-705b2aaa926c
,
d472ae9f-3b6b-40f7-b289-e4610d7fc2a1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-30T09:42:10.657Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "1caa6544-f701-493c-a997-d9cb9eabae85",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "64992930-4fc1-48e7-b593-59bce6ef720c",
"vfModuleModelCustomizationUUID": "a289f467-e8a3-43ab-b67f-15a67f7904f8",
"isBase": true,
"artifacts": [
"f3030f78-0ff2-4791-8279-705b2aaa926c",
"d472ae9f-3b6b-40f7-b289-e4610d7fc2a1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-08-30T09:42:10.657Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64992930-4fc1-48e7-b593-59bce6ef720c
VfModuleModelInvariantUUID:1caa6544-f701-493c-a997-d9cb9eabae85
VfModuleModelDescription:NULL
Artifacts UUID List:{
f3030f78-0ff2-4791-8279-705b2aaa926c
,
d472ae9f-3b6b-40f7-b289-e4610d7fc2a1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-08-30T09:42:10.657Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f3030f78-0ff2-4791-8279-705b2aaa926c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-08-30T09:42:10.657Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-08-30T09:42:10.658Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-08-30T09:42:11.320Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-08-30T09:42:11.321Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml f3030f78-0ff2-4791-8279-705b2aaa926c 5033
2021-08-30T09:42:11.322Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-08-30T09:42:11.322Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-08-30T09:42:11.322Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T09:42:11.323Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:42:11.325Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:42:11.326Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316531322,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:42:11.426Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:42:11.429Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-30T09:42:11.429Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:42:11.437Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:42:11.437Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:42:12.327Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d472ae9f-3b6b-40f7-b289-e4610d7fc2a1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-08-30T09:42:12.329Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-08-30T09:42:12.329Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-08-30T09:42:13.232Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-08-30T09:42:13.233Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d472ae9f-3b6b-40f7-b289-e4610d7fc2a1 903
2021-08-30T09:42:13.233Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-08-30T09:42:13.234Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-08-30T09:42:13.234Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-30T09:42:13.234Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-08-30T09:42:13.236Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-30T09:42:13.237Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "80cb9cd5-06ed-4c07-946d-8de63123649f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1630316533233,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-08-30T09:42:13.337Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-30T09:42:13.338Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-08-30T09:42:13.338Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vVxR0BwxjColsjXN) ...
2021-08-30T09:42:13.349Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-30T09:42:13.350Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-30T09:42:14.237Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: d632ea05-036e-4eef-a979-5da56851a124
2021-08-30T09:42:14.238Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 6f7ea03f-427c-434d-9753-5f1cf964a9b1 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-30T09:42:14.252Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-30T09:42:14.253Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-30T09:42:14.253Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2021-08-30T09:42:14.253Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f82b4968-2f44-4bf7-8e08-954fb80f392e
2021-08-30T09:42:14.253Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f82b4968-2f44-4bf7-8e08-954fb80f392e matches Tosca VF Customization UUID: f82b4968-2f44-4bf7-8e08-954fb80f392e
2021-08-30T09:42:14.253Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f82b4968-2f44-4bf7-8e08-954fb80f392e 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-08-30T09:42:14.256Z|80cb9cd5-06ed-4c07-946d-8de63123649f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery