By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-05-07T05:03:28.299Z||main|||||INFO|500||The following profiles are active: basic
2022-05-07T05:03:34.927Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-07T05:03:34.927Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-07T05:03:34.992Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-07T05:03:37.366Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-07T05:03:37.686Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-07T05:03:38.095Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-07T05:03:38.105Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-07T05:03:38.178Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-07T05:03:38.308Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-07T05:03:38.661Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-07T05:03:40.037Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-07T05:03:41.429Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-07T05:03:41.467Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-07T05:03:42.078Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-07T05:03:42.303Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-05-07T05:03:42.928Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-07T05:03:43.665Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-07T05:03:43.680Z||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$$2538ded1.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-07T05:03:43.681Z||main|||||WARN|500||The sdc end point is not alive
2022-05-07T05:03:45.300Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-05-07T05:03:47.221Z||main|||||WARN|500||---
2022-05-07T05:03:47.221Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-07T05:03:47.221Z||main|||||WARN|500||---
2022-05-07T05:03:47.515Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-07T05:03:50.765Z||main|||||INFO|500||Started Application in 24.172 seconds (JVM running for 25.297)
2022-05-07T05:03:50.779Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-07T05:03:50.780Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-07T05:03:50.790Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-07T05:03:50.806Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-07T05:03:50.839Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b1dc42a1-3533-446e-a736-dd595a1d6ca6 url= /sdc/v1/artifactTypes
2022-05-07T05:03:50.839Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-07T05:03:51.009Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-07T05:03:51.025Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-05-07T05:03:51.040Z||scheduling-1|||||DEBUG|500||create keys
2022-05-07T05:03:51.045Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-07T05:03:51.068Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:03:51.107Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 52a0d5a7-6846-4ec6-a88c-7c2edb1c03d7 url= /sdc/v1/registerForDistribution
2022-05-07T05:03:51.338Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 52a0d5a7-6846-4ec6-a88c-7c2edb1c03d7 url= /sdc/v1/registerForDistribution
2022-05-07T05:03:51.339Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-07T05:03:51.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:03:51.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:03:51.355Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-07T05:03:51.361Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:03:51.362Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:03:51.361Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:03:51.363Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:04:01.631Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:04:01.632Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:04:51.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:04:51.349Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:04:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:04:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:04:51.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:04:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:05:00.904Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:05:00.904Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:05:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:05:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:05:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:05:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:05:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:05:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:06:00.899Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:06:00.899Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:06:51.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:06:51.349Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:06:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:06:51.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:06:51.352Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:06:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:07:00.895Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:07:00.895Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:07:51.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:07:51.349Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:07:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:07:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:07:51.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:07:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:08:00.893Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:08:00.893Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:08:51.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:08:51.349Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:08:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:08:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:08:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:08:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:09:00.891Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:09:00.891Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:09:51.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:09:51.349Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:09:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:09:51.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:09:51.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:09:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:10:00.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:10:00.902Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:10:51.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:10:51.350Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:10:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:10:51.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:10:51.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:10:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:11:00.897Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:11:00.899Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:11:51.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:11:51.349Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:11:51.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:11:51.370Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:11:51.370Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:11:51.370Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:12:00.914Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:12:00.916Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:12:51.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:12:51.350Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:12:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:12:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:12:51.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:12:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:13:00.900Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:13:00.900Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:13:47.218Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-07T05:13:51.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:13:51.350Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:13:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:13:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:13:51.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:13:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:14:00.892Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:14:00.892Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:14:51.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:14:51.349Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:14:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:14:51.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:14:51.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:14:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:15:00.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:15:00.940Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:15:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:15:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:15:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:15:51.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:15:51.352Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:15:51.353Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:16:00.891Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:16:00.893Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:16:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:16:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:16:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:16:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:16:51.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:16:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:17:00.886Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:17:00.888Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:17:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:17:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:17:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:17:51.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:17:51.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:17:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:18:00.894Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:18:00.894Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:18:51.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:18:51.350Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:18:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:18:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:18:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:18:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:19:00.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:19:00.895Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:19:51.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:19:51.350Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:19:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:19:51.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:19:51.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:19:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:20:00.897Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:20:00.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:20:51.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:20:51.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:20:51.350Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:20:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:20:51.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:20:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:21:00.915Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:21:00.916Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:21:51.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:21:51.349Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:21:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:21:51.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:21:51.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:21:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:22:00.892Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:22:00.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:22:51.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:22:51.349Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:22:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:22:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:22:51.352Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:22:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:23:00.899Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:23:00.899Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:23:51.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:23:51.349Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:23:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:23:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:23:51.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:23:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:24:00.892Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:24:00.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:24:51.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:24:51.349Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:24:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:24:51.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:24:51.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:24:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:25:00.892Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:25:00.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:25:51.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:25:51.349Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:25:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:25:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:25:51.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:25:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:26:00.894Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:26:00.902Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:26:51.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:26:51.349Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:26:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:26:51.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:26:51.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:26:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:27:00.900Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:27:00.902Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:27:51.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:27:51.350Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:27:51.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:27:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:27:51.351Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:27:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:28:00.898Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:28:00.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:28:51.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:28:51.349Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:28:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:28:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:28:51.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:28:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:29:00.893Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:29:00.893Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:29:51.349Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:29:51.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:29:51.352Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:29:51.352Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:29:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:29:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:30:00.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:30:00.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:30:51.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:30:51.349Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:30:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:30:51.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:30:51.350Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:30:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:31:00.886Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:31:00.937Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:31:51.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:31:51.349Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:31:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:31:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:31:51.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:31:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:32:00.890Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:32:00.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:32:51.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:32:51.349Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:32:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:32:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:32:51.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:32:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:33:00.894Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:33:00.894Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:33:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:33:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:33:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:33:51.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:33:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:33:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:34:00.889Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:34:00.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:34:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:34:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:34:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:34:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:34:51.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:34:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:35:00.892Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:35:00.892Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:35:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:35:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:35:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:35:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:35:51.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:35:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:36:00.887Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:36:00.891Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:36:51.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:36:51.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:36:51.349Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:36:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:36:51.352Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:36:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:37:00.888Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:37:00.888Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:37:51.349Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:37:51.350Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:37:51.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:37:51.350Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:37:51.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:37:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:38:00.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:38:00.893Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:38:51.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:38:51.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:38:51.350Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:38:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:38:51.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:38:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:39:00.893Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:39:00.894Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:39:51.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:39:51.350Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:39:51.350Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:39:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:39:51.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:39:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:40:00.897Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:40:00.897Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:40:51.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:40:51.350Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:40:51.350Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:40:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:40:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:40:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:41:00.890Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:41:00.890Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:41:51.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:41:51.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:41:51.349Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:41:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:41:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:41:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:42:00.890Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:42:00.890Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:42:51.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:42:51.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:42:51.349Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:42:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:42:51.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:42:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:43:00.889Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:43:00.890Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:43:51.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:43:51.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:43:51.349Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:43:51.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:43:51.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:43:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:44:00.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:44:00.890Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:44:51.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:44:51.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:44:51.349Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:44:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:44:51.352Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:44:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:45:00.893Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:45:00.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:45:51.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:45:51.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:45:51.349Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:45:51.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:45:51.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:45:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:46:00.919Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:46:00.919Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:46:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:46:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:46:51.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:46:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:46:51.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:46:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:47:00.893Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:47:00.894Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:47:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:47:51.350Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:47:51.350Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:47:51.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:47:51.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:47:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:48:00.887Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:48:00.894Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:48:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:48:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:48:51.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:48:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:48:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:48:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:49:00.890Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:49:00.892Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:49:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:49:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:49:51.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:49:51.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:49:51.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:49:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:50:00.891Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:50:00.891Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:50:51.349Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:50:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:50:51.352Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:50:51.352Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:50:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:50:51.352Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:51:00.903Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:51:00.903Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:51:51.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:51:51.350Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:51:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:51:51.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:51:51.350Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:51:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:52:00.893Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:52:00.896Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:52:51.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:52:51.349Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:52:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:52:51.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:52:51.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:52:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:53:00.895Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:53:00.895Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:53:51.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:53:51.349Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:53:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:53:51.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:53:51.350Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:53:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:54:00.888Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:54:00.892Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:54:51.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:54:51.349Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:54:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:54:51.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:54:51.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:54:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:55:00.890Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:55:00.897Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:55:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:55:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:55:51.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:55:51.351Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:55:51.352Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:55:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:56:00.894Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:56:00.896Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:56:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:56:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:56:51.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:56:51.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:56:51.351Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:56:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:57:00.893Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:57:00.900Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:57:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:57:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:57:51.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:57:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:57:51.350Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:57:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:58:00.944Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:58:00.948Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:58:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:58:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:58:51.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:58:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:58:51.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:58:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:59:00.888Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:59:00.889Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T05:59:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:59:51.350Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:59:51.350Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:59:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:59:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:59:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:00:00.888Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:00:00.888Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:00:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:00:51.350Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:00:51.350Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T06:00:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:00:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:00:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:01:00.889Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:01:00.890Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:01:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:01:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:01:51.350Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T06:01:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:01:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:01:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:02:00.911Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:02:00.912Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:02:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:02:51.350Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:02:51.350Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T06:02:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:02:51.350Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:02:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:03:00.887Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:03:00.888Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:03:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:03:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:03:51.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T06:03:51.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:03:51.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:03:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:04:00.891Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:04:00.891Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:04:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:04:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:04:51.350Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T06:04:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:04:51.350Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:04:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:05:00.892Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:05:00.924Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:05:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:05:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:05:51.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T06:05:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:05:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:05:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:06:00.892Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:06:00.892Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:06:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:06:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:06:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:06:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:06:51.352Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:06:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:07:00.901Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:07:00.902Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:07:51.349Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:07:51.350Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:07:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:07:51.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:07:51.350Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:07:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:08:00.922Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:08:00.922Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:08:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:08:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:08:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:08:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:08:51.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:08:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:09:00.885Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:09:00.885Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:09:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:09:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:09:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:09:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:09:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:09:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:10:00.909Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:10:00.911Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:10:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:10:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:10:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:10:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:10:51.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:10:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:11:00.888Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:11:00.889Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:11:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:11:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:11:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:11:51.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:11:51.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:11:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:12:00.888Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:12:00.895Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:12:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:12:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:12:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:12:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:12:51.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:12:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:13:00.889Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:13:00.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:13:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:13:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:13:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:13:51.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:13:51.351Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:13:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:14:00.887Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:14:00.887Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:14:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:14:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:14:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:14:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:14:51.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:14:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:15:00.891Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:15:00.892Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:15:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:15:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:15:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:15:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:15:51.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:15:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:16:00.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:16:00.887Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:16:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:16:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:16:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:16:51.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:16:51.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:16:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:17:00.890Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:17:00.890Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:17:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:17:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:17:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:17:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:17:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:17:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:18:00.886Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:18:00.886Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:18:51.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:18:51.349Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:18:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:18:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:18:51.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:18:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:19:00.894Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:19:00.894Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:19:51.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:19:51.349Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:19:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:19:51.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:19:51.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:19:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:20:00.884Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:20:00.886Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:20:51.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:20:51.349Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:20:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:20:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:20:51.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:20:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:21:00.890Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:21:00.890Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:21:51.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:21:51.349Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:21:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:21:51.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:21:51.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:21:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:22:00.898Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:22:00.898Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:22:51.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:22:51.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:22:51.349Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T06:22:51.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:22:51.353Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:22:51.353Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:23:00.889Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:23:00.893Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:23:51.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:23:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:23:51.350Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:23:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:23:51.350Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:23:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:24:00.885Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:24:00.888Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:24:51.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:24:51.349Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:24:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:24:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:24:51.350Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:24:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:25:00.886Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:25:00.886Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:25:51.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:25:51.349Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:25:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:25:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:25:51.350Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:25:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:26:00.885Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:26:00.886Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:26:51.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:26:51.349Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:26:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:26:51.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:26:51.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:26:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:27:00.898Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:27:00.899Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:27:51.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:27:51.349Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:27:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:27:51.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:27:51.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:27:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:28:00.888Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:28:00.891Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:28:41.509Z||http-nio-8085-exec-6|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-07T06:28:51.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:28:51.349Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:28:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:28:51.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:28:51.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:28:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:29:00.888Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:29:00.889Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:29:51.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:29:51.349Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:29:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:29:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:29:51.350Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:29:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:30:00.885Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:30:00.924Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:30:51.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:30:51.349Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:30:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:30:51.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:30:51.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:30:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:31:00.917Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:31:00.916Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:31:51.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:31:51.349Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:31:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:31:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:31:51.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:31:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:32:00.906Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:32:00.906Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:32:51.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:32:51.348Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:32:51.348Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:32:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:32:51.350Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:32:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:33:00.884Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:33:00.888Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:33:51.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:33:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:33:51.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:33:51.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:33:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:33:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:34:00.901Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:34:00.901Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:34:51.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:34:51.349Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:34:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:34:51.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:34:51.351Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:34:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:35:00.899Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:35:00.933Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:35:51.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:35:51.349Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:35:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:35:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:35:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:35:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:35:51.971Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:35:51.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"58eec28e-c2e8-4439-8d5a-406fd30dcba5","serviceName":"basic_onboard_HmvmBx","serviceVersion":"1.0","serviceUUID":"a40e3ceb-462f-47d5-a3a6-424b7815406a","serviceDescription":"service","serviceInvariantUUID":"e18a7ad0-33d7-4573-a886-8aad05f011bf","resources":[{"resourceInstanceName":"basic_onboard_HmvmBx 0","resourceName":"basic_onboard_HmvmBx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1a4ddca2-aefe-4f6a-861f-778f7daa6328","resourceInvariantUUID":"c9aedde9-407d-4e9f-85bc-422ed18fdf07","resourceCustomizationUUID":"8170db3e-a7d1-45ab-a83c-b2b4022d717e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vf-license-model.xml","artifactChecksum":"YWI4OWFmMGQ3ZWU2MzAxMWMzMDQzZTdiNWQ3NzZkNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"86888750-b5dd-4089-a702-aee55c500346","artifactVersion":"1"},{"artifactName":"basic_onboard_hmvmbx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json","artifactChecksum":"N2MyMDg2MDdkOGFiMzVkODBlMzI4MWJmYzI0ZjQyZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0e9a9448-b341-4d64-bea2-30a6ea81f0c2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"665f61b2-6523-47e8-a059-62f59512214f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"40e17ee9-a162-4167-b92a-743e6d7bfb3d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b6c47e0a-153e-4c88-8fd7-4d6fe44f790f","artifactVersion":"2","generatedFromUUID":"665f61b2-6523-47e8-a059-62f59512214f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHmvmbx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-template.yml","artifactChecksum":"ZmNhMjBkMDZmMDkyMTAzNTFmYzRjMmVlZWU1YTc3MTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eb0a6d70-b1b0-4dc4-835b-0d709f1fc410","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHmvmbx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar","artifactChecksum":"NjA5YzNiNjgwZGQxZTEwYmVkN2FjN2M5ZGM2Y2ZhZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96ec3468-7e8b-48ae-a09b-d2f433ed46d4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-07T06:35:51.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:35:51.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "aai-ml",
"timestamp": 1651905305530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.988Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:35:51.994Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905310418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "aai-ml",
"timestamp": 1651905305530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905310418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
"status": "NOTIFIED"
}
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "aai-ml",
"timestamp": 1651905305530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905310418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "cds",
"timestamp": 1651905313830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "aai-ml",
"timestamp": 1651905305530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905310418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "cds",
"timestamp": 1651905313830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "aai-ml",
"timestamp": 1651905305530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905310418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651905316472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "cds",
"timestamp": 1651905313830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "policy-id",
"timestamp": 1651905316382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "aai-ml",
"timestamp": 1651905305530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905310418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651905316472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "cds",
"timestamp": 1651905313830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "policy-id",
"timestamp": 1651905316382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "aai-ml",
"timestamp": 1651905305530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "NOTIFIED"
}
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905310418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "NOTIFIED"
}
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651905316472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "cds",
"timestamp": 1651905313830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "policy-id",
"timestamp": 1651905316382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "ves-openapi-manager",
"timestamp": 1651905318640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651905316472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "cds",
"timestamp": 1651905313830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "policy-id",
"timestamp": 1651905316382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "ves-openapi-manager",
"timestamp": 1651905318640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905320832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "aai-ml",
"timestamp": 1651905320189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651905316472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "cds",
"timestamp": 1651905313830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "NOTIFIED"
}
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "policy-id",
"timestamp": 1651905316382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "ves-openapi-manager",
"timestamp": 1651905318640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651905316472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "policy-id",
"timestamp": 1651905316382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "ves-openapi-manager",
"timestamp": 1651905318640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651905316472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "NOTIFIED"
}
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905323082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "cds",
"timestamp": 1651905322510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "policy-id",
"timestamp": 1651905316382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "NOTIFIED"
}
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "ves-openapi-manager",
"timestamp": 1651905318640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "cds",
"timestamp": 1651905323530,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-05-07T06:35:52.015Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:35:52.015Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905351348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:35:52.115Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-07T06:35:52.120Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:35:52.120Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:35:52.133Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:35:52.134Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:35:52.135Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 58eec28e-c2e8-4439-8d5a-406fd30dcba5
2022-05-07T06:35:52.148Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eec28e-c2e8-4439-8d5a-406fd30dcba5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:35:52.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "ves-openapi-manager",
"timestamp": 1651905318640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905325354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:35:52.164Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651905325645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:35:52.164Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "ves-openapi-manager",
"timestamp": 1651905318640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "policy-id",
"timestamp": 1651905325330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:35:52.165Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905326406,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:35:52.174Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58eec28e-c2e8-4439-8d5a-406fd30dcba5
2022-05-07T06:35:52.174Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eec28e-c2e8-4439-8d5a-406fd30dcba5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:35:52.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "policy-id",
"timestamp": 1651905326341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-07T06:35:52.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905327411,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-07T06:35:52.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "policy-id",
"timestamp": 1651905327347,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:35:52.184Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58eec28e-c2e8-4439-8d5a-406fd30dcba5
2022-05-07T06:35:52.184Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eec28e-c2e8-4439-8d5a-406fd30dcba5 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=?
2022-05-07T06:35:52.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "clamp",
"timestamp": 1651905328456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "clamp",
"timestamp": 1651905328456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
"status": "NOTIFIED"
}
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651905330593,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "clamp",
"timestamp": 1651905328456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651905331602,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:35:52.194Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 58eec28e-c2e8-4439-8d5a-406fd30dcba5
2022-05-07T06:35:52.194Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eec28e-c2e8-4439-8d5a-406fd30dcba5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:35:52.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "clamp",
"timestamp": 1651905328456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "clamp",
"timestamp": 1651905328456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "aai-ml",
"timestamp": 1651905331961,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-07T06:35:52.200Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "clamp",
"timestamp": 1651905328456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.201Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "aai-ml",
"timestamp": 1651905332966,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:35:52.204Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 58eec28e-c2e8-4439-8d5a-406fd30dcba5
2022-05-07T06:35:52.204Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eec28e-c2e8-4439-8d5a-406fd30dcba5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "clamp",
"timestamp": 1651905328456,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "NOTIFIED"
}
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "clamp",
"timestamp": 1651905341602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "clamp",
"timestamp": 1651905343610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "clamp",
"timestamp": 1651905344614,
"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=?
2022-05-07T06:35:52.213Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 58eec28e-c2e8-4439-8d5a-406fd30dcba5
2022-05-07T06:35:52.213Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eec28e-c2e8-4439-8d5a-406fd30dcba5 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 (?, ?, ?, ?, ?)
2022-05-07T06:35:53.023Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:35:53.027Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:35:53.029Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:35:53.029Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905351348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
"status": "NOTIFIED"
}
2022-05-07T06:35:53.129Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:35:53.130Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:35:53.131Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:35:53.140Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:35:53.141Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:35:54.029Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:35:54.030Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:35:54.033Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:35:54.033Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905351348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-07T06:35:54.133Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:35:54.134Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:35:54.134Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:35:54.148Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:35:54.149Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:35:55.033Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:35:55.035Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:35:55.038Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:35:55.038Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905351348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:55.138Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:35:55.139Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:35:55.139Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:35:55.150Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:35:55.150Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:35:56.039Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:35:56.040Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:35:56.041Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:35:56.042Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905351348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-07T06:35:56.142Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:35:56.143Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:35:56.143Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:35:56.154Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:35:56.155Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:35:57.042Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:35:57.043Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:35:57.046Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:35:57.047Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905351348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:35:57.147Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:35:57.148Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:35:57.148Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:35:57.157Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:35:57.157Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:35:58.047Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:35:58.049Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:35:58.051Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:35:58.052Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905351348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "NOTIFIED"
}
2022-05-07T06:35:58.152Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:35:58.152Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:35:58.152Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:35:58.164Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:35:58.164Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:35:59.054Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"serviceName": "basic_onboard_HmvmBx",
"serviceVersion": "1.0",
"serviceUUID": "a40e3ceb-462f-47d5-a3a6-424b7815406a",
"serviceDescription": "service",
"serviceInvariantUUID": "e18a7ad0-33d7-4573-a886-8aad05f011bf",
"resources": [
{
"resourceInstanceName": "basic_onboard_HmvmBx 0",
"resourceCustomizationUUID": "8170db3e-a7d1-45ab-a83c-b2b4022d717e",
"resourceName": "basic_onboard_HmvmBx",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1a4ddca2-aefe-4f6a-861f-778f7daa6328",
"resourceInvariantUUID": "c9aedde9-407d-4e9f-85bc-422ed18fdf07",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_hmvmbx0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
"artifactChecksum": "N2MyMDg2MDdkOGFiMzVkODBlMzI4MWJmYzI0ZjQyZTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0e9a9448-b341-4d64-bea2-30a6ea81f0c2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "665f61b2-6523-47e8-a059-62f59512214f",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b6c47e0a-153e-4c88-8fd7-4d6fe44f790f",
"generatedFromUUID": "665f61b2-6523-47e8-a059-62f59512214f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b6c47e0a-153e-4c88-8fd7-4d6fe44f790f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardHmvmbx-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"artifactChecksum": "NjA5YzNiNjgwZGQxZTEwYmVkN2FjN2M5ZGM2Y2ZhZjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "96ec3468-7e8b-48ae-a09b-d2f433ed46d4"
}
],
"workloadContext": "Production"
}
2022-05-07T06:35:59.056Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-07T06:35:59.056Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a40e3ceb-462f-47d5-a3a6-424b7815406a ASDC
2022-05-07T06:35:59.131Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:58eec28e-c2e8-4439-8d5a-406fd30dcba5
ServiceName:basic_onboard_HmvmBx
ServiceVersion:1.0
ServiceUUID:a40e3ceb-462f-47d5-a3a6-424b7815406a
ServiceInvariantUUID:e18a7ad0-33d7-4573-a886-8aad05f011bf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHmvmbx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar
ArtifactUUID:96ec3468-7e8b-48ae-a09b-d2f433ed46d4
ArtifactChecksum:NjA5YzNiNjgwZGQxZTEwYmVkN2FjN2M5ZGM2Y2ZhZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_HmvmBx 0
ResourceCustomizationUUID:8170db3e-a7d1-45ab-a83c-b2b4022d717e
ResourceInvariantUUID:c9aedde9-407d-4e9f-85bc-422ed18fdf07
ResourceName:basic_onboard_HmvmBx
ResourceType:VF
ResourceUUID:1a4ddca2-aefe-4f6a-861f-778f7daa6328
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hmvmbx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json
ArtifactUUID:0e9a9448-b341-4d64-bea2-30a6ea81f0c2
ArtifactChecksum:N2MyMDg2MDdkOGFiMzVkODBlMzI4MWJmYzI0ZjQyZTU=
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/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:665f61b2-6523-47e8-a059-62f59512214f
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/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env
ArtifactUUID:b6c47e0a-153e-4c88-8fd7-4d6fe44f790f
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/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env
ArtifactUUID:b6c47e0a-153e-4c88-8fd7-4d6fe44f790f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-07T06:35:59.132Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a40e3ceb-462f-47d5-a3a6-424b7815406a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T06:35:59.175Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:35:59.175Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-07T06:35:59.176Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-07T06:35:59.177Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 96ec3468-7e8b-48ae-a09b-d2f433ed46d4 from URL: /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:35:59.177Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-07T06:35:59.178Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:35:59.385Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-07T06:35:59.394Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar 96ec3468-7e8b-48ae-a09b-d2f433ed46d4 71572
2022-05-07T06:35:59.396Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar ASDC sendASDCNotification
2022-05-07T06:35:59.396Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:35:59.396Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:35:59.397Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:35:59.398Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:35:59.399Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905359395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:35:59.499Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:35:59.500Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:35:59.500Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:35:59.511Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:35:59.511Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:36:00.399Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:36:00.400Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-07T06:36:00.401Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 96ec3468-7e8b-48ae-a09b-d2f433ed46d4, URL: /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar to file: /app/ASDC/1/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:00.401Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:00.497Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:00.497Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:00.722Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10914154402500087069/Definitions/service-BasicOnboardHmvmbx-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-07T06:36:01.719Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-07T06:36:01.722Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-07T06:36:01.722Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:01.722Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-07T06:36:01.723Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_HmvmBx 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-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:01.723Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||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-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:01.723Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:01.723Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||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-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:01.723Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:01.723Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:01.723Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:01.723Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:01.723Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||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-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:01.723Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-07T06:36:01.727Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:01.728Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:01.730Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is matching search criteria
2022-05-07T06:36:01.730Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-07T06:36:01.731Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HmvmBx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:36:01.732Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:01.732Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:01.732Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is matching search criteria
2022-05-07T06:36:01.732Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-07T06:36:01.732Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HmvmBx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:36:01.733Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:01.733Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:01.735Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:01.735Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is not matching search criteria
2022-05-07T06:36:01.735Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-07T06:36:01.735Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-07T06:36:01.735Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-07T06:36:01.735Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-07T06:36:01.735Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-07T06:36:01.735Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:01.735Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T06:36:01.736Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:01.736Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is matching search criteria
2022-05-07T06:36:01.736Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HmvmBx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is matching search criteria
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HmvmBx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is matching search criteria
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HmvmBx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is not matching search criteria
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2c5a5261-f92b-4d66-a267-2616d331c1dd
2022-05-07T06:36:01.738Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:01.738Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:01.738Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:01.738Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:01.738Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:01.738Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:01.738Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:01.738Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:01.738Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_HmvmBx
Description:service
Model UUID:a40e3ceb-462f-47d5-a3a6-424b7815406a
Model Version:NULL
Model InvariantUuid:e18a7ad0-33d7-4573-a886-8aad05f011bf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_HmvmBx
Model UUID:9a1fd15b-ca33-4c7c-a182-3419df4586b5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c9aedde9-407d-4e9f-85bc-422ed18fdf07
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8170db3e-a7d1-45ab-a83c-b2b4022d717e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:92969a87-4a68-40b5-b8ef-60a548324c19
ModelName:BasicOnboardHmvmbx..base_ubuntu18..module-0
ModelUuid:6bc625f8-ecd9-4ec6-98bd-6759e6265427
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2c5a5261-f92b-4d66-a267-2616d331c1dd
ModelInvariantUuid:4fa4ae6c-7775-4474-abbf-042721504647
ModelName:basic_onboard_HmvmBx-nodes.ubuntu18Cvfc
ModelUuid:5bdb81b8-caca-485a-b010-08fecdd3ea9e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:3205c044-319f-4e6a-ab6e-3e1a62f9a810
ModelInvariantUuid:83afe0aa-8e3b-4655-8b67-741f738c682b
ModelName:BasicOnboardHmvmbx.compute.nodes.heat.ubuntu18
ModelUuid:418be9c4-71e8-4662-b5ab-507abc534ed4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-07T06:36:01.748Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 1a4ddca2-aefe-4f6a-861f-778f7daa6328
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:36:01.804Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||basic_onboard_HmvmBx 0
2022-05-07T06:36:01.808Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1a4ddca2-aefe-4f6a-861f-778f7daa6328
2022-05-07T06:36:01.808Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0e9a9448-b341-4d64-bea2-30a6ea81f0c2 from URL: /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json
2022-05-07T06:36:01.808Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-07T06:36:01.808Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json
2022-05-07T06:36:01.946Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-07T06:36:01.947Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json 0e9a9448-b341-4d64-bea2-30a6ea81f0c2 798
2022-05-07T06:36:01.947Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json ASDC sendASDCNotification
2022-05-07T06:36:01.947Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json
2022-05-07T06:36:01.947Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:36:01.948Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:01.951Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:01.951Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905361947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:36:02.051Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:36:02.052Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:02.052Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:02.062Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:36:02.062Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:02.952Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHmvmbx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "92969a87-4a68-40b5-b8ef-60a548324c19",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6bc625f8-ecd9-4ec6-98bd-6759e6265427",
"vfModuleModelCustomizationUUID": "d2d2c033-8065-49bf-82e6-ce6de39a9400",
"isBase": true,
"artifacts": [
"665f61b2-6523-47e8-a059-62f59512214f",
"b6c47e0a-153e-4c88-8fd7-4d6fe44f790f"
],
"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": ""
}
}
]
2022-05-07T06:36:02.968Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHmvmbx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6bc625f8-ecd9-4ec6-98bd-6759e6265427
VfModuleModelInvariantUUID:92969a87-4a68-40b5-b8ef-60a548324c19
VfModuleModelDescription:NULL
Artifacts UUID List:{
665f61b2-6523-47e8-a059-62f59512214f
,
b6c47e0a-153e-4c88-8fd7-4d6fe44f790f
}
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
}
2022-05-07T06:36:02.969Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHmvmbx..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "92969a87-4a68-40b5-b8ef-60a548324c19",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6bc625f8-ecd9-4ec6-98bd-6759e6265427",
"vfModuleModelCustomizationUUID": "d2d2c033-8065-49bf-82e6-ce6de39a9400",
"isBase": true,
"artifacts": [
"665f61b2-6523-47e8-a059-62f59512214f",
"b6c47e0a-153e-4c88-8fd7-4d6fe44f790f"
],
"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": ""
}
}
]
2022-05-07T06:36:02.969Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHmvmbx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6bc625f8-ecd9-4ec6-98bd-6759e6265427
VfModuleModelInvariantUUID:92969a87-4a68-40b5-b8ef-60a548324c19
VfModuleModelDescription:NULL
Artifacts UUID List:{
665f61b2-6523-47e8-a059-62f59512214f
,
b6c47e0a-153e-4c88-8fd7-4d6fe44f790f
}
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
}
2022-05-07T06:36:02.970Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 665f61b2-6523-47e8-a059-62f59512214f from URL: /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml
2022-05-07T06:36:02.970Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-07T06:36:02.970Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml
2022-05-07T06:36:03.018Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-07T06:36:03.018Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml 665f61b2-6523-47e8-a059-62f59512214f 5033
2022-05-07T06:36:03.019Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-07T06:36:03.019Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml
2022-05-07T06:36:03.019Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:36:03.020Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:03.022Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:03.022Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905363019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:36:03.122Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:36:03.123Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:03.123Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:03.134Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:36:03.135Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:04.023Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b6c47e0a-153e-4c88-8fd7-4d6fe44f790f from URL: /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env
2022-05-07T06:36:04.024Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-07T06:36:04.025Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env
2022-05-07T06:36:04.066Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-07T06:36:04.066Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env b6c47e0a-153e-4c88-8fd7-4d6fe44f790f 909
2022-05-07T06:36:04.067Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-07T06:36:04.067Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env
2022-05-07T06:36:04.067Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:36:04.067Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:04.069Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:04.070Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905364066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:36:04.170Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:36:04.170Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:04.171Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:04.181Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:36:04.182Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:05.070Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a40e3ceb-462f-47d5-a3a6-424b7815406a
2022-05-07T06:36:05.071Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_HmvmBx 0 1a4ddca2-aefe-4f6a-861f-778f7daa6328 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:36:05.095Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@603724b8, org.onap.sdc.toscaparser.api.parameters.Input@488c2e5a, org.onap.sdc.toscaparser.api.parameters.Input@42ed3335, org.onap.sdc.toscaparser.api.parameters.Input@4ba16c8a, org.onap.sdc.toscaparser.api.parameters.Input@12ea93a2]
2022-05-07T06:36:05.097Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:05.098Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:05.098Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-05-07T06:36:05.098Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 8170db3e-a7d1-45ab-a83c-b2b4022d717e
2022-05-07T06:36:05.098Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8170db3e-a7d1-45ab-a83c-b2b4022d717e matches Tosca VF Customization UUID: 8170db3e-a7d1-45ab-a83c-b2b4022d717e
2022-05-07T06:36:05.098Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 8170db3e-a7d1-45ab-a83c-b2b4022d717e matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-07T06:36:05.103Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:05.103Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:05.104Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 8170db3e-a7d1-45ab-a83c-b2b4022d717e: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-07T06:36:05.104Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58bdba23
2022-05-07T06:36:05.104Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:05.104Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T06:36:05.105Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d2d2c033-8065-49bf-82e6-ce6de39a9400
2022-05-07T06:36:05.105Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d2d2c033-8065-49bf-82e6-ce6de39a9400
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-07T06:36:05.118Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:05.118Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is matching search criteria
2022-05-07T06:36:05.118Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HmvmBx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:36:05.119Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:05.119Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is matching search criteria
2022-05-07T06:36:05.119Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HmvmBx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:36:05.119Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:05.119Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is not matching search criteria
2022-05-07T06:36:05.119Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-07T06:36:05.120Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-07T06:36:05.120Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2c5a5261-f92b-4d66-a267-2616d331c1dd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-07T06:36:05.124Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:05.124Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is matching search criteria
2022-05-07T06:36:05.124Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HmvmBx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:36:05.125Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:05.125Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is matching search criteria
2022-05-07T06:36:05.125Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HmvmBx 0] matching following query criteria: sdcType=VF, customizationUUID=8170db3e-a7d1-45ab-a83c-b2b4022d717e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:36:05.126Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:05.127Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:05.127Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a40e3ceb-462f-47d5-a3a6-424b7815406a: basic_onboard_HmvmBx
2022-05-07T06:36:05.127Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:05.127Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:05.127Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:05.127Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:05.127Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:05.127Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:05.127Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:05.128Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:05.128Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:36:05.128Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:05.128Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_HmvmBx
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:36:05.234Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_HmvmBx 1a4ddca2-aefe-4f6a-861f-778f7daa6328 1 ASDC deployResourceStructure
2022-05-07T06:36:05.235Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json ASDC sendASDCNotification
2022-05-07T06:36:05.235Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json
2022-05-07T06:36:05.235Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:36:05.235Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:05.236Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:05.237Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905365235,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-07T06:36:05.337Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:36:05.338Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:05.338Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:05.349Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:36:05.350Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:06.238Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-07T06:36:06.238Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml
2022-05-07T06:36:06.238Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:36:06.239Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:06.241Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:06.241Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905366237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-07T06:36:06.341Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:36:06.343Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:06.343Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:06.354Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:36:06.355Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:36:07.243Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-07T06:36:07.244Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env
2022-05-07T06:36:07.244Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:36:07.245Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:07.248Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:07.248Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905367243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-07T06:36:07.348Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:36:07.350Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:07.350Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:07.361Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:36:07.362Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:08.250Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar ASDC sendASDCNotification
2022-05-07T06:36:08.250Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:08.250Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:36:08.250Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:08.252Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:08.252Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905368250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-07T06:36:08.352Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:36:08.353Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:08.354Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:08.370Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:36:08.371Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:09.253Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58eec28e-c2e8-4439-8d5a-406fd30dcba5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:36:09.275Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58eec28e-c2e8-4439-8d5a-406fd30dcba5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:36:09.278Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:36:09.278Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T06:36:09.278Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-07T06:36:09.279Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-07T06:36:09.279Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-07T06:36:09.279Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-07T06:36:09.279Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-07T06:36:09.279Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-07T06:36:09.279Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-07T06:36:09.279Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-07T06:36:09.279Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:36:09.283Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-07T06:36:39.283Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58eec28e-c2e8-4439-8d5a-406fd30dcba5 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-07T06:36:39.291Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58eec28e-c2e8-4439-8d5a-406fd30dcba5 and serviceModelVersionId: a40e3ceb-462f-47d5-a3a6-424b7815406a
2022-05-07T06:36:39.291Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e18a7ad0-33d7-4573-a886-8aad05f011bf
2022-05-07T06:36:47.278Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e18a7ad0-33d7-4573-a886-8aad05f011bf/model-vers/model-ver/a40e3ceb-462f-47d5-a3a6-424b7815406a?depth=0
2022-05-07T06:36:47.352Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-05-07T06:36:47.662Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e18a7ad0-33d7-4573-a886-8aad05f011bf/model-vers/model-ver/a40e3ceb-462f-47d5-a3a6-424b7815406a?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]}
2022-05-07T06:36:47.665Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e18a7ad0-33d7-4573-a886-8aad05f011bf/model-vers/model-ver/a40e3ceb-462f-47d5-a3a6-424b7815406a?depth=0|INFO|500||Invoke
2022-05-07T06:36:47.735Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e18a7ad0-33d7-4573-a886-8aad05f011bf/model-vers/model-ver/a40e3ceb-462f-47d5-a3a6-424b7815406a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-07T06:36:49.017Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e18a7ad0-33d7-4573-a886-8aad05f011bf/model-vers/model-ver/a40e3ceb-462f-47d5-a3a6-424b7815406a?depth=0|INFO|500||InvokeReturn
2022-05-07T06:36:49.018Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e18a7ad0-33d7-4573-a886-8aad05f011bf/model-vers/model-ver/a40e3ceb-462f-47d5-a3a6-424b7815406a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220507-06:36:47:387-44032], vertex-id=[213200], Content-Length=[0], Date=[Sat, 07 May 2022 06:36:47 GMT], Content-Type=[application/json]}
2022-05-07T06:36:49.018Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-05-07T06:36:49.020Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-07T06:36:49.020Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:36:49.024Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-07T06:36:49.025Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58eec28e-c2e8-4439-8d5a-406fd30dcba5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-07T06:36:49.026Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-07T06:36:49.026Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:49.027Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:49.027Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905409025,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:36:49.128Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T06:36:49.129Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:49.129Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:49.145Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:36:49.145Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T06:36:51.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:36:51.349Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:36:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:36:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:36:51.350Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:36:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:36:51.464Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:36:51.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:36:51.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905351348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:36:51.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:36:51.969Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:36:51.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T06:36:51.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93","serviceName":"vFW 2022-05-07 06-35-10","serviceVersion":"1.0","serviceUUID":"c9d4deb7-8bf8-4956-983f-88e6d5978311","serviceDescription":"catalog service description","serviceInvariantUUID":"2fdc49e6-3321-4f81-b71b-15220af42864","resources":[{"resourceInstanceName":"vFW c76f768a-1a9d 0","resourceName":"vFW c76f768a-1a9d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"00e239e6-52b9-425d-a568-fae8122c608e","resourceInvariantUUID":"6b3f02d3-8436-41bf-8275-68014907ecf7","resourceCustomizationUUID":"5b968c94-92c9-4edf-be71-ea2722819fe3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vf-license-model.xml","artifactChecksum":"NmU2ZjNiZDI5YjM1MTI2NDI5NzJlN2U0MWNjM2U3N2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5fcda8db-978f-4139-8ca7-b16d275ba56c","artifactVersion":"1"},{"artifactName":"vfwc76f768a1a9d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json","artifactChecksum":"NTAwMzgyN2IyYjg5NGZjNmZmY2ZiN2QwNDBhYWFkYTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3de47f2-3877-49df-bdde-2eb667e9a05e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"59ffcfeb-913b-4e67-8372-837002bc6925","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vendor-license-model.xml","artifactChecksum":"N2I5ODYwZDE5NDVkODMyMTg4NjRmMmMyZjY4NjhhZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"60388bd9-4d2d-4d81-b83d-a34fb2ce7d9f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e","artifactVersion":"2","generatedFromUUID":"59ffcfeb-913b-4e67-8372-837002bc6925"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220507063510-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-template.yml","artifactChecksum":"ZDVjMTM0NjU2YTdiZmE4ZjM1Yjk1YzU0NjAyOTBhMTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d40233bd-3355-4b67-92d3-d57ab84cf97a","artifactVersion":"1"},{"artifactName":"service-Vfw20220507063510-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar","artifactChecksum":"MmIyMzEzNjFhMDZhNDNmMWE4NWRjMmQzYTljZTZiYzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cacacc6d-ea7e-497f-9596-39ed99feb4e6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-07T06:36:51.972Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:36:51.972Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:51.982Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:51.982Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905411348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:36:52.074Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-05-07T06:36:52.075Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:52.075Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:52.085Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:36:52.086Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:36:52.982Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:36:52.983Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:52.985Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:52.986Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905411348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
"status": "NOTIFIED"
}
2022-05-07T06:36:53.086Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:36:53.086Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:53.087Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:53.125Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:36:53.125Z||pool-20-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:53.986Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:36:53.987Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:53.989Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:53.989Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905411348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-07T06:36:54.089Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:36:54.090Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:54.091Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:54.111Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:36:54.112Z||pool-21-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:54.989Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:36:54.990Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:54.992Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:54.993Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905411348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:36:55.093Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:36:55.094Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:55.094Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:55.111Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:36:55.112Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:55.994Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:36:55.994Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:55.996Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:55.996Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905411348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-07T06:36:56.096Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:36:56.097Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:56.097Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:56.108Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:36:56.109Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:56.997Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:36:56.998Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:57.000Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:57.000Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905411348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:36:57.100Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:36:57.101Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:57.102Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:57.113Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:36:57.114Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:36:58.001Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:36:58.002Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:58.004Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:58.004Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905411348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "NOTIFIED"
}
2022-05-07T06:36:58.105Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:36:58.106Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:58.106Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:58.118Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:36:58.118Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:59.007Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"serviceName": "vFW 2022-05-07 06-35-10",
"serviceVersion": "1.0",
"serviceUUID": "c9d4deb7-8bf8-4956-983f-88e6d5978311",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "2fdc49e6-3321-4f81-b71b-15220af42864",
"resources": [
{
"resourceInstanceName": "vFW c76f768a-1a9d 0",
"resourceCustomizationUUID": "5b968c94-92c9-4edf-be71-ea2722819fe3",
"resourceName": "vFW c76f768a-1a9d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "00e239e6-52b9-425d-a568-fae8122c608e",
"resourceInvariantUUID": "6b3f02d3-8436-41bf-8275-68014907ecf7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc76f768a1a9d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
"artifactChecksum": "NTAwMzgyN2IyYjg5NGZjNmZmY2ZiN2QwNDBhYWFkYTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d3de47f2-3877-49df-bdde-2eb667e9a05e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "59ffcfeb-913b-4e67-8372-837002bc6925",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e",
"generatedFromUUID": "59ffcfeb-913b-4e67-8372-837002bc6925"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220507063510-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"artifactChecksum": "MmIyMzEzNjFhMDZhNDNmMWE4NWRjMmQzYTljZTZiYzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cacacc6d-ea7e-497f-9596-39ed99feb4e6"
}
],
"workloadContext": "Production"
}
2022-05-07T06:36:59.007Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-07T06:36:59.007Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c9d4deb7-8bf8-4956-983f-88e6d5978311 ASDC
2022-05-07T06:36:59.009Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
ServiceName:vFW 2022-05-07 06-35-10
ServiceVersion:1.0
ServiceUUID:c9d4deb7-8bf8-4956-983f-88e6d5978311
ServiceInvariantUUID:2fdc49e6-3321-4f81-b71b-15220af42864
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220507063510-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar
ArtifactUUID:cacacc6d-ea7e-497f-9596-39ed99feb4e6
ArtifactChecksum:MmIyMzEzNjFhMDZhNDNmMWE4NWRjMmQzYTljZTZiYzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c76f768a-1a9d 0
ResourceCustomizationUUID:5b968c94-92c9-4edf-be71-ea2722819fe3
ResourceInvariantUUID:6b3f02d3-8436-41bf-8275-68014907ecf7
ResourceName:vFW c76f768a-1a9d
ResourceType:VF
ResourceUUID:00e239e6-52b9-425d-a568-fae8122c608e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc76f768a1a9d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json
ArtifactUUID:d3de47f2-3877-49df-bdde-2eb667e9a05e
ArtifactChecksum:NTAwMzgyN2IyYjg5NGZjNmZmY2ZiN2QwNDBhYWFkYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml
ArtifactUUID:59ffcfeb-913b-4e67-8372-837002bc6925
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env
ArtifactUUID:f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env
ArtifactUUID:f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-07T06:36:59.009Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9d4deb7-8bf8-4956-983f-88e6d5978311 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:36:59.038Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:36:59.038Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:36:59.039Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:36:59.039Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cacacc6d-ea7e-497f-9596-39ed99feb4e6 from URL: /sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar
2022-05-07T06:36:59.039Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:36:59.039Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar
2022-05-07T06:36:59.461Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:36:59.471Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar cacacc6d-ea7e-497f-9596-39ed99feb4e6 99010
2022-05-07T06:36:59.472Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar ASDC sendASDCNotification
2022-05-07T06:36:59.472Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar
2022-05-07T06:36:59.472Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:36:59.472Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:59.473Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:59.473Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905419472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:36:59.574Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T06:36:59.575Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:59.575Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:59.587Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:36:59.588Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:37:00.474Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:37:00.475Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:37:00.475Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: cacacc6d-ea7e-497f-9596-39ed99feb4e6, URL: /sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar to file: /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:00.476Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220507063510-csar.csar
2022-05-07T06:37:00.476Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:00.476Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:00.633Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1036546012376104884/Definitions/service-Vfw20220507063510-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-05-07T06:37:01.974Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-07T06:37:01.975Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:37:01.975Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.975Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-07T06:37:01.975Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.975Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.975Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c76f768a-1a9d 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.975Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.975Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.975Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|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-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:37:01.977Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:37:01.977Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:01.977Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:01.977Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:01.977Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:37:01.977Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:37:01.977Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:01.977Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:01.977Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-07T06:37:01.979Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:01.979Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-07T06:37:01.979Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.979Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-07T06:37:01.979Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:01.979Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T06:37:01.979Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:01.979Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:01.979Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:37:01.979Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is not matching search criteria
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c70b5169-4ce1-495c-902b-0484c9249c49
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=50b5ea50-2ba6-4dbb-b4f8-8d98aa7fcc8e
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=477e1662-6aec-48d1-84d4-eeea33b1eeda
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:01.984Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:01.984Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:01.984Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:01.984Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-07 06-35-10
Description:catalog service description
Model UUID:c9d4deb7-8bf8-4956-983f-88e6d5978311
Model Version:NULL
Model InvariantUuid:2fdc49e6-3321-4f81-b71b-15220af42864
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c76f768a-1a9d
Model UUID:94d3a799-8eaa-413e-a4a4-f0a9a339d0c6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6b3f02d3-8436-41bf-8275-68014907ecf7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5b968c94-92c9-4edf-be71-ea2722819fe3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fd0d42cc-5495-4373-b9b9-41058f1618a8
ModelName:VfwC76f768a1a9d..base_vfw..module-0
ModelUuid:1d8fbfb5-48cc-4eee-b51b-878c69d942d9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c70b5169-4ce1-495c-902b-0484c9249c49
ModelInvariantUuid:ea6c8e2b-f06a-400d-bd25-5b46a27847b5
ModelName:vFW c76f768a-1a9d-nodes.vfwCvfc
ModelUuid:ca5b02bd-4e2a-4ab7-87ea-0f3aa8ae3db6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4a5fab50-2371-4a9d-925d-ec26e4671fb8
ModelInvariantUuid:e2e29ab2-3d33-495d-9ebc-52e1fa1f01a0
ModelName:VfwC76f768a1a9d.compute.nodes.heat.vfw
ModelUuid:267de52f-4778-4825-81bd-fe23413d394b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:50b5ea50-2ba6-4dbb-b4f8-8d98aa7fcc8e
ModelInvariantUuid:d1af38b7-35d1-4031-a204-500a1eea1d8b
ModelName:vFW c76f768a-1a9d-nodes.vsnCvfc
ModelUuid:cdfc8a37-860d-4d3c-b8b7-03453561a912
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e78c9249-64d4-4876-b3a0-1b148903030d
ModelInvariantUuid:08d768f4-71e2-4cf5-b5bf-d59a2a69b5cb
ModelName:VfwC76f768a1a9d.compute.nodes.heat.vsn
ModelUuid:18d8660d-13a7-4b7c-915a-bb74410919a5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:477e1662-6aec-48d1-84d4-eeea33b1eeda
ModelInvariantUuid:e34ee61b-23bd-4c59-8f51-213da6a00313
ModelName:vFW c76f768a-1a9d-nodes.vpgCvfc
ModelUuid:8a01d96a-2b5c-40df-8c56-d0f6c082a5d2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e4255233-b1e9-462e-8e43-aca2650aac26
ModelInvariantUuid:be6635da-9688-42cb-93de-856857b66740
ModelName:VfwC76f768a1a9d.compute.nodes.heat.vpg
ModelUuid:ea2c1a6f-620c-45a8-b1e3-9085d667f860
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-07T06:37:01.989Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 00e239e6-52b9-425d-a568-fae8122c608e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:37:01.995Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||vFW c76f768a-1a9d 0
2022-05-07T06:37:01.995Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 00e239e6-52b9-425d-a568-fae8122c608e
2022-05-07T06:37:01.995Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d3de47f2-3877-49df-bdde-2eb667e9a05e from URL: /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json
2022-05-07T06:37:01.995Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:37:01.996Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json
2022-05-07T06:37:02.041Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:37:02.042Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json d3de47f2-3877-49df-bdde-2eb667e9a05e 785
2022-05-07T06:37:02.042Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json ASDC sendASDCNotification
2022-05-07T06:37:02.042Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json
2022-05-07T06:37:02.042Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:37:02.043Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:37:02.051Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:37:02.052Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905422042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:37:02.145Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-05-07T06:37:02.146Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:37:02.146Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:37:02.158Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:37:02.158Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:37:03.052Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC76f768a1a9d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fd0d42cc-5495-4373-b9b9-41058f1618a8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1d8fbfb5-48cc-4eee-b51b-878c69d942d9",
"vfModuleModelCustomizationUUID": "64cb2947-7c0f-4ee0-bdb9-1e5f70e7f671",
"isBase": true,
"artifacts": [
"59ffcfeb-913b-4e67-8372-837002bc6925",
"f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-07T06:37:03.058Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC76f768a1a9d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d8fbfb5-48cc-4eee-b51b-878c69d942d9
VfModuleModelInvariantUUID:fd0d42cc-5495-4373-b9b9-41058f1618a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
59ffcfeb-913b-4e67-8372-837002bc6925
,
f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-07T06:37:03.061Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC76f768a1a9d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fd0d42cc-5495-4373-b9b9-41058f1618a8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1d8fbfb5-48cc-4eee-b51b-878c69d942d9",
"vfModuleModelCustomizationUUID": "64cb2947-7c0f-4ee0-bdb9-1e5f70e7f671",
"isBase": true,
"artifacts": [
"59ffcfeb-913b-4e67-8372-837002bc6925",
"f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-07T06:37:03.061Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC76f768a1a9d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d8fbfb5-48cc-4eee-b51b-878c69d942d9
VfModuleModelInvariantUUID:fd0d42cc-5495-4373-b9b9-41058f1618a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
59ffcfeb-913b-4e67-8372-837002bc6925
,
f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-07T06:37:03.061Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 59ffcfeb-913b-4e67-8372-837002bc6925 from URL: /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml
2022-05-07T06:37:03.062Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:37:03.062Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml
2022-05-07T06:37:03.109Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:37:03.110Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml 59ffcfeb-913b-4e67-8372-837002bc6925 20368
2022-05-07T06:37:03.111Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-07T06:37:03.111Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml
2022-05-07T06:37:03.111Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:37:03.111Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:37:03.114Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:37:03.114Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905423111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:37:03.214Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:37:03.215Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:37:03.218Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:37:03.229Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:37:03.229Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:37:04.115Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e from URL: /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env
2022-05-07T06:37:04.116Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:37:04.116Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env
2022-05-07T06:37:04.169Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:37:04.170Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e 2098
2022-05-07T06:37:04.170Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-07T06:37:04.170Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env
2022-05-07T06:37:04.170Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:37:04.170Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:37:04.173Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:37:04.173Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905424170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:37:04.273Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:37:04.274Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:37:04.274Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:37:04.284Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:37:04.284Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:37:05.174Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c9d4deb7-8bf8-4956-983f-88e6d5978311
2022-05-07T06:37:05.175Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c76f768a-1a9d 0 00e239e6-52b9-425d-a568-fae8122c608e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:37:05.196Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c959511, org.onap.sdc.toscaparser.api.parameters.Input@57383e9d, org.onap.sdc.toscaparser.api.parameters.Input@3a87e9ca, org.onap.sdc.toscaparser.api.parameters.Input@2dd401b0, org.onap.sdc.toscaparser.api.parameters.Input@3df92406]
2022-05-07T06:37:05.198Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:05.198Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:05.198Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-05-07T06:37:05.198Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 5b968c94-92c9-4edf-be71-ea2722819fe3
2022-05-07T06:37:05.198Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5b968c94-92c9-4edf-be71-ea2722819fe3 matches Tosca VF Customization UUID: 5b968c94-92c9-4edf-be71-ea2722819fe3
2022-05-07T06:37:05.199Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 5b968c94-92c9-4edf-be71-ea2722819fe3 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-07T06:37:05.201Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:05.202Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:05.202Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 5b968c94-92c9-4edf-be71-ea2722819fe3: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-07T06:37:05.203Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23bb1109
2022-05-07T06:37:05.203Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:05.203Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T06:37:05.203Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 64cb2947-7c0f-4ee0-bdb9-1e5f70e7f671
2022-05-07T06:37:05.203Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 64cb2947-7c0f-4ee0-bdb9-1e5f70e7f671
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-07T06:37:05.206Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:05.206Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:05.206Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:37:05.206Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:05.206Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:05.206Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:37:05.207Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:05.207Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is not matching search criteria
2022-05-07T06:37:05.207Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-07T06:37:05.207Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-07T06:37:05.207Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-07T06:37:05.208Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-07T06:37:05.208Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-07T06:37:05.208Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-07T06:37:05.208Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:05.208Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-07T06:37:05.208Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:05.208Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-07T06:37:05.208Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T06:37:05.208Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c70b5169-4ce1-495c-902b-0484c9249c49
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-07T06:37:05.210Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:05.210Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:05.210Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:37:05.210Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=50b5ea50-2ba6-4dbb-b4f8-8d98aa7fcc8e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-07T06:37:05.213Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:05.213Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:05.213Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-07T06:37:05.217Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=477e1662-6aec-48d1-84d4-eeea33b1eeda
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-07T06:37:05.218Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:05.218Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:05.218Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:37:05.218Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:05.218Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:05.218Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0] matching following query criteria: sdcType=VF, customizationUUID=5b968c94-92c9-4edf-be71-ea2722819fe3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:37:05.220Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:05.220Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:05.220Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c9d4deb7-8bf8-4956-983f-88e6d5978311: vFW c76f768a-1a9d
2022-05-07T06:37:05.220Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:05.220Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:05.221Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:05.221Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:05.221Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:05.221Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:05.221Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:05.221Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:05.221Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:37:05.221Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:05.221Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-05-07 06-35-10
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:37:05.341Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c76f768a-1a9d 00e239e6-52b9-425d-a568-fae8122c608e 1 ASDC deployResourceStructure
2022-05-07T06:37:05.342Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json ASDC sendASDCNotification
2022-05-07T06:37:05.342Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json
2022-05-07T06:37:05.342Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:37:05.342Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:37:05.343Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:37:05.343Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905425342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-07T06:37:05.444Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T06:37:05.445Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:37:05.445Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:37:05.457Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:37:05.457Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:37:06.344Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-07T06:37:06.345Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml
2022-05-07T06:37:06.345Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:37:06.345Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:37:06.347Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:37:06.347Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905426344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-07T06:37:06.447Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:37:06.448Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:37:06.448Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:37:06.460Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:37:06.460Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:37:07.348Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-07T06:37:07.349Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env
2022-05-07T06:37:07.349Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:37:07.349Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:37:07.351Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:37:07.352Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905427348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-07T06:37:07.452Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:37:07.453Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:37:07.453Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:37:07.465Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:37:07.465Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:37:08.352Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar ASDC sendASDCNotification
2022-05-07T06:37:08.353Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:08.353Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:37:08.353Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:37:08.355Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:37:08.356Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905428352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-07T06:37:08.456Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:37:08.456Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:37:08.457Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:37:08.469Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:37:08.469Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:37:09.357Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:37:09.366Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:37:09.368Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:37:09.368Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T06:37:09.368Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T06:37:39.369Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:37:39.379Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:37:39.381Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:37:39.381Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T06:37:39.381Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T06:37:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:37:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:37:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:37:51.381Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:37:51.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905351348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
"status": "NOTIFIED"
}
2022-05-07T06:37:51.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905351348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905351348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905351348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905351348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905351348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "NOTIFIED"
}
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905359395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905361947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905363019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905364066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905365235,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905366237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905367243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905368250,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "cds",
"timestamp": 1651905373830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651905376472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905370418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "policy-id",
"timestamp": 1651905376382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "cds",
"timestamp": 1651905373830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651905376472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905370418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
"status": "NOTIFIED"
}
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "policy-id",
"timestamp": 1651905376382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "cds",
"timestamp": 1651905373830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905370418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "ves-openapi-manager",
"timestamp": 1651905378640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651905376472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "policy-id",
"timestamp": 1651905376382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "cds",
"timestamp": 1651905373830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "ves-openapi-manager",
"timestamp": 1651905378640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905370418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651905376472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "policy-id",
"timestamp": 1651905376382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651905376472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905370418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "ves-openapi-manager",
"timestamp": 1651905378640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "cds",
"timestamp": 1651905373830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "policy-id",
"timestamp": 1651905376382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "cds",
"timestamp": 1651905373830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651905376472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905370418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "ves-openapi-manager",
"timestamp": 1651905378640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "policy-id",
"timestamp": 1651905376382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "cds",
"timestamp": 1651905373830,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "NOTIFIED"
}
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905370418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "NOTIFIED"
}
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651905376472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "NOTIFIED"
}
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "ves-openapi-manager",
"timestamp": 1651905378640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "policy-id",
"timestamp": 1651905376382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "NOTIFIED"
}
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "ves-openapi-manager",
"timestamp": 1651905378640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905385530,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "cds",
"timestamp": 1651905384738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651905385728,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "policy-id",
"timestamp": 1651905385270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "ves-openapi-manager",
"timestamp": 1651905378640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "cds",
"timestamp": 1651905385744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:37:51.401Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
2022-05-07T06:37:51.401Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:37:51.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905386700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.407Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "policy-id",
"timestamp": 1651905386276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-07T06:37:51.407Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "policy-id",
"timestamp": 1651905387280,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:37:51.410Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
2022-05-07T06:37:51.410Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:37:51.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905387983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.415Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "clamp",
"timestamp": 1651905388456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905389009,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:37:51.419Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
2022-05-07T06:37:51.419Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93 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=?
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651905389433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "clamp",
"timestamp": 1651905388456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
"status": "NOTIFIED"
}
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905390013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651905390445,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:37:51.425Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
2022-05-07T06:37:51.426Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:37:51.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "clamp",
"timestamp": 1651905388456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "clamp",
"timestamp": 1651905388456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "clamp",
"timestamp": 1651905388456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "clamp",
"timestamp": 1651905388456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "clamp",
"timestamp": 1651905388456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "NOTIFIED"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "aai-ml",
"timestamp": 1651905395529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "aai-ml",
"timestamp": 1651905395529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "aai-ml",
"timestamp": 1651905395529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "aai-ml",
"timestamp": 1651905395529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "aai-ml",
"timestamp": 1651905395529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "aai-ml",
"timestamp": 1651905395529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "aai-ml",
"timestamp": 1651905395529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "NOTIFIED"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "aai-ml",
"timestamp": 1651905403263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "clamp",
"timestamp": 1651905407057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.432Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "clamp",
"timestamp": 1651905408605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-07T06:37:51.432Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "clamp",
"timestamp": 1651905409608,
"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=?
2022-05-07T06:37:51.434Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
2022-05-07T06:37:51.435Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93 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 (?, ?, ?, ?, ?)
2022-05-07T06:37:51.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905409025,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:37:51.440Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:38:09.381Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:38:09.393Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:38:09.395Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:38:09.396Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T06:38:09.396Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T06:38:39.396Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:38:39.408Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:38:39.410Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:38:39.410Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T06:38:39.411Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T06:38:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:38:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:38:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:38:51.376Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905411348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905411348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
"status": "NOTIFIED"
}
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905411348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905411348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905411348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905411348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "aai-ml",
"timestamp": 1651905416708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905411348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "NOTIFIED"
}
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "aai-ml",
"timestamp": 1651905417712,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:38:51.385Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
2022-05-07T06:38:51.385Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:38:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905419472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:38:51.393Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:38:51.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905422042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:38:51.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:38:51.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905423111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:38:51.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:38:51.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905424170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:38:51.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:38:51.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905425342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-07T06:38:51.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:38:51.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905426344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-07T06:38:51.396Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:38:51.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905427348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-07T06:38:51.396Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:38:51.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905428352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-07T06:38:51.396Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:39:09.411Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:39:09.428Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:39:09.432Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:39:09.432Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T06:39:09.432Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-07T06:39:09.432Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-07T06:39:09.432Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-07T06:39:09.432Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-07T06:39:09.433Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-07T06:39:09.433Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-07T06:39:09.433Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-07T06:39:09.433Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-07T06:39:09.433Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|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=?
2022-05-07T06:39:09.436Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-07T06:39:39.437Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-07T06:39:39.446Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93 and serviceModelVersionId: c9d4deb7-8bf8-4956-983f-88e6d5978311
2022-05-07T06:39:39.446Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2fdc49e6-3321-4f81-b71b-15220af42864
2022-05-07T06:39:39.448Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2fdc49e6-3321-4f81-b71b-15220af42864/model-vers/model-ver/c9d4deb7-8bf8-4956-983f-88e6d5978311?depth=0
2022-05-07T06:39:39.454Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-07T06:39:39.483Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fdc49e6-3321-4f81-b71b-15220af42864/model-vers/model-ver/c9d4deb7-8bf8-4956-983f-88e6d5978311?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]}
2022-05-07T06:39:39.483Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fdc49e6-3321-4f81-b71b-15220af42864/model-vers/model-ver/c9d4deb7-8bf8-4956-983f-88e6d5978311?depth=0|INFO|500||Invoke
2022-05-07T06:39:39.516Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fdc49e6-3321-4f81-b71b-15220af42864/model-vers/model-ver/c9d4deb7-8bf8-4956-983f-88e6d5978311?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-07T06:39:39.587Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fdc49e6-3321-4f81-b71b-15220af42864/model-vers/model-ver/c9d4deb7-8bf8-4956-983f-88e6d5978311?depth=0|INFO|500||InvokeReturn
2022-05-07T06:39:39.588Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fdc49e6-3321-4f81-b71b-15220af42864/model-vers/model-ver/c9d4deb7-8bf8-4956-983f-88e6d5978311?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220507-06:39:39:166-56205], vertex-id=[151672], Content-Length=[0], Date=[Sat, 07 May 2022 06:39:39 GMT], Content-Type=[application/json]}
2022-05-07T06:39:39.589Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-05-07T06:39:39.589Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-07T06:39:39.590Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:39:39.598Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|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)
2022-05-07T06:39:39.598Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-07T06:39:39.598Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-07T06:39:39.599Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:39.601Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:39.602Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905579598,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:39:39.702Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:39:39.703Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:39.703Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:39.720Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:39:39.721Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T06:39:40.616Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:39:40.617Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:39:40.617Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|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 jlalagmZaxnJviRt) ...
2022-05-07T06:39:44.987Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:39:44.988Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T06:39:44.988Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ecee36d-a319-47dd-aa80-e867e79a3308","serviceName":"basic_onboard_FQdJvZ","serviceVersion":"1.0","serviceUUID":"372d3abf-2132-4c75-b016-b8f4fcad1af9","serviceDescription":"service","serviceInvariantUUID":"dc284380-3a58-4624-8631-8eb443a7a0e6","resources":[{"resourceInstanceName":"basic_onboard_FQdJvZ 0","resourceName":"basic_onboard_FQdJvZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a97f457f-b281-4a4f-bfda-c42d7829fc57","resourceInvariantUUID":"949ed270-3bc4-4722-bddb-743887c55136","resourceCustomizationUUID":"8eaf1cb5-fa85-43ea-98dc-08d5beaf87c1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vf-license-model.xml","artifactChecksum":"N2ZhOWQ2MTI2MTlkY2YxODQwMTY3YzUxZDQ3Yjk3ODQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8b0fc9af-26e0-402e-8d54-2f8756dafc74","artifactVersion":"1"},{"artifactName":"basic_onboard_fqdjvz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json","artifactChecksum":"NmUwYWM4YzM4YTE2N2E2ODZlZGRmYjRhN2JhNTg3MmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"83ec980f-3119-4e2b-a14b-d68866bea47a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b6926b07-724a-4525-8c3e-b1ad06efc1c5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0e7dc0d2-ef84-490c-89f5-6a32fc8b88ca","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8eb46716-e339-4d93-9310-75ad7ddf9bd9","artifactVersion":"2","generatedFromUUID":"b6926b07-724a-4525-8c3e-b1ad06efc1c5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFqdjvz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-template.yml","artifactChecksum":"MWNkYjczOTVkMjQ3ODI5YTdlMDUzNjI2MGZlMDlmODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"12af5959-97d1-49fc-aae3-0a7e0efa8e53","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFqdjvz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar","artifactChecksum":"YWM1NmVhZDJmZTQxYTc1OGI5MTFmM2EwZTk2Y2Q2MDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be0e38d6-33b1-4dbc-b25a-9e77211dc2c4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-07T06:39:44.990Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:39:44.991Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:44.992Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:44.992Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905580616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:39:45.092Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:45.093Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:45.093Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:45.113Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:39:45.114Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:39:45.992Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:39:45.994Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:45.997Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:45.997Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905580616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json",
"status": "NOTIFIED"
}
2022-05-07T06:39:46.097Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:46.098Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:46.098Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:46.120Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:39:46.120Z||pool-36-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:39:46.998Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:39:46.998Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:47.000Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:47.001Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905580616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-07T06:39:47.101Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:47.102Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:47.102Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:47.121Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:39:47.121Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":4,"count":1}
2022-05-07T06:39:48.001Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:39:48.002Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:48.004Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:48.004Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905580616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:39:48.104Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:48.105Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:48.105Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:48.119Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:39:48.119Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:39:49.005Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:39:49.006Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:49.008Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:49.008Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905580616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-07T06:39:49.108Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:49.109Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:49.109Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:49.122Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:39:49.123Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:39:50.008Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:39:50.009Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:50.010Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:50.010Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905580616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:39:50.111Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T06:39:50.112Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:50.112Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:50.124Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:39:50.124Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:39:51.011Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:39:51.012Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:51.014Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:51.014Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905580616,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
"status": "NOTIFIED"
}
2022-05-07T06:39:51.114Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:51.115Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:51.115Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:51.128Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:39:51.128Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:39:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:39:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:39:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:39:51.364Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:39:51.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:39:51.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
"consumerID": "cds",
"timestamp": 1651905523830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:39:51.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:39:51.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:39:51.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651905526472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:39:51.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:39:51.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:39:51.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651905530418,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:39:51.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:39:51.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:39:51.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
"consumerID": "cds",
"timestamp": 1651905523830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-07T06:39:51.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-07T06:39:52.016Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
"serviceName": "basic_onboard_FQdJvZ",
"serviceVersion": "1.0",
"serviceUUID": "372d3abf-2132-4c75-b016-b8f4fcad1af9",
"serviceDescription": "service",
"serviceInvariantUUID": "dc284380-3a58-4624-8631-8eb443a7a0e6",
"resources": [
{
"resourceInstanceName": "basic_onboard_FQdJvZ 0",
"resourceCustomizationUUID": "8eaf1cb5-fa85-43ea-98dc-08d5beaf87c1",
"resourceName": "basic_onboard_FQdJvZ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a97f457f-b281-4a4f-bfda-c42d7829fc57",
"resourceInvariantUUID": "949ed270-3bc4-4722-bddb-743887c55136",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_fqdjvz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json",
"artifactChecksum": "NmUwYWM4YzM4YTE2N2E2ODZlZGRmYjRhN2JhNTg3MmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "83ec980f-3119-4e2b-a14b-d68866bea47a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b6926b07-724a-4525-8c3e-b1ad06efc1c5",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8eb46716-e339-4d93-9310-75ad7ddf9bd9",
"generatedFromUUID": "b6926b07-724a-4525-8c3e-b1ad06efc1c5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8eb46716-e339-4d93-9310-75ad7ddf9bd9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardFqdjvz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
"artifactChecksum": "YWM1NmVhZDJmZTQxYTc1OGI5MTFmM2EwZTk2Y2Q2MDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "be0e38d6-33b1-4dbc-b25a-9e77211dc2c4"
}
],
"workloadContext": "Production"
}
2022-05-07T06:39:52.016Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-07T06:39:52.017Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 372d3abf-2132-4c75-b016-b8f4fcad1af9 ASDC
2022-05-07T06:39:52.017Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:0ecee36d-a319-47dd-aa80-e867e79a3308
ServiceName:basic_onboard_FQdJvZ
ServiceVersion:1.0
ServiceUUID:372d3abf-2132-4c75-b016-b8f4fcad1af9
ServiceInvariantUUID:dc284380-3a58-4624-8631-8eb443a7a0e6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFqdjvz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar
ArtifactUUID:be0e38d6-33b1-4dbc-b25a-9e77211dc2c4
ArtifactChecksum:YWM1NmVhZDJmZTQxYTc1OGI5MTFmM2EwZTk2Y2Q2MDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FQdJvZ 0
ResourceCustomizationUUID:8eaf1cb5-fa85-43ea-98dc-08d5beaf87c1
ResourceInvariantUUID:949ed270-3bc4-4722-bddb-743887c55136
ResourceName:basic_onboard_FQdJvZ
ResourceType:VF
ResourceUUID:a97f457f-b281-4a4f-bfda-c42d7829fc57
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_fqdjvz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json
ArtifactUUID:83ec980f-3119-4e2b-a14b-d68866bea47a
ArtifactChecksum:NmUwYWM4YzM4YTE2N2E2ODZlZGRmYjRhN2JhNTg3MmI=
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/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b6926b07-724a-4525-8c3e-b1ad06efc1c5
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/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env
ArtifactUUID:8eb46716-e339-4d93-9310-75ad7ddf9bd9
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/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env
ArtifactUUID:8eb46716-e339-4d93-9310-75ad7ddf9bd9
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-07T06:39:52.017Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 372d3abf-2132-4c75-b016-b8f4fcad1af9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:39:52.055Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:39:52.055Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:39:52.055Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:39:52.055Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: be0e38d6-33b1-4dbc-b25a-9e77211dc2c4 from URL: /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:52.055Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:39:52.056Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:53.200Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:39:53.206Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar be0e38d6-33b1-4dbc-b25a-9e77211dc2c4 71584
2022-05-07T06:39:53.206Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar ASDC sendASDCNotification
2022-05-07T06:39:53.206Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:53.206Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:39:53.207Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:53.209Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:53.209Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905593206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:39:53.309Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:53.310Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:53.310Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:53.326Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:39:53.327Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:39:54.210Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:39:54.211Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:39:54.211Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: be0e38d6-33b1-4dbc-b25a-9e77211dc2c4, URL: /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar to file: /app/ASDC/1/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.214Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.214Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.214Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.296Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13297820240312444800/Definitions/service-BasicOnboardFqdjvz-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-07T06:39:54.977Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-07T06:39:54.977Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:39:54.977Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.977Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-07T06:39:54.977Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_FQdJvZ 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-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.977Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||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-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.977Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.977Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.977Z|0ecee36d-a319-47dd-aa80-e867e79a3308|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-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is matching search criteria
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FQdJvZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is matching search criteria
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FQdJvZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is not matching search criteria
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is matching search criteria
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FQdJvZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is matching search criteria
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FQdJvZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is matching search criteria
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FQdJvZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is not matching search criteria
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=96286446-849f-4ef8-9d73-a3997bc8f7c3
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_FQdJvZ
Description:service
Model UUID:372d3abf-2132-4c75-b016-b8f4fcad1af9
Model Version:NULL
Model InvariantUuid:dc284380-3a58-4624-8631-8eb443a7a0e6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_FQdJvZ
Model UUID:fb60233d-e46f-4403-bec7-cf76544fea31
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:949ed270-3bc4-4722-bddb-743887c55136
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8eaf1cb5-fa85-43ea-98dc-08d5beaf87c1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:35e9b893-c9ba-4791-b14d-e8e2b0487c7e
ModelName:BasicOnboardFqdjvz..base_ubuntu18..module-0
ModelUuid:76f1a128-e572-4724-bd45-ea82c08e7d14
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:96286446-849f-4ef8-9d73-a3997bc8f7c3
ModelInvariantUuid:ac33d5ec-bacd-47f8-a02f-225c9e389810
ModelName:basic_onboard_FQdJvZ-nodes.ubuntu18Cvfc
ModelUuid:56229b6a-641b-4a81-a8f6-bc2093797f8a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:6b481153-7f40-4412-befc-8c193c436072
ModelInvariantUuid:e33e82eb-0996-4300-845c-43697338bb49
ModelName:BasicOnboardFqdjvz.compute.nodes.heat.ubuntu18
ModelUuid:0bdf747c-d7cd-42d9-86e2-9346e75c2932
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-07T06:39:54.985Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a97f457f-b281-4a4f-bfda-c42d7829fc57
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:39:54.988Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||basic_onboard_FQdJvZ 0
2022-05-07T06:39:54.988Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a97f457f-b281-4a4f-bfda-c42d7829fc57
2022-05-07T06:39:54.988Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 83ec980f-3119-4e2b-a14b-d68866bea47a from URL: /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json
2022-05-07T06:39:54.988Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:39:54.988Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json
2022-05-07T06:39:55.258Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:39:55.259Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json 83ec980f-3119-4e2b-a14b-d68866bea47a 798
2022-05-07T06:39:55.259Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json ASDC sendASDCNotification
2022-05-07T06:39:55.259Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json
2022-05-07T06:39:55.259Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:39:55.259Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:55.262Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:55.262Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905595259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:39:55.362Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:55.363Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:55.363Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:55.374Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:39:55.375Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:39:56.262Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFqdjvz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "35e9b893-c9ba-4791-b14d-e8e2b0487c7e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "76f1a128-e572-4724-bd45-ea82c08e7d14",
"vfModuleModelCustomizationUUID": "c5310c70-c129-4a95-847f-d40734b46c38",
"isBase": true,
"artifacts": [
"b6926b07-724a-4525-8c3e-b1ad06efc1c5",
"8eb46716-e339-4d93-9310-75ad7ddf9bd9"
],
"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": ""
}
}
]
2022-05-07T06:39:56.265Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFqdjvz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76f1a128-e572-4724-bd45-ea82c08e7d14
VfModuleModelInvariantUUID:35e9b893-c9ba-4791-b14d-e8e2b0487c7e
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6926b07-724a-4525-8c3e-b1ad06efc1c5
,
8eb46716-e339-4d93-9310-75ad7ddf9bd9
}
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
}
2022-05-07T06:39:56.267Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFqdjvz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "35e9b893-c9ba-4791-b14d-e8e2b0487c7e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "76f1a128-e572-4724-bd45-ea82c08e7d14",
"vfModuleModelCustomizationUUID": "c5310c70-c129-4a95-847f-d40734b46c38",
"isBase": true,
"artifacts": [
"b6926b07-724a-4525-8c3e-b1ad06efc1c5",
"8eb46716-e339-4d93-9310-75ad7ddf9bd9"
],
"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": ""
}
}
]
2022-05-07T06:39:56.267Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFqdjvz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76f1a128-e572-4724-bd45-ea82c08e7d14
VfModuleModelInvariantUUID:35e9b893-c9ba-4791-b14d-e8e2b0487c7e
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6926b07-724a-4525-8c3e-b1ad06efc1c5
,
8eb46716-e339-4d93-9310-75ad7ddf9bd9
}
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
}
2022-05-07T06:39:56.267Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b6926b07-724a-4525-8c3e-b1ad06efc1c5 from URL: /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml
2022-05-07T06:39:56.267Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:39:56.267Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml
2022-05-07T06:39:56.575Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:39:56.576Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml b6926b07-724a-4525-8c3e-b1ad06efc1c5 5033
2022-05-07T06:39:56.576Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-07T06:39:56.576Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml
2022-05-07T06:39:56.576Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:39:56.576Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:56.578Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:56.578Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905596576,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:39:56.678Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:56.678Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:56.678Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:56.689Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:39:56.689Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:39:57.578Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8eb46716-e339-4d93-9310-75ad7ddf9bd9 from URL: /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env
2022-05-07T06:39:57.580Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:39:57.580Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env
2022-05-07T06:39:57.770Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:39:57.771Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env 8eb46716-e339-4d93-9310-75ad7ddf9bd9 909
2022-05-07T06:39:57.771Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-07T06:39:57.771Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env
2022-05-07T06:39:57.772Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:39:57.772Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:57.774Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:57.774Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651905597771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-07T06:39:57.874Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:57.875Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:57.875Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:57.886Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-07T06:39:57.887Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:39:58.774Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 372d3abf-2132-4c75-b016-b8f4fcad1af9
2022-05-07T06:39:58.775Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_FQdJvZ 0 a97f457f-b281-4a4f-bfda-c42d7829fc57 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:39:58.786Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b944632, org.onap.sdc.toscaparser.api.parameters.Input@1a6b5afc, org.onap.sdc.toscaparser.api.parameters.Input@1623b92f, org.onap.sdc.toscaparser.api.parameters.Input@34ae551c, org.onap.sdc.toscaparser.api.parameters.Input@db2206d]
2022-05-07T06:39:58.787Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:58.787Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:58.787Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-05-07T06:39:58.787Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 8eaf1cb5-fa85-43ea-98dc-08d5beaf87c1
2022-05-07T06:39:58.787Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8eaf1cb5-fa85-43ea-98dc-08d5beaf87c1 matches Tosca VF Customization UUID: 8eaf1cb5-fa85-43ea-98dc-08d5beaf87c1
2022-05-07T06:39:58.787Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 8eaf1cb5-fa85-43ea-98dc-08d5beaf87c1 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-07T06:39:58.789Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:58.789Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:58.789Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 8eaf1cb5-fa85-43ea-98dc-08d5beaf87c1: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-07T06:39:58.789Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@efbeb6
2022-05-07T06:39:58.789Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:58.789Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T06:39:58.789Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c5310c70-c129-4a95-847f-d40734b46c38
2022-05-07T06:39:58.789Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c5310c70-c129-4a95-847f-d40734b46c38
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-07T06:39:58.791Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:58.791Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is matching search criteria
2022-05-07T06:39:58.791Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FQdJvZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:39:58.791Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:58.791Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is matching search criteria
2022-05-07T06:39:58.791Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FQdJvZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:39:58.791Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:58.791Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is not matching search criteria
2022-05-07T06:39:58.791Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-07T06:39:58.792Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-07T06:39:58.792Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=96286446-849f-4ef8-9d73-a3997bc8f7c3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-07T06:39:58.793Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:58.793Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is matching search criteria
2022-05-07T06:39:58.793Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FQdJvZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:39:58.793Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:58.793Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is matching search criteria
2022-05-07T06:39:58.793Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FQdJvZ 0] matching following query criteria: sdcType=VF, customizationUUID=8eaf1cb5-fa85-43ea-98dc-08d5beaf87c1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:39:58.794Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-07T06:39:58.794Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:58.794Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 372d3abf-2132-4c75-b016-b8f4fcad1af9: basic_onboard_FQdJvZ
2022-05-07T06:39:58.794Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery