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-06-27T05:03:23.987Z||main|||||INFO|500||The following profiles are active: basic
2022-06-27T05:03:36.190Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-27T05:03:36.191Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-27T05:03:36.306Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-27T05:03:41.018Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-27T05:03:41.612Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-27T05:03:42.241Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-27T05:03:42.257Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-27T05:03:42.426Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-27T05:03:42.686Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-27T05:03:43.627Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-27T05:03:45.640Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-27T05:03:48.521Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-27T05:03:48.606Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-27T05:03:49.300Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-27T05:03:49.545Z||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-06-27T05:03:50.831Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-27T05:03:52.074Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-27T05:03:52.105Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$3b0cdf14.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-27T05:03:52.106Z||main|||||WARN|500||The sdc end point is not alive
2022-06-27T05:03:55.770Z||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-06-27T05:03:59.039Z||main|||||WARN|500||---
2022-06-27T05:03:59.040Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-27T05:03:59.041Z||main|||||WARN|500||---
2022-06-27T05:03:59.531Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-27T05:04:05.113Z||main|||||INFO|500||Started Application in 44.467 seconds (JVM running for 46.696)
2022-06-27T05:04:05.132Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-27T05:04:05.135Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-27T05:04:05.147Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-27T05:04:05.177Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-27T05:04:05.225Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 20147a8e-7a34-4167-a47d-960310e5ce86 url= /sdc/v1/artifactTypes
2022-06-27T05:04:05.226Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-27T05:04:05.538Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-27T05:04:05.585Z||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-06-27T05:04:05.614Z||scheduling-1|||||DEBUG|500||create keys
2022-06-27T05:04:05.624Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-27T05:04:05.703Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:04:05.722Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 34b357be-a686-4fbe-b069-273289b03364 url= /sdc/v1/registerForDistribution
2022-06-27T05:04:05.881Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 34b357be-a686-4fbe-b069-273289b03364 url= /sdc/v1/registerForDistribution
2022-06-27T05:04:05.881Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-27T05:04:05.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:04:05.911Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-27T05:04:05.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:04:05.921Z||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-06-27T05:04:05.921Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:04:05.921Z||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-06-27T05:04:05.922Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:04:16.349Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:04:16.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:05:05.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:05:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:05:05.894Z||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-06-27T05:05:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:05:05.895Z||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-06-27T05:05:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:05:15.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:05:15.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:06:05.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:06:05.891Z||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-06-27T05:06:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:06:05.894Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:06:05.895Z||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-06-27T05:06:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:06:15.466Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:06:15.467Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:07:05.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:07:05.891Z||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-06-27T05:07:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:07:05.895Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:07:05.896Z||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-06-27T05:07:05.897Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:07:15.466Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:07:15.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:08:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:08:05.891Z||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-06-27T05:08:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:08:05.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:08:05.894Z||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-06-27T05:08:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:08:15.519Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:08:15.527Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:09:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:09:05.891Z||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-06-27T05:09:05.892Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:09:05.894Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:09:05.894Z||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-06-27T05:09:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:09:15.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:09:15.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:10:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:10:05.891Z||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-06-27T05:10:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:10:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:10:05.894Z||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-06-27T05:10:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:10:15.466Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:10:15.467Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:11:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:11:05.891Z||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-06-27T05:11:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:11:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:11:05.895Z||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-06-27T05:11:05.896Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:11:15.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:11:15.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:12:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:12:05.891Z||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-06-27T05:12:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:12:05.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:12:05.894Z||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-06-27T05:12:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:12:15.451Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:12:15.463Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:13:05.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:13:05.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:13:05.894Z||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-06-27T05:13:05.894Z||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-06-27T05:13:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:13:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:13:15.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:13:15.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:13:56.589Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-27T05:14:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:14:05.891Z||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-06-27T05:14:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:14:05.894Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:14:05.894Z||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-06-27T05:14:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:14:15.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:14:15.450Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:15:05.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:15:05.892Z||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-06-27T05:15:05.892Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:15:05.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:15:05.894Z||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-06-27T05:15:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:15:15.465Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:15:15.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:16:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:16:05.891Z||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-06-27T05:16:05.892Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:16:05.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:16:05.894Z||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-06-27T05:16:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:16:15.457Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:16:15.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:17:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:17:05.891Z||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-06-27T05:17:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:17:05.894Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:17:05.894Z||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-06-27T05:17:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:17:15.469Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:17:15.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:18:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:18:05.891Z||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-06-27T05:18:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:18:05.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:18:05.894Z||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-06-27T05:18:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:18:15.466Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:18:15.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:19:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:19:05.891Z||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-06-27T05:19:05.892Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:19:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:19:05.894Z||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-06-27T05:19:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:19:15.451Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:19:15.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:20:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:20:05.891Z||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-06-27T05:20:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:20:05.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:20:05.894Z||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-06-27T05:20:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:20:15.473Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:20:15.473Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:21:05.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:21:05.893Z||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-06-27T05:21:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:21:05.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:21:05.894Z||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-06-27T05:21:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:21:15.460Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:21:15.461Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:22:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:22:05.892Z||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-06-27T05:22:05.892Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:22:05.894Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:22:05.894Z||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-06-27T05:22:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:22:15.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:22:15.466Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:23:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:23:05.891Z||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-06-27T05:23:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:23:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:23:05.894Z||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-06-27T05:23:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:23:15.470Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:23:15.470Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:24:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:24:05.891Z||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-06-27T05:24:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:24:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:24:05.894Z||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-06-27T05:24:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:24:15.459Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:24:15.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:25:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:25:05.891Z||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-06-27T05:25:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:25:05.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:25:05.895Z||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-06-27T05:25:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:25:15.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:25:15.467Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:26:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:26:05.891Z||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-06-27T05:26:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:26:05.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:26:05.894Z||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-06-27T05:26:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:26:15.513Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:26:15.517Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:27:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:27:05.891Z||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-06-27T05:27:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:27:05.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:27:05.895Z||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-06-27T05:27:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:27:15.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:27:15.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:28:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:28:05.891Z||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-06-27T05:28:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:28:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:28:05.894Z||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-06-27T05:28:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:28:15.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:28:15.465Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:29:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:29:05.891Z||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-06-27T05:29:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:29:05.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:29:05.894Z||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-06-27T05:29:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:29:15.462Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:29:15.470Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:30:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:30:05.892Z||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-06-27T05:30:05.892Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:30:05.894Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:30:05.894Z||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-06-27T05:30:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:30:15.472Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:30:15.476Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:31:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:31:05.891Z||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-06-27T05:31:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:31:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:31:05.895Z||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-06-27T05:31:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:31:15.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:31:15.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:32:05.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:32:05.892Z||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-06-27T05:32:05.892Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:32:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:32:05.894Z||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-06-27T05:32:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:32:15.476Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:32:15.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:33:05.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:33:05.892Z||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-06-27T05:33:05.892Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:33:05.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:33:05.895Z||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-06-27T05:33:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:33:15.483Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:33:15.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:34:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:34:05.891Z||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-06-27T05:34:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:34:05.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:34:05.894Z||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-06-27T05:34:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:34:15.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:34:15.475Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:35:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:35:05.891Z||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-06-27T05:35:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:35:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:35:05.895Z||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-06-27T05:35:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:35:15.507Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:35:15.508Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:36:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:36:05.891Z||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-06-27T05:36:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:36:05.893Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:36:05.894Z||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-06-27T05:36:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:36:15.471Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:36:15.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:37:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:37:05.891Z||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-06-27T05:37:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:37:05.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:37:05.894Z||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-06-27T05:37:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:37:15.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:37:15.499Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:38:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:38:05.892Z||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-06-27T05:38:05.892Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:38:05.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:38:05.894Z||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-06-27T05:38:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:38:15.471Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:38:15.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:39:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:39:05.892Z||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-06-27T05:39:05.892Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:39:05.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:39:05.894Z||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-06-27T05:39:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:39:15.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:39:15.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:40:05.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:40:05.891Z||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-06-27T05:40:05.892Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:40:05.894Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:40:05.898Z||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-06-27T05:40:05.900Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:40:15.481Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:40:15.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:41:05.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:41:05.891Z||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-06-27T05:41:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:41:05.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:41:05.894Z||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-06-27T05:41:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:41:15.455Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:41:15.458Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:42:05.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:42:05.891Z||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-06-27T05:42:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:42:05.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:42:05.894Z||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-06-27T05:42:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:42:15.461Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:42:15.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:43:05.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:43:05.891Z||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-06-27T05:43:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:43:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:43:05.894Z||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-06-27T05:43:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:43:15.443Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:43:15.468Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:44:05.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:44:05.891Z||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-06-27T05:44:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:44:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:44:05.894Z||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-06-27T05:44:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:44:15.466Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:44:15.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:45:05.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:45:05.891Z||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-06-27T05:45:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:45:05.894Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:45:05.894Z||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-06-27T05:45:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:45:15.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:45:15.516Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:46:05.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:46:05.891Z||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-06-27T05:46:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:46:05.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:46:05.894Z||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-06-27T05:46:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:46:15.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:46:15.485Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:47:05.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:47:05.893Z||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-06-27T05:47:05.893Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:47:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:47:05.894Z||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-06-27T05:47:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:47:15.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:47:15.473Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:48:05.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:48:05.891Z||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-06-27T05:48:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:48:05.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:48:05.894Z||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-06-27T05:48:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:48:15.474Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:48:15.474Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:49:05.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:49:05.891Z||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-06-27T05:49:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:49:05.894Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:49:05.894Z||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-06-27T05:49:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:49:15.466Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:49:15.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:50:05.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:50:05.891Z||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-06-27T05:50:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:50:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:50:05.894Z||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-06-27T05:50:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:50:15.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:50:15.496Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:51:05.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:51:05.891Z||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-06-27T05:51:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:51:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:51:05.894Z||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-06-27T05:51:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:51:15.470Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:51:15.505Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:52:05.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:52:05.891Z||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-06-27T05:52:05.891Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:52:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:52:05.894Z||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-06-27T05:52:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:52:06.159Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:52:06.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "cds",
"timestamp": 1656309106142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "aai-ml",
"timestamp": 1656309107109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309107374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "policy-id",
"timestamp": 1656309106382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "cds",
"timestamp": 1656309106142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "aai-ml",
"timestamp": 1656309107109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "policy-id",
"timestamp": 1656309106382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309107374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json",
"status": "NOTIFIED"
}
2022-06-27T05:52:06.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "cds",
"timestamp": 1656309106142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "aai-ml",
"timestamp": 1656309107109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "policy-id",
"timestamp": 1656309106382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-27T05:52:06.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309107374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-27T05:52:06.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "cds",
"timestamp": 1656309106142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "aai-ml",
"timestamp": 1656309107109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "policy-id",
"timestamp": 1656309106382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309107374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "cds",
"timestamp": 1656309106142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "aai-ml",
"timestamp": 1656309107109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.205Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "policy-id",
"timestamp": 1656309106382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.205Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309107374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-27T05:52:06.206Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.206Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "cds",
"timestamp": 1656309106142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.206Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "aai-ml",
"timestamp": 1656309107109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.207Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "policy-id",
"timestamp": 1656309106382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309107374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "cds",
"timestamp": 1656309106142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T05:52:06.209Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "aai-ml",
"timestamp": 1656309107109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T05:52:06.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "policy-id",
"timestamp": 1656309106382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T05:52:06.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309107374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T05:52:06.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "cds",
"timestamp": 1656309119605,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:52:06.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:52:06.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "aai-ml",
"timestamp": 1656309120297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:52:06.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:52:06.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309118618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:52:06.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:52:06.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "policy-id",
"timestamp": 1656309120018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:52:06.214Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:52:06.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "cds",
"timestamp": 1656309120620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-27T05:52:06.424Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b2e82f7a-c836-460d-a5e4-931096723709
2022-06-27T05:52:06.448Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2e82f7a-c836-460d-a5e4-931096723709 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-06-27T05:52:06.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "policy-id",
"timestamp": 1656309121029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T05:52:06.478Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:52:06.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309119720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:52:06.478Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:52:06.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "policy-id",
"timestamp": 1656309122035,
"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-06-27T05:52:06.495Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2e82f7a-c836-460d-a5e4-931096723709
2022-06-27T05:52:06.496Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2e82f7a-c836-460d-a5e4-931096723709 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-06-27T05:52:06.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309120915,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:52:06.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:52:06.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "ves-openapi-manager",
"timestamp": 1656309122213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309122063,
"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-06-27T05:52:06.511Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2e82f7a-c836-460d-a5e4-931096723709
2022-06-27T05:52:06.511Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2e82f7a-c836-460d-a5e4-931096723709 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-06-27T05:52:06.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "ves-openapi-manager",
"timestamp": 1656309122213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309123073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json",
"status": "DEPLOY_OK"
}
2022-06-27T05:52:06.522Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:52:06.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "ves-openapi-manager",
"timestamp": 1656309122213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "ves-openapi-manager",
"timestamp": 1656309122213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "ves-openapi-manager",
"timestamp": 1656309122213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.524Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:52:06.543Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:52:06.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-27T05:52:06.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"b2e82f7a-c836-460d-a5e4-931096723709","serviceName":"vFW 2022-06-27 05-50-29","serviceVersion":"1.0","serviceUUID":"e03ce52c-cfdf-4a28-ba55-a440a63c8021","serviceDescription":"catalog service description","serviceInvariantUUID":"b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c","resources":[{"resourceInstanceName":"vFW 3aca333d-49a3 0","resourceName":"vFW 3aca333d-49a3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"643bce25-afd4-452d-bd3e-a5c283a896ff","resourceInvariantUUID":"d487b4c8-d8b7-4fac-a9a6-49f60282a741","resourceCustomizationUUID":"65a60094-3901-4242-82ab-73afe3948048","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vf-license-model.xml","artifactChecksum":"MDcyOWYzMzMzODFiYWE5NzFjMWQzOTk5MGNmOGI2ZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ed65124e-b272-42ad-b731-6dfac7dfe94b","artifactVersion":"1"},{"artifactName":"vfw3aca333d49a30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json","artifactChecksum":"M2ExZGMyMDE0NWY0ZjY0ZTNlYWUzYmU5NTI1MmI3YTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"535eb7cb-a55a-4dc0-934a-e7bf701fe1e2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"959fccb3-aa71-45bc-90be-3fb95a55380e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vendor-license-model.xml","artifactChecksum":"Y2UyYmZkYjA1NDJkYjZkY2Y0ZjY0ZjBhYjc0MjllZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d616583-67f5-4c55-a7ff-52189938775f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c938f39-6b2d-4c30-8f7c-df679169276f","artifactVersion":"2","generatedFromUUID":"959fccb3-aa71-45bc-90be-3fb95a55380e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220627055029-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-template.yml","artifactChecksum":"MDE4OGQyZjhjZjU0OGI1NWFkZjFiMzZjNThlMjBhZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db3a408e-dbc7-45ba-bf0f-ed5c1a61edbc","artifactVersion":"1"},{"artifactName":"service-Vfw20220627055029-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar","artifactChecksum":"NzVjMWEzODg2MDgyNzhkN2FiOWY2NDM1NTg4OWIxZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a1aad5b-0fc4-4bbb-bc46-1665089ff333","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-27T05:52:06.558Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T05:52:06.565Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:52:06.577Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:52:06.578Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309125890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:06.676Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-27T05:52:06.681Z||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-06-27T05:52:06.681Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:52:06.721Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:52:06.721Z||pool-3-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-27T05:52:07.585Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T05:52:07.586Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:52:07.588Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:52:07.588Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309125890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json",
"status": "NOTIFIED"
}
2022-06-27T05:52:07.689Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:52:07.690Z||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-06-27T05:52:07.691Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:52:07.707Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:52:07.708Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-27T05:52:08.589Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T05:52:08.590Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:52:08.593Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:52:08.593Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309125890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-27T05:52:08.693Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:52:08.694Z||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-06-27T05:52:08.694Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:52:08.711Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:52:08.712Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-27T05:52:09.593Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T05:52:09.594Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:52:09.597Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:52:09.597Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309125890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:09.697Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:52:09.698Z||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-06-27T05:52:09.699Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:52:09.757Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:52:09.758Z||pool-6-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-06-27T05:52:10.597Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T05:52:10.598Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:52:10.600Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:52:10.601Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309125890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-27T05:52:10.701Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:52:10.702Z||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-06-27T05:52:10.702Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:52:10.718Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:52:10.719Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-27T05:52:11.601Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T05:52:11.602Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:52:11.604Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:52:11.604Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309125890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:52:11.704Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:52:11.706Z||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-06-27T05:52:11.706Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:52:11.725Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:52:11.726Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-27T05:52:12.605Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T05:52:12.606Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:52:12.608Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:52:12.608Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309125890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T05:52:12.708Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:52:12.709Z||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-06-27T05:52:12.709Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:52:12.727Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:52:12.727Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-27T05:52:13.610Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"serviceName": "vFW 2022-06-27 05-50-29",
"serviceVersion": "1.0",
"serviceUUID": "e03ce52c-cfdf-4a28-ba55-a440a63c8021",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c",
"resources": [
{
"resourceInstanceName": "vFW 3aca333d-49a3 0",
"resourceCustomizationUUID": "65a60094-3901-4242-82ab-73afe3948048",
"resourceName": "vFW 3aca333d-49a3",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "643bce25-afd4-452d-bd3e-a5c283a896ff",
"resourceInvariantUUID": "d487b4c8-d8b7-4fac-a9a6-49f60282a741",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw3aca333d49a30_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json",
"artifactChecksum": "M2ExZGMyMDE0NWY0ZjY0ZTNlYWUzYmU5NTI1MmI3YTk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "535eb7cb-a55a-4dc0-934a-e7bf701fe1e2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "959fccb3-aa71-45bc-90be-3fb95a55380e",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5c938f39-6b2d-4c30-8f7c-df679169276f",
"generatedFromUUID": "959fccb3-aa71-45bc-90be-3fb95a55380e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5c938f39-6b2d-4c30-8f7c-df679169276f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220627055029-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"artifactChecksum": "NzVjMWEzODg2MDgyNzhkN2FiOWY2NDM1NTg4OWIxZmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0a1aad5b-0fc4-4bbb-bc46-1665089ff333"
}
],
"workloadContext": "Production"
}
2022-06-27T05:52:13.611Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-27T05:52:13.612Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e03ce52c-cfdf-4a28-ba55-a440a63c8021 ASDC
2022-06-27T05:52:13.732Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:b2e82f7a-c836-460d-a5e4-931096723709
ServiceName:vFW 2022-06-27 05-50-29
ServiceVersion:1.0
ServiceUUID:e03ce52c-cfdf-4a28-ba55-a440a63c8021
ServiceInvariantUUID:b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220627055029-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar
ArtifactUUID:0a1aad5b-0fc4-4bbb-bc46-1665089ff333
ArtifactChecksum:NzVjMWEzODg2MDgyNzhkN2FiOWY2NDM1NTg4OWIxZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3aca333d-49a3 0
ResourceCustomizationUUID:65a60094-3901-4242-82ab-73afe3948048
ResourceInvariantUUID:d487b4c8-d8b7-4fac-a9a6-49f60282a741
ResourceName:vFW 3aca333d-49a3
ResourceType:VF
ResourceUUID:643bce25-afd4-452d-bd3e-a5c283a896ff
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3aca333d49a30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json
ArtifactUUID:535eb7cb-a55a-4dc0-934a-e7bf701fe1e2
ArtifactChecksum:M2ExZGMyMDE0NWY0ZjY0ZTNlYWUzYmU5NTI1MmI3YTk=
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/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml
ArtifactUUID:959fccb3-aa71-45bc-90be-3fb95a55380e
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/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env
ArtifactUUID:5c938f39-6b2d-4c30-8f7c-df679169276f
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/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env
ArtifactUUID:5c938f39-6b2d-4c30-8f7c-df679169276f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-27T05:52:13.733Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e03ce52c-cfdf-4a28-ba55-a440a63c8021 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-06-27T05:52:13.784Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-27T05:52:13.785Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-27T05:52:13.787Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-27T05:52:13.788Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0a1aad5b-0fc4-4bbb-bc46-1665089ff333 from URL: /sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar
2022-06-27T05:52:13.788Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-27T05:52:13.790Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar
2022-06-27T05:52:13.938Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-27T05:52:13.959Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar 0a1aad5b-0fc4-4bbb-bc46-1665089ff333 99012
2022-06-27T05:52:13.961Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar ASDC sendASDCNotification
2022-06-27T05:52:13.961Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar
2022-06-27T05:52:13.963Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-27T05:52:13.964Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:52:13.966Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:52:13.966Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309133960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:52:14.066Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:52:14.067Z||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-06-27T05:52:14.067Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:52:14.090Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:52:14.091Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-27T05:52:14.967Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-27T05:52:14.968Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-27T05:52:14.968Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0a1aad5b-0fc4-4bbb-bc46-1665089ff333, URL: /sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar to file: /app/ASDC/1/service-Vfw20220627055029-csar.csar
2022-06-27T05:52:14.969Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220627055029-csar.csar
2022-06-27T05:52:15.053Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220627055029-csar.csar
2022-06-27T05:52:15.053Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220627055029-csar.csar
2022-06-27T05:52:15.766Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1823314896702173756/Definitions/service-Vfw20220627055029-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-06-27T05:52:18.486Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-27T05:52:18.491Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-27T05:52:18.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220627055029-csar.csar
2022-06-27T05:52:18.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-27T05:52:18.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||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-Vfw20220627055029-csar.csar
2022-06-27T05:52:18.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||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-Vfw20220627055029-csar.csar
2022-06-27T05:52:18.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||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-Vfw20220627055029-csar.csar
2022-06-27T05:52:18.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220627055029-csar.csar
2022-06-27T05:52:18.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220627055029-csar.csar
2022-06-27T05:52:18.493Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||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-Vfw20220627055029-csar.csar
2022-06-27T05:52:18.493Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3aca333d-49a3 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-Vfw20220627055029-csar.csar
2022-06-27T05:52:18.493Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||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-Vfw20220627055029-csar.csar
2022-06-27T05:52:18.493Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||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-Vfw20220627055029-csar.csar
2022-06-27T05:52:18.493Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220627055029-csar.csar
2022-06-27T05:52:18.493Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||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-Vfw20220627055029-csar.csar
2022-06-27T05:52:18.493Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220627055029-csar.csar
2022-06-27T05:52:18.493Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||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-Vfw20220627055029-csar.csar
2022-06-27T05:52:18.493Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-27T05:52:18.500Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:18.501Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:52:18.505Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria
2022-06-27T05:52:18.505Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-27T05:52:18.507Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-27T05:52:18.509Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:18.509Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:52:18.509Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria
2022-06-27T05:52:18.509Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-27T05:52:18.509Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-27T05:52:18.510Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:18.510Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:52:18.513Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:18.514Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is not matching search criteria
2022-06-27T05:52:18.514Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-27T05:52:18.514Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-27T05:52:18.514Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-27T05:52:18.514Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-27T05:52:18.514Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-27T05:52:18.514Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-27T05:52:18.515Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-27T05:52:18.515Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-27T05:52:18.515Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-27T05:52:18.515Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-27T05:52:18.515Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-27T05:52:18.515Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-27T05:52:18.516Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-27T05:52:18.516Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-27T05:52:18.516Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-27T05:52:18.516Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-27T05:52:18.516Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:18.516Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-27T05:52:18.519Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:18.519Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria
2022-06-27T05:52:18.519Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T05:52:18.520Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:18.520Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria
2022-06-27T05:52:18.520Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T05:52:18.520Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:18.520Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria
2022-06-27T05:52:18.520Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T05:52:18.521Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:18.521Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is not matching search criteria
2022-06-27T05:52:18.521Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-27T05:52:18.521Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-27T05:52:18.521Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-27T05:52:18.521Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-27T05:52:18.522Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-27T05:52:18.522Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-27T05:52:18.522Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-27T05:52:18.522Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-27T05:52:18.522Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-27T05:52:18.522Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-27T05:52:18.523Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-27T05:52:18.523Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=37de2449-0eb2-4c49-baf8-c676e07f7625
2022-06-27T05:52:18.523Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:18.523Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is not matching search criteria
2022-06-27T05:52:18.523Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-27T05:52:18.523Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-27T05:52:18.524Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-27T05:52:18.524Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-27T05:52:18.524Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-27T05:52:18.524Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-27T05:52:18.524Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-27T05:52:18.524Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-27T05:52:18.524Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-27T05:52:18.525Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-27T05:52:18.525Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-27T05:52:18.525Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-27T05:52:18.525Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=218a6853-c6c2-449e-b18d-dcb178c80f69
2022-06-27T05:52:18.525Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:18.525Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is not matching search criteria
2022-06-27T05:52:18.526Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-27T05:52:18.526Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-27T05:52:18.526Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-27T05:52:18.526Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-27T05:52:18.526Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-27T05:52:18.526Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-27T05:52:18.527Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-27T05:52:18.527Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-27T05:52:18.527Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-27T05:52:18.527Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-27T05:52:18.527Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-27T05:52:18.527Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-27T05:52:18.527Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0baaa8da-bb78-4196-bdaa-fd2d65f3fe6d
2022-06-27T05:52:18.528Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:18.528Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:52:18.528Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:18.528Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:52:18.528Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:18.528Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:52:18.529Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:18.529Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:52:18.529Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-27 05-50-29
Description:catalog service description
Model UUID:e03ce52c-cfdf-4a28-ba55-a440a63c8021
Model Version:NULL
Model InvariantUuid:b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 3aca333d-49a3
Model UUID:708b9c47-0b82-4d5a-9445-7253ec06f36e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d487b4c8-d8b7-4fac-a9a6-49f60282a741
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:65a60094-3901-4242-82ab-73afe3948048
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:eb699e51-671b-43e7-811f-b29544b66263
ModelName:Vfw3aca333d49a3..base_vfw..module-0
ModelUuid:87667cf2-2959-4f49-8e31-0eba7a95169d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:37de2449-0eb2-4c49-baf8-c676e07f7625
ModelInvariantUuid:1dd296c1-151f-470c-8594-fc43bb56796a
ModelName:vFW 3aca333d-49a3-nodes.vfwCvfc
ModelUuid:cdb2d1bd-b96e-4df5-84c0-c2c54d36aac9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:96543806-b0dd-4eb4-800b-5ac3231d1ee1
ModelInvariantUuid:eba8306c-66f4-4a70-b629-4704e0972ea2
ModelName:Vfw3aca333d49a3.compute.nodes.heat.vfw
ModelUuid:8d795822-0a50-45f0-b831-e64584e7e51b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:218a6853-c6c2-449e-b18d-dcb178c80f69
ModelInvariantUuid:a10b4e98-5d08-482a-8438-fc6d4810d896
ModelName:vFW 3aca333d-49a3-nodes.vsnCvfc
ModelUuid:04dcde40-d28e-46da-a8d5-4c5ac8bd1882
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d656d633-8148-42e3-a32d-812b379e3f86
ModelInvariantUuid:b8a74437-2029-4e7d-ac95-4141aab42266
ModelName:Vfw3aca333d49a3.compute.nodes.heat.vsn
ModelUuid:52986ce1-e6be-404d-bf76-0549368fc84b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0baaa8da-bb78-4196-bdaa-fd2d65f3fe6d
ModelInvariantUuid:e66c7fb8-9371-471f-b57e-0a172951c043
ModelName:vFW 3aca333d-49a3-nodes.vpgCvfc
ModelUuid:df6d2866-e0af-48f1-be7e-1cc4d7710d3d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ed0b5fab-4901-4cb0-8da4-ed9d7d00b356
ModelInvariantUuid:587dbfa6-f2f3-4ca9-8822-11288a29a10f
ModelName:Vfw3aca333d49a3.compute.nodes.heat.vpg
ModelUuid:878d1fac-d152-4e0c-9eb6-faf3f8eb97dc
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-06-27T05:52:18.540Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 643bce25-afd4-452d-bd3e-a5c283a896ff
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-06-27T05:52:18.637Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||vFW 3aca333d-49a3 0
2022-06-27T05:52:18.644Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 643bce25-afd4-452d-bd3e-a5c283a896ff
2022-06-27T05:52:18.644Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 535eb7cb-a55a-4dc0-934a-e7bf701fe1e2 from URL: /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json
2022-06-27T05:52:18.644Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-27T05:52:18.644Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json
2022-06-27T05:52:18.730Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-27T05:52:18.731Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json 535eb7cb-a55a-4dc0-934a-e7bf701fe1e2 785
2022-06-27T05:52:18.731Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json ASDC sendASDCNotification
2022-06-27T05:52:18.731Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json
2022-06-27T05:52:18.731Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-27T05:52:18.731Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:52:18.734Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:52:18.734Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309138731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:52:18.834Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:52:18.835Z||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-06-27T05:52:18.836Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:52:18.860Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:52:18.860Z||pool-11-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-27T05:52:19.736Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3aca333d49a3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "eb699e51-671b-43e7-811f-b29544b66263",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "87667cf2-2959-4f49-8e31-0eba7a95169d",
"vfModuleModelCustomizationUUID": "abf66f76-ff59-440a-aa96-f3b0b55ac6ad",
"isBase": true,
"artifacts": [
"959fccb3-aa71-45bc-90be-3fb95a55380e",
"5c938f39-6b2d-4c30-8f7c-df679169276f"
],
"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-06-27T05:52:19.753Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3aca333d49a3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:87667cf2-2959-4f49-8e31-0eba7a95169d
VfModuleModelInvariantUUID:eb699e51-671b-43e7-811f-b29544b66263
VfModuleModelDescription:NULL
Artifacts UUID List:{
959fccb3-aa71-45bc-90be-3fb95a55380e
,
5c938f39-6b2d-4c30-8f7c-df679169276f
}
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-06-27T05:52:19.757Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw3aca333d49a3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "eb699e51-671b-43e7-811f-b29544b66263",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "87667cf2-2959-4f49-8e31-0eba7a95169d",
"vfModuleModelCustomizationUUID": "abf66f76-ff59-440a-aa96-f3b0b55ac6ad",
"isBase": true,
"artifacts": [
"959fccb3-aa71-45bc-90be-3fb95a55380e",
"5c938f39-6b2d-4c30-8f7c-df679169276f"
],
"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-06-27T05:52:19.757Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3aca333d49a3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:87667cf2-2959-4f49-8e31-0eba7a95169d
VfModuleModelInvariantUUID:eb699e51-671b-43e7-811f-b29544b66263
VfModuleModelDescription:NULL
Artifacts UUID List:{
959fccb3-aa71-45bc-90be-3fb95a55380e
,
5c938f39-6b2d-4c30-8f7c-df679169276f
}
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-06-27T05:52:19.758Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 959fccb3-aa71-45bc-90be-3fb95a55380e from URL: /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml
2022-06-27T05:52:19.758Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-27T05:52:19.758Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml
2022-06-27T05:52:19.827Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-27T05:52:19.828Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml 959fccb3-aa71-45bc-90be-3fb95a55380e 20368
2022-06-27T05:52:19.828Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-27T05:52:19.829Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml
2022-06-27T05:52:19.829Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-27T05:52:19.829Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:52:19.831Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:52:19.831Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309139828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:52:19.931Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:52:19.933Z||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-06-27T05:52:19.933Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:52:19.951Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:52:19.952Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-27T05:52:20.832Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5c938f39-6b2d-4c30-8f7c-df679169276f from URL: /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env
2022-06-27T05:52:20.833Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-27T05:52:20.833Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env
2022-06-27T05:52:20.951Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-27T05:52:20.952Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env 5c938f39-6b2d-4c30-8f7c-df679169276f 2098
2022-06-27T05:52:20.952Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-27T05:52:20.952Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env
2022-06-27T05:52:20.952Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-27T05:52:20.953Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:52:20.955Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:52:20.955Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309140952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:52:21.056Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:52:21.057Z||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-06-27T05:52:21.058Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:52:21.084Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:52:21.085Z||pool-13-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-27T05:52:21.956Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e03ce52c-cfdf-4a28-ba55-a440a63c8021
2022-06-27T05:52:21.957Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3aca333d-49a3 0 643bce25-afd4-452d-bd3e-a5c283a896ff 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-06-27T05:52:21.997Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d88385, org.onap.sdc.toscaparser.api.parameters.Input@749d60e8, org.onap.sdc.toscaparser.api.parameters.Input@11da05e5, org.onap.sdc.toscaparser.api.parameters.Input@2cfb12f0, org.onap.sdc.toscaparser.api.parameters.Input@6c7f6841]
2022-06-27T05:52:22.001Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:22.001Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:52:22.001Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-06-27T05:52:22.002Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 65a60094-3901-4242-82ab-73afe3948048
2022-06-27T05:52:22.002Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 65a60094-3901-4242-82ab-73afe3948048 matches Tosca VF Customization UUID: 65a60094-3901-4242-82ab-73afe3948048
2022-06-27T05:52:22.002Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 65a60094-3901-4242-82ab-73afe3948048 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-06-27T05:52:22.010Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:22.011Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:52:22.012Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 65a60094-3901-4242-82ab-73afe3948048: {\"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-06-27T05:52:22.013Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5269a038
2022-06-27T05:52:22.013Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:22.013Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-27T05:52:22.014Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : abf66f76-ff59-440a-aa96-f3b0b55ac6ad
2022-06-27T05:52:22.015Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID abf66f76-ff59-440a-aa96-f3b0b55ac6ad
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-06-27T05:52:22.023Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:22.024Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria
2022-06-27T05:52:22.024Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T05:52:22.025Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:22.026Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria
2022-06-27T05:52:22.026Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T05:52:22.026Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:22.026Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is not matching search criteria
2022-06-27T05:52:22.027Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-27T05:52:22.027Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-27T05:52:22.027Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-27T05:52:22.028Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-27T05:52:22.028Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-27T05:52:22.028Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-27T05:52:22.028Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-27T05:52:22.029Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-27T05:52:22.029Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-27T05:52:22.029Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-27T05:52:22.030Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-27T05:52:22.030Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=37de2449-0eb2-4c49-baf8-c676e07f7625
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-06-27T05:52:22.038Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:22.039Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria
2022-06-27T05:52:22.039Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T05:52:22.040Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:22.040Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is not matching search criteria
2022-06-27T05:52:22.040Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-27T05:52:22.041Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-27T05:52:22.041Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-27T05:52:22.041Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-27T05:52:22.041Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-27T05:52:22.042Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-27T05:52:22.042Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-27T05:52:22.042Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-27T05:52:22.043Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-27T05:52:22.043Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-27T05:52:22.043Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-27T05:52:22.043Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-27T05:52:22.044Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=218a6853-c6c2-449e-b18d-dcb178c80f69
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-06-27T05:52:22.046Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:22.047Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria
2022-06-27T05:52:22.047Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T05:52:22.049Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:22.049Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is not matching search criteria
2022-06-27T05:52:22.050Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-27T05:52:22.050Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-27T05:52:22.050Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-27T05:52:22.051Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-27T05:52:22.051Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-27T05:52:22.051Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-27T05:52:22.051Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-27T05:52:22.052Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-27T05:52:22.052Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-27T05:52:22.052Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-27T05:52:22.053Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-27T05:52:22.053Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-27T05:52:22.053Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0baaa8da-bb78-4196-bdaa-fd2d65f3fe6d
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-06-27T05:52:22.056Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:22.056Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria
2022-06-27T05:52:22.057Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T05:52:22.057Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:22.057Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria
2022-06-27T05:52:22.058Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0] matching following query criteria: sdcType=VF, customizationUUID=65a60094-3901-4242-82ab-73afe3948048
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-06-27T05:52:22.059Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:22.060Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:52:22.060Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e03ce52c-cfdf-4a28-ba55-a440a63c8021: vFW 3aca333d-49a3
2022-06-27T05:52:22.060Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:22.060Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:52:22.061Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:22.061Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:52:22.061Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:22.061Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:52:22.062Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:22.062Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:52:22.062Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:52:22.062Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:52:22.063Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-06-27 05-50-29
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-06-27T05:52:22.336Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3aca333d-49a3 643bce25-afd4-452d-bd3e-a5c283a896ff 1 ASDC deployResourceStructure
2022-06-27T05:52:22.337Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json ASDC sendASDCNotification
2022-06-27T05:52:22.337Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json
2022-06-27T05:52:22.337Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-27T05:52:22.337Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:52:22.339Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:52:22.339Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309142336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json",
"status": "DEPLOY_OK"
}
2022-06-27T05:52:22.439Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:52:22.441Z||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-06-27T05:52:22.441Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:52:22.472Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:52:22.473Z||pool-14-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-27T05:52:23.340Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-27T05:52:23.341Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml
2022-06-27T05:52:23.341Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-27T05:52:23.341Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:52:23.343Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:52:23.343Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309143340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-27T05:52:23.444Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-27T05:52:23.446Z||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-06-27T05:52:23.446Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:52:23.473Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:52:23.474Z||pool-15-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-27T05:52:24.345Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-27T05:52:24.345Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env
2022-06-27T05:52:24.345Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-27T05:52:24.345Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:52:24.347Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:52:24.347Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309144344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-27T05:52:24.447Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:52:24.448Z||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-06-27T05:52:24.449Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:52:24.469Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:52:24.469Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-27T05:52:25.352Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar ASDC sendASDCNotification
2022-06-27T05:52:25.353Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar
2022-06-27T05:52:25.353Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-27T05:52:25.354Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:52:25.356Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:52:25.356Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309145352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T05:52:25.456Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:52:25.457Z||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-06-27T05:52:25.457Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:52:25.476Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:52:25.477Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-27T05:52:26.357Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709
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-06-27T05:52:26.374Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709
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-06-27T05:52:26.377Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T05:52:26.377Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-27T05:52:26.377Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-27T05:52:56.377Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709
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-06-27T05:52:56.391Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709
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-06-27T05:52:56.395Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T05:52:56.396Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-27T05:52:56.396Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-27T05:53:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:53:05.895Z||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-06-27T05:53:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:53:05.937Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:53:05.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:53:05.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309126465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:53:05.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:53:26.397Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709
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-06-27T05:53:26.410Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709
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-06-27T05:53:26.412Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T05:53:26.413Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-27T05:53:26.413Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-27T05:53:56.413Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709
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-06-27T05:53:56.433Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709
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-06-27T05:53:56.443Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T05:53:56.444Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-27T05:53:56.444Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-27T05:54:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:54:05.895Z||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-06-27T05:54:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:54:05.939Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:54:05.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:54:05.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "ves-openapi-manager",
"timestamp": 1656309122213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:54:05.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:54:26.445Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709
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-06-27T05:54:26.457Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709
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-06-27T05:54:26.460Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T05:54:26.460Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-27T05:54:26.460Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-27T05:54:56.460Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709
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-06-27T05:54:56.470Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709
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-06-27T05:54:56.473Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T05:54:56.473Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-27T05:54:56.473Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-27T05:55:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:55:05.895Z||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-06-27T05:55:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:55:06.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:55:06.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309125890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:55:06.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:55:06.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309126465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:55:06.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:55:06.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "ves-openapi-manager",
"timestamp": 1656309122213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:55:06.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:55:06.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309125890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json",
"status": "NOTIFIED"
}
2022-06-27T05:55:06.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:55:06.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309126465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:55:06.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:55:06.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309125890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-27T05:55:06.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:55:06.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309126465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:55:06.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:55:06.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309125890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:55:06.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:55:06.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "clamp",
"timestamp": 1656309130142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:55:06.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:55:06.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309126465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:55:06.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:55:06.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309125890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-27T05:55:06.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:55:06.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "clamp",
"timestamp": 1656309130142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json",
"status": "NOTIFIED"
}
2022-06-27T05:55:06.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:55:06.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309126465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:55:06.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:55:06.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309125890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:55:06.467Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:55:06.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "clamp",
"timestamp": 1656309130142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:55:06.467Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:55:06.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309126465,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T05:55:06.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:55:06.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309125890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T05:55:06.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:55:06.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "clamp",
"timestamp": 1656309130142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:55:06.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:55:06.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309134408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:55:06.470Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:55:06.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "clamp",
"timestamp": 1656309130142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:55:06.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:55:06.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309133960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:55:06.471Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:55:06.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "clamp",
"timestamp": 1656309130142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:55:06.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:55:06.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "clamp",
"timestamp": 1656309130142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T05:55:06.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-27T05:55:06.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309138731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:55:06.475Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:55:06.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309139828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:55:06.475Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:55:06.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309141139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T05:55:06.476Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:55:06.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309142146,
"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-06-27T05:55:06.485Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b2e82f7a-c836-460d-a5e4-931096723709
2022-06-27T05:55:06.485Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2e82f7a-c836-460d-a5e4-931096723709 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-06-27T05:55:06.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309140952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:55:06.497Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:55:06.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309142336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json",
"status": "DEPLOY_OK"
}
2022-06-27T05:55:06.497Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:55:06.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309143340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-27T05:55:06.498Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:55:06.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "aai-ml",
"timestamp": 1656309145566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T05:55:06.498Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:55:06.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309144344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-27T05:55:06.499Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:55:06.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "aai-ml",
"timestamp": 1656309146578,
"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-06-27T05:55:06.504Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b2e82f7a-c836-460d-a5e4-931096723709
2022-06-27T05:55:06.504Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2e82f7a-c836-460d-a5e4-931096723709 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-06-27T05:55:06.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "clamp",
"timestamp": 1656309146382,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:55:06.514Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:55:06.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309145352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T05:55:06.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:55:06.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "clamp",
"timestamp": 1656309148390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T05:55:06.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:55:06.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:55:06.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "clamp",
"timestamp": 1656309149398,
"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-06-27T05:55:06.521Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b2e82f7a-c836-460d-a5e4-931096723709
2022-06-27T05:55:06.521Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2e82f7a-c836-460d-a5e4-931096723709 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-06-27T05:55:26.473Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709
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-06-27T05:55:26.486Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709
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-06-27T05:55:26.490Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T05:55:26.490Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-27T05:55:26.490Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-27T05:55:26.491Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-27T05:55:26.491Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T05:55:26.491Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T05:55:26.491Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T05:55:26.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T05:55:26.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T05:55:26.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T05:55:26.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||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-06-27T05:55:26.499Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-27T05:55:56.500Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709 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-06-27T05:55:56.512Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b2e82f7a-c836-460d-a5e4-931096723709 and serviceModelVersionId: e03ce52c-cfdf-4a28-ba55-a440a63c8021
2022-06-27T05:55:56.513Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c
2022-06-27T05:56:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:56:05.895Z||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-06-27T05:56:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:56:12.323Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c/model-vers/model-ver/e03ce52c-cfdf-4a28-ba55-a440a63c8021?depth=0
2022-06-27T05:56:12.432Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-27T05:56:12.946Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c/model-vers/model-ver/e03ce52c-cfdf-4a28-ba55-a440a63c8021?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-06-27T05:56:12.951Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c/model-vers/model-ver/e03ce52c-cfdf-4a28-ba55-a440a63c8021?depth=0|INFO|500||Invoke
2022-06-27T05:56:13.084Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c/model-vers/model-ver/e03ce52c-cfdf-4a28-ba55-a440a63c8021?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-27T05:56:13.377Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c/model-vers/model-ver/e03ce52c-cfdf-4a28-ba55-a440a63c8021?depth=0|INFO|500||InvokeReturn
2022-06-27T05:56:13.378Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c/model-vers/model-ver/e03ce52c-cfdf-4a28-ba55-a440a63c8021?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220627-05:56:13:466-59410], vertex-id=[499744], Content-Length=[0], Date=[Mon, 27 Jun 2022 05:56:13 GMT], Content-Type=[application/json]}
2022-06-27T05:56:13.379Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-27T05:56:13.382Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-27T05:56:13.383Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||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-06-27T05:56:13.390Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||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-06-27T05:56:13.391Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b2e82f7a-c836-460d-a5e4-931096723709 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-27T05:56:13.392Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-27T05:56:13.393Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:56:13.395Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:56:13.395Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309373391,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-27T05:56:13.495Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-27T05:56:13.496Z||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-06-27T05:56:13.496Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:56:13.515Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:56:13.516Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-27T05:56:14.135Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:56:14.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-27T05:56:14.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2e82f7a-c836-460d-a5e4-931096723709",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309373391,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-27T05:56:14.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-27T05:56:14.408Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:56:14.409Z|b2e82f7a-c836-460d-a5e4-931096723709|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-06-27T05:56:14.409Z|b2e82f7a-c836-460d-a5e4-931096723709|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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:56:24.782Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:56:24.783Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:56:24.784Z|b2e82f7a-c836-460d-a5e4-931096723709|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-06-27T05:56:24.784Z|b2e82f7a-c836-460d-a5e4-931096723709|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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:56:29.076Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:56:29.077Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-27T05:56:29.077Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"79baf144-c87d-4128-89b7-3c6f33530bfe","serviceName":"basic_onboard_JfDRTS","serviceVersion":"1.0","serviceUUID":"d5338861-47ba-4063-97ac-4aefae8095b6","serviceDescription":"service","serviceInvariantUUID":"0e854047-a249-47cf-8d04-d6eebe5100d6","resources":[{"resourceInstanceName":"basic_onboard_JfDRTS 0","resourceName":"basic_onboard_JfDRTS","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bb7d7d4c-b450-4067-95d7-1559698a731c","resourceInvariantUUID":"57582f0c-1469-4183-9662-b479ff636053","resourceCustomizationUUID":"ba47f225-6dc8-43b9-aa12-4be54f6f8197","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vf-license-model.xml","artifactChecksum":"YTNkOWNmMDE5MWE1N2RlZTEzNTE4OGNiZDdmZGNkNmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6bc383b6-46fc-47aa-bc0b-36aa26070275","artifactVersion":"1"},{"artifactName":"basic_onboard_jfdrts0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json","artifactChecksum":"MDE1MWVmMTZhOTg0MDYwNGNlODZkMGY3NWYzMjAwOWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6a0d003c-4a30-4a2f-b11d-dda6836f628a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f4fc3620-0ce8-4b65-9eae-b68ae3e749c1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56bb58d3-7acc-40d8-8872-6b267dc05799","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8dfdab10-02a2-4e2b-a439-ba539557c38e","artifactVersion":"2","generatedFromUUID":"f4fc3620-0ce8-4b65-9eae-b68ae3e749c1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJfdrts-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-template.yml","artifactChecksum":"YTI2MzNjMDk5NGU5NTEzZGZmMjZlNjc4YTgzYzFlYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0db091b1-4eb6-46f2-999e-520f983e0e9e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJfdrts-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar","artifactChecksum":"ZDFkMTY5ZWY1MzA0YmU4NTEyNGE1MjVlMWEzMmJkODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"464c821d-b062-48fa-b4ac-75cfd8dd6ad6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-27T05:56:29.081Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T05:56:29.081Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:56:29.084Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:56:29.084Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309384783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:56:29.184Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:56:29.185Z||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-06-27T05:56:29.186Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:56:29.204Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:56:29.205Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-27T05:56:30.084Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T05:56:30.085Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:56:30.087Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:56:30.087Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309384783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json",
"status": "NOTIFIED"
}
2022-06-27T05:56:30.188Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:56:30.189Z||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-06-27T05:56:30.189Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:56:30.207Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:56:30.207Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-27T05:56:31.088Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T05:56:31.089Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:56:31.091Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:56:31.091Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309384783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-27T05:56:31.191Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:56:31.193Z||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-06-27T05:56:31.194Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:56:31.219Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:56:31.220Z||pool-21-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-27T05:56:32.092Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T05:56:32.094Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:56:32.096Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:56:32.096Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309384783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:56:32.197Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:56:32.197Z||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-06-27T05:56:32.198Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:56:32.214Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:56:32.215Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-27T05:56:33.097Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T05:56:33.098Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:56:33.101Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:56:33.101Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309384783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-27T05:56:33.200Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-27T05:56:33.201Z||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-06-27T05:56:33.201Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:56:33.232Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:56:33.233Z||pool-23-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-27T05:56:34.102Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T05:56:34.103Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:56:34.105Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:56:34.106Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309384783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:56:34.206Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:56:34.207Z||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-06-27T05:56:34.207Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:56:34.227Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:56:34.227Z||pool-24-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-27T05:56:35.106Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T05:56:35.107Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:56:35.109Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:56:35.109Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309384783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T05:56:35.209Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:56:35.210Z||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-06-27T05:56:35.211Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:56:35.229Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:56:35.230Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-27T05:56:36.111Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"serviceName": "basic_onboard_JfDRTS",
"serviceVersion": "1.0",
"serviceUUID": "d5338861-47ba-4063-97ac-4aefae8095b6",
"serviceDescription": "service",
"serviceInvariantUUID": "0e854047-a249-47cf-8d04-d6eebe5100d6",
"resources": [
{
"resourceInstanceName": "basic_onboard_JfDRTS 0",
"resourceCustomizationUUID": "ba47f225-6dc8-43b9-aa12-4be54f6f8197",
"resourceName": "basic_onboard_JfDRTS",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "bb7d7d4c-b450-4067-95d7-1559698a731c",
"resourceInvariantUUID": "57582f0c-1469-4183-9662-b479ff636053",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_jfdrts0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json",
"artifactChecksum": "MDE1MWVmMTZhOTg0MDYwNGNlODZkMGY3NWYzMjAwOWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6a0d003c-4a30-4a2f-b11d-dda6836f628a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f4fc3620-0ce8-4b65-9eae-b68ae3e749c1",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8dfdab10-02a2-4e2b-a439-ba539557c38e",
"generatedFromUUID": "f4fc3620-0ce8-4b65-9eae-b68ae3e749c1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8dfdab10-02a2-4e2b-a439-ba539557c38e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJfdrts-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"artifactChecksum": "ZDFkMTY5ZWY1MzA0YmU4NTEyNGE1MjVlMWEzMmJkODg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "464c821d-b062-48fa-b4ac-75cfd8dd6ad6"
}
],
"workloadContext": "Production"
}
2022-06-27T05:56:36.112Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-27T05:56:36.113Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d5338861-47ba-4063-97ac-4aefae8095b6 ASDC
2022-06-27T05:56:36.113Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:79baf144-c87d-4128-89b7-3c6f33530bfe
ServiceName:basic_onboard_JfDRTS
ServiceVersion:1.0
ServiceUUID:d5338861-47ba-4063-97ac-4aefae8095b6
ServiceInvariantUUID:0e854047-a249-47cf-8d04-d6eebe5100d6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJfdrts-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar
ArtifactUUID:464c821d-b062-48fa-b4ac-75cfd8dd6ad6
ArtifactChecksum:ZDFkMTY5ZWY1MzA0YmU4NTEyNGE1MjVlMWEzMmJkODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JfDRTS 0
ResourceCustomizationUUID:ba47f225-6dc8-43b9-aa12-4be54f6f8197
ResourceInvariantUUID:57582f0c-1469-4183-9662-b479ff636053
ResourceName:basic_onboard_JfDRTS
ResourceType:VF
ResourceUUID:bb7d7d4c-b450-4067-95d7-1559698a731c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jfdrts0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json
ArtifactUUID:6a0d003c-4a30-4a2f-b11d-dda6836f628a
ArtifactChecksum:MDE1MWVmMTZhOTg0MDYwNGNlODZkMGY3NWYzMjAwOWE=
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/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f4fc3620-0ce8-4b65-9eae-b68ae3e749c1
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/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env
ArtifactUUID:8dfdab10-02a2-4e2b-a439-ba539557c38e
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/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env
ArtifactUUID:8dfdab10-02a2-4e2b-a439-ba539557c38e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-27T05:56:36.114Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5338861-47ba-4063-97ac-4aefae8095b6 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-06-27T05:56:36.151Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-27T05:56:36.152Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-27T05:56:36.153Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-27T05:56:36.153Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 464c821d-b062-48fa-b4ac-75cfd8dd6ad6 from URL: /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar
2022-06-27T05:56:36.154Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-27T05:56:36.154Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar
2022-06-27T05:56:36.266Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-27T05:56:36.270Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar 464c821d-b062-48fa-b4ac-75cfd8dd6ad6 71593
2022-06-27T05:56:36.271Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar ASDC sendASDCNotification
2022-06-27T05:56:36.271Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar
2022-06-27T05:56:36.271Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-27T05:56:36.272Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:56:36.274Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:56:36.275Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309396271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:56:36.375Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:56:36.376Z||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-06-27T05:56:36.376Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:56:36.398Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:56:36.399Z||pool-26-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-27T05:56:37.275Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-27T05:56:37.277Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-27T05:56:37.277Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 464c821d-b062-48fa-b4ac-75cfd8dd6ad6, URL: /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar to file: /app/ASDC/1/service-BasicOnboardJfdrts-csar.csar
2022-06-27T05:56:37.278Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJfdrts-csar.csar
2022-06-27T05:56:37.279Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJfdrts-csar.csar
2022-06-27T05:56:37.279Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJfdrts-csar.csar
2022-06-27T05:56:37.388Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10810939489287965501/Definitions/service-BasicOnboardJfdrts-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-06-27T05:56:38.563Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-27T05:56:38.564Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-27T05:56:38.564Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJfdrts-csar.csar
2022-06-27T05:56:38.564Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-27T05:56:38.564Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||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-BasicOnboardJfdrts-csar.csar
2022-06-27T05:56:38.564Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||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-BasicOnboardJfdrts-csar.csar
2022-06-27T05:56:38.565Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||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-BasicOnboardJfdrts-csar.csar
2022-06-27T05:56:38.565Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JfDRTS 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-BasicOnboardJfdrts-csar.csar
2022-06-27T05:56:38.565Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||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-BasicOnboardJfdrts-csar.csar
2022-06-27T05:56:38.565Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJfdrts-csar.csar
2022-06-27T05:56:38.566Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJfdrts-csar.csar
2022-06-27T05:56:38.566Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||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-BasicOnboardJfdrts-csar.csar
2022-06-27T05:56:38.566Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||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-BasicOnboardJfdrts-csar.csar
2022-06-27T05:56:38.566Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-27T05:56:38.567Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:38.567Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:56:38.567Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is matching search criteria
2022-06-27T05:56:38.568Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-27T05:56:38.568Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JfDRTS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-27T05:56:38.569Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:38.569Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:56:38.569Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is matching search criteria
2022-06-27T05:56:38.569Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-27T05:56:38.570Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JfDRTS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-27T05:56:38.570Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:38.570Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:56:38.571Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:38.571Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is not matching search criteria
2022-06-27T05:56:38.571Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-27T05:56:38.571Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-27T05:56:38.572Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-27T05:56:38.572Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-27T05:56:38.572Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-27T05:56:38.572Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:38.573Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-27T05:56:38.573Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:38.573Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is matching search criteria
2022-06-27T05:56:38.573Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JfDRTS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T05:56:38.574Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:38.574Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is matching search criteria
2022-06-27T05:56:38.574Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JfDRTS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T05:56:38.575Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:38.575Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is matching search criteria
2022-06-27T05:56:38.575Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JfDRTS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T05:56:38.575Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:38.576Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is not matching search criteria
2022-06-27T05:56:38.576Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-27T05:56:38.576Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-27T05:56:38.576Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=831197c5-c49b-4559-85ee-ea9a0d72a1b5
2022-06-27T05:56:38.577Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:38.577Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:56:38.577Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:38.577Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:56:38.578Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:38.578Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:56:38.578Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:38.578Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:56:38.579Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_JfDRTS
Description:service
Model UUID:d5338861-47ba-4063-97ac-4aefae8095b6
Model Version:NULL
Model InvariantUuid:0e854047-a249-47cf-8d04-d6eebe5100d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_JfDRTS
Model UUID:6ef5d5fb-122c-4c0d-bd0b-d1e63c231bcd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:57582f0c-1469-4183-9662-b479ff636053
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ba47f225-6dc8-43b9-aa12-4be54f6f8197
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:acccde2b-c1d0-48e8-be31-d19bc1a3ff8c
ModelName:BasicOnboardJfdrts..base_ubuntu18..module-0
ModelUuid:671d2c52-2f4c-407b-8e9f-98fb003a4859
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:831197c5-c49b-4559-85ee-ea9a0d72a1b5
ModelInvariantUuid:4a9eebf9-6eee-4878-adaa-19b91b651bb4
ModelName:basic_onboard_JfDRTS-nodes.ubuntu18Cvfc
ModelUuid:fe30fd37-90e9-4a9b-b033-c07f4d0adb92
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:efc1cf9b-4628-4abf-82ea-37533293b4ec
ModelInvariantUuid:0d883984-2eb8-4a5a-a70d-ff836059804b
ModelName:BasicOnboardJfdrts.compute.nodes.heat.ubuntu18
ModelUuid:cb963b59-cf53-4abe-9b12-398b8b6680f2
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-06-27T05:56:38.589Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: bb7d7d4c-b450-4067-95d7-1559698a731c
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-06-27T05:56:38.593Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||basic_onboard_JfDRTS 0
2022-06-27T05:56:38.593Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bb7d7d4c-b450-4067-95d7-1559698a731c
2022-06-27T05:56:38.593Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6a0d003c-4a30-4a2f-b11d-dda6836f628a from URL: /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json
2022-06-27T05:56:38.593Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-27T05:56:38.594Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json
2022-06-27T05:56:38.645Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-27T05:56:38.646Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json 6a0d003c-4a30-4a2f-b11d-dda6836f628a 798
2022-06-27T05:56:38.646Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json ASDC sendASDCNotification
2022-06-27T05:56:38.646Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json
2022-06-27T05:56:38.646Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-27T05:56:38.647Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:56:38.649Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:56:38.649Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309398646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:56:38.749Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:56:38.750Z||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-06-27T05:56:38.750Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:56:38.771Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:56:38.772Z||pool-27-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-27T05:56:39.650Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJfdrts..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "acccde2b-c1d0-48e8-be31-d19bc1a3ff8c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "671d2c52-2f4c-407b-8e9f-98fb003a4859",
"vfModuleModelCustomizationUUID": "424b4e7d-47ef-416b-a823-1dd3049a6c13",
"isBase": true,
"artifacts": [
"f4fc3620-0ce8-4b65-9eae-b68ae3e749c1",
"8dfdab10-02a2-4e2b-a439-ba539557c38e"
],
"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-06-27T05:56:39.654Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJfdrts..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:671d2c52-2f4c-407b-8e9f-98fb003a4859
VfModuleModelInvariantUUID:acccde2b-c1d0-48e8-be31-d19bc1a3ff8c
VfModuleModelDescription:NULL
Artifacts UUID List:{
f4fc3620-0ce8-4b65-9eae-b68ae3e749c1
,
8dfdab10-02a2-4e2b-a439-ba539557c38e
}
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-06-27T05:56:39.656Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJfdrts..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "acccde2b-c1d0-48e8-be31-d19bc1a3ff8c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "671d2c52-2f4c-407b-8e9f-98fb003a4859",
"vfModuleModelCustomizationUUID": "424b4e7d-47ef-416b-a823-1dd3049a6c13",
"isBase": true,
"artifacts": [
"f4fc3620-0ce8-4b65-9eae-b68ae3e749c1",
"8dfdab10-02a2-4e2b-a439-ba539557c38e"
],
"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-06-27T05:56:39.656Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJfdrts..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:671d2c52-2f4c-407b-8e9f-98fb003a4859
VfModuleModelInvariantUUID:acccde2b-c1d0-48e8-be31-d19bc1a3ff8c
VfModuleModelDescription:NULL
Artifacts UUID List:{
f4fc3620-0ce8-4b65-9eae-b68ae3e749c1
,
8dfdab10-02a2-4e2b-a439-ba539557c38e
}
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-06-27T05:56:39.657Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f4fc3620-0ce8-4b65-9eae-b68ae3e749c1 from URL: /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml
2022-06-27T05:56:39.657Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-27T05:56:39.657Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml
2022-06-27T05:56:39.718Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-27T05:56:39.719Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml f4fc3620-0ce8-4b65-9eae-b68ae3e749c1 5033
2022-06-27T05:56:39.719Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-27T05:56:39.719Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml
2022-06-27T05:56:39.719Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-27T05:56:39.720Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:56:39.722Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:56:39.722Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309399719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:56:39.823Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:56:39.824Z||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-06-27T05:56:39.824Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:56:39.848Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:56:39.849Z||pool-28-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-27T05:56:40.724Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8dfdab10-02a2-4e2b-a439-ba539557c38e from URL: /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env
2022-06-27T05:56:40.725Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-27T05:56:40.725Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env
2022-06-27T05:56:40.867Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-27T05:56:40.868Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env 8dfdab10-02a2-4e2b-a439-ba539557c38e 909
2022-06-27T05:56:40.868Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-27T05:56:40.868Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env
2022-06-27T05:56:40.868Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-27T05:56:40.869Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:56:40.871Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:56:40.871Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309400868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:56:40.971Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:56:40.973Z||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-06-27T05:56:40.973Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:56:40.990Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:56:40.991Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-27T05:56:41.872Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d5338861-47ba-4063-97ac-4aefae8095b6
2022-06-27T05:56:41.873Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JfDRTS 0 bb7d7d4c-b450-4067-95d7-1559698a731c 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-06-27T05:56:41.887Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15a967fa, org.onap.sdc.toscaparser.api.parameters.Input@9337570, org.onap.sdc.toscaparser.api.parameters.Input@43a54340, org.onap.sdc.toscaparser.api.parameters.Input@12a2508e, org.onap.sdc.toscaparser.api.parameters.Input@4cea7397]
2022-06-27T05:56:41.889Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:41.889Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:56:41.889Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-06-27T05:56:41.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= ba47f225-6dc8-43b9-aa12-4be54f6f8197
2022-06-27T05:56:41.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ba47f225-6dc8-43b9-aa12-4be54f6f8197 matches Tosca VF Customization UUID: ba47f225-6dc8-43b9-aa12-4be54f6f8197
2022-06-27T05:56:41.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: ba47f225-6dc8-43b9-aa12-4be54f6f8197 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-06-27T05:56:41.893Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:41.893Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:56:41.893Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id ba47f225-6dc8-43b9-aa12-4be54f6f8197: {\"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-06-27T05:56:41.894Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3710e008
2022-06-27T05:56:41.894Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:41.894Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-27T05:56:41.894Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 424b4e7d-47ef-416b-a823-1dd3049a6c13
2022-06-27T05:56:41.894Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 424b4e7d-47ef-416b-a823-1dd3049a6c13
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-06-27T05:56:41.897Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:41.897Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is matching search criteria
2022-06-27T05:56:41.897Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JfDRTS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T05:56:41.898Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:41.898Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is matching search criteria
2022-06-27T05:56:41.898Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JfDRTS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T05:56:41.898Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:41.898Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is not matching search criteria
2022-06-27T05:56:41.899Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-27T05:56:41.899Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-27T05:56:41.899Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=831197c5-c49b-4559-85ee-ea9a0d72a1b5
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-06-27T05:56:41.901Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:41.901Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is matching search criteria
2022-06-27T05:56:41.901Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JfDRTS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T05:56:41.902Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:41.902Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is matching search criteria
2022-06-27T05:56:41.902Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JfDRTS 0] matching following query criteria: sdcType=VF, customizationUUID=ba47f225-6dc8-43b9-aa12-4be54f6f8197
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-06-27T05:56:41.904Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:41.904Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:56:41.904Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d5338861-47ba-4063-97ac-4aefae8095b6: basic_onboard_JfDRTS
2022-06-27T05:56:41.904Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:41.904Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:56:41.905Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:41.905Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:56:41.905Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:41.905Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:56:41.905Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:41.905Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:56:41.906Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T05:56:41.906Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T05:56:41.906Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_JfDRTS
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-06-27T05:56:41.993Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JfDRTS bb7d7d4c-b450-4067-95d7-1559698a731c 1 ASDC deployResourceStructure
2022-06-27T05:56:41.994Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json ASDC sendASDCNotification
2022-06-27T05:56:41.994Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json
2022-06-27T05:56:41.994Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-27T05:56:41.994Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:56:41.996Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:56:41.996Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309401994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-27T05:56:42.097Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:56:42.097Z||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-06-27T05:56:42.098Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:56:42.111Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:56:42.111Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-27T05:56:42.997Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-27T05:56:42.998Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml
2022-06-27T05:56:42.998Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-27T05:56:42.998Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:56:43.000Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:56:43.000Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309402997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-27T05:56:43.100Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:56:43.101Z||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-06-27T05:56:43.102Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:56:43.142Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:56:43.142Z||pool-31-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-27T05:56:44.001Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-27T05:56:44.001Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env
2022-06-27T05:56:44.002Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-27T05:56:44.002Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:56:44.005Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:56:44.005Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309404001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-27T05:56:44.105Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:56:44.106Z||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-06-27T05:56:44.106Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:56:44.121Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:56:44.121Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-27T05:56:45.005Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar ASDC sendASDCNotification
2022-06-27T05:56:45.006Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar
2022-06-27T05:56:45.006Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-27T05:56:45.007Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:56:45.008Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:56:45.009Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309405005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T05:56:45.109Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:56:45.110Z||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-06-27T05:56:45.110Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:56:45.133Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:56:45.133Z||pool-33-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-27T05:56:46.011Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 79baf144-c87d-4128-89b7-3c6f33530bfe
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-06-27T05:56:46.025Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 79baf144-c87d-4128-89b7-3c6f33530bfe
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-06-27T05:56:46.029Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T05:56:46.029Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-27T05:56:46.029Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-27T05:57:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:57:05.896Z||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-06-27T05:57:05.896Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:57:06.596Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:57:06.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309384783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "ves-openapi-manager",
"timestamp": 1656309382213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309387374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "policy-id",
"timestamp": 1656309386383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309384783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json",
"status": "NOTIFIED"
}
2022-06-27T05:57:06.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "ves-openapi-manager",
"timestamp": 1656309382213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309387374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json",
"status": "NOTIFIED"
}
2022-06-27T05:57:06.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "policy-id",
"timestamp": 1656309386383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "cds",
"timestamp": 1656309391142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309384783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-27T05:57:06.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "ves-openapi-manager",
"timestamp": 1656309382213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309387374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-27T05:57:06.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "policy-id",
"timestamp": 1656309386383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-27T05:57:06.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "cds",
"timestamp": 1656309391142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309384783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "ves-openapi-manager",
"timestamp": 1656309382213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309387374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "policy-id",
"timestamp": 1656309386383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "cds",
"timestamp": 1656309391142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309384783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-27T05:57:06.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "ves-openapi-manager",
"timestamp": 1656309382213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309387374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-27T05:57:06.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "policy-id",
"timestamp": 1656309386383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "cds",
"timestamp": 1656309391142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309384783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "ves-openapi-manager",
"timestamp": 1656309382213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "policy-id",
"timestamp": 1656309386383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309387374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "cds",
"timestamp": 1656309391142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309384783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T05:57:06.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "ves-openapi-manager",
"timestamp": 1656309382213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309387374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T05:57:06.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "policy-id",
"timestamp": 1656309386383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T05:57:06.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309396465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "cds",
"timestamp": 1656309391142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309396271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:57:06.615Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:57:06.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "policy-id",
"timestamp": 1656309397549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:57:06.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:57:06.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309396145,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:57:06.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:57:06.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309396465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "cds",
"timestamp": 1656309391142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T05:57:06.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "policy-id",
"timestamp": 1656309398555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T05:57:06.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:57:06.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309397224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:57:06.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:57:06.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309396465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "cds",
"timestamp": 1656309398919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:57:06.619Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:57:06.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "policy-id",
"timestamp": 1656309399560,
"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-06-27T05:57:06.629Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 79baf144-c87d-4128-89b7-3c6f33530bfe
2022-06-27T05:57:06.629Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79baf144-c87d-4128-89b7-3c6f33530bfe 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-06-27T05:57:06.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309398298,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:57:06.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:57:06.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309398646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:57:06.642Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:57:06.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309396465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "cds",
"timestamp": 1656309399924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-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-06-27T05:57:06.647Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 79baf144-c87d-4128-89b7-3c6f33530bfe
2022-06-27T05:57:06.647Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79baf144-c87d-4128-89b7-3c6f33530bfe 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-06-27T05:57:06.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309399336,
"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-06-27T05:57:06.659Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 79baf144-c87d-4128-89b7-3c6f33530bfe
2022-06-27T05:57:06.659Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79baf144-c87d-4128-89b7-3c6f33530bfe 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-06-27T05:57:06.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "clamp",
"timestamp": 1656309400142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309399719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:57:06.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:57:06.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309396465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309400342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-27T05:57:06.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:57:06.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "clamp",
"timestamp": 1656309400142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json",
"status": "NOTIFIED"
}
2022-06-27T05:57:06.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309400868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:57:06.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:57:06.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309396465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "clamp",
"timestamp": 1656309400142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309396465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T05:57:06.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309401994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-27T05:57:06.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:57:06.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "clamp",
"timestamp": 1656309400142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309402997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-27T05:57:06.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:57:06.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309404355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:57:06.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:57:06.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "clamp",
"timestamp": 1656309400142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309404001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-27T05:57:06.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:57:06.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "clamp",
"timestamp": 1656309400142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309405005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T05:57:06.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:57:06.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "clamp",
"timestamp": 1656309400142,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T05:57:06.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309407193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T05:57:06.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:57:06.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "aai-ml",
"timestamp": 1656309407109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309408199,
"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-06-27T05:57:06.678Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 79baf144-c87d-4128-89b7-3c6f33530bfe
2022-06-27T05:57:06.678Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79baf144-c87d-4128-89b7-3c6f33530bfe 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-06-27T05:57:06.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "aai-ml",
"timestamp": 1656309407109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "aai-ml",
"timestamp": 1656309407109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "aai-ml",
"timestamp": 1656309407109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "aai-ml",
"timestamp": 1656309407109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "aai-ml",
"timestamp": 1656309407109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T05:57:06.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "aai-ml",
"timestamp": 1656309407109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T05:57:06.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T05:57:06.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "aai-ml",
"timestamp": 1656309414926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:57:06.689Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:57:06.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "clamp",
"timestamp": 1656309418429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T05:57:06.689Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:57:06.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "clamp",
"timestamp": 1656309420444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T05:57:06.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:57:06.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "clamp",
"timestamp": 1656309421448,
"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-06-27T05:57:06.694Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 79baf144-c87d-4128-89b7-3c6f33530bfe
2022-06-27T05:57:06.694Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79baf144-c87d-4128-89b7-3c6f33530bfe 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-06-27T05:57:06.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "aai-ml",
"timestamp": 1656309426186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T05:57:06.703Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:57:06.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T05:57:06.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "aai-ml",
"timestamp": 1656309427189,
"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-06-27T05:57:06.708Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 79baf144-c87d-4128-89b7-3c6f33530bfe
2022-06-27T05:57:06.708Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79baf144-c87d-4128-89b7-3c6f33530bfe 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-06-27T05:57:16.030Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 79baf144-c87d-4128-89b7-3c6f33530bfe
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-06-27T05:57:16.044Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 79baf144-c87d-4128-89b7-3c6f33530bfe
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-06-27T05:57:16.047Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T05:57:16.047Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-27T05:57:16.047Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-27T05:57:16.048Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-27T05:57:16.048Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T05:57:16.048Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T05:57:16.048Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T05:57:16.049Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T05:57:16.049Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T05:57:16.049Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T05:57:16.049Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||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-06-27T05:57:16.054Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-27T05:57:46.054Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 79baf144-c87d-4128-89b7-3c6f33530bfe 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-06-27T05:57:46.061Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 79baf144-c87d-4128-89b7-3c6f33530bfe and serviceModelVersionId: d5338861-47ba-4063-97ac-4aefae8095b6
2022-06-27T05:57:46.061Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0e854047-a249-47cf-8d04-d6eebe5100d6
2022-06-27T05:57:46.062Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0e854047-a249-47cf-8d04-d6eebe5100d6/model-vers/model-ver/d5338861-47ba-4063-97ac-4aefae8095b6?depth=0
2022-06-27T05:57:46.069Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-27T05:57:46.127Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e854047-a249-47cf-8d04-d6eebe5100d6/model-vers/model-ver/d5338861-47ba-4063-97ac-4aefae8095b6?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-06-27T05:57:46.129Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e854047-a249-47cf-8d04-d6eebe5100d6/model-vers/model-ver/d5338861-47ba-4063-97ac-4aefae8095b6?depth=0|INFO|500||Invoke
2022-06-27T05:57:46.162Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e854047-a249-47cf-8d04-d6eebe5100d6/model-vers/model-ver/d5338861-47ba-4063-97ac-4aefae8095b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-27T05:57:46.369Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e854047-a249-47cf-8d04-d6eebe5100d6/model-vers/model-ver/d5338861-47ba-4063-97ac-4aefae8095b6?depth=0|INFO|500||InvokeReturn
2022-06-27T05:57:46.370Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e854047-a249-47cf-8d04-d6eebe5100d6/model-vers/model-ver/d5338861-47ba-4063-97ac-4aefae8095b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220627-05:57:46:541-55413], vertex-id=[204936], Content-Length=[0], Date=[Mon, 27 Jun 2022 05:57:46 GMT], Content-Type=[application/json]}
2022-06-27T05:57:46.371Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-27T05:57:46.371Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-27T05:57:46.371Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||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-06-27T05:57:46.377Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||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-06-27T05:57:46.378Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 79baf144-c87d-4128-89b7-3c6f33530bfe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-27T05:57:46.378Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-27T05:57:46.379Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T05:57:46.381Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T05:57:46.381Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309466378,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-27T05:57:46.481Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T05:57:46.482Z||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-06-27T05:57:46.482Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:57:46.502Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:57:46.503Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 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-06-27T05:57:47.394Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:57:47.395Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T05:57:47.395Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:57:56.976Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:57:56.976Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:57:56.977Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T05:57:56.977Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:58:05.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:58:05.895Z||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-06-27T05:58:05.896Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:58:06.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:58:06.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-27T05:58:06.545Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:58:06.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309466378,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-27T05:58:06.547Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:58:06.547Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T05:58:06.547Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:58:06.547Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T05:58:16.093Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:58:16.094Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:58:16.095Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T05:58:16.095Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:58:25.652Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:59:05.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:59:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T05:59:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:59:05.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:59:05.894Z||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-06-27T05:59:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T05:59:15.470Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:59:15.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:00:05.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:00:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T06:00:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:00:05.894Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:00:05.894Z||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-06-27T06:00:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:00:15.442Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:00:15.445Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:01:05.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:01:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T06:01:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:01:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:01:05.894Z||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-06-27T06:01:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:01:15.480Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:01:15.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:02:05.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:02:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T06:02:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:02:05.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:02:05.894Z||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-06-27T06:02:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:02:15.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:02:15.485Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:03:05.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:03:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T06:03:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:03:05.893Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:03:05.894Z||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-06-27T06:03:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:03:15.439Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:03:15.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:04:05.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:04:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T06:04:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:04:05.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:04:05.894Z||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-06-27T06:04:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:04:15.654Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:04:15.655Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:05:05.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:05:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T06:05:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:05:05.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:05:05.894Z||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-06-27T06:05:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:05:15.475Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:05:15.479Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:06:05.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:06:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T06:06:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:06:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:06:05.894Z||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-06-27T06:06:05.894Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:06:09.986Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:06:09.986Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-27T06:06:09.987Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"fbaa39aa-80a4-4871-9a0a-e85b31448df0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3ace40fe-91db-483c-aac9-b0578a5318fe","serviceDescription":"service","serviceInvariantUUID":"0fa04d1e-5f74-4a96-b68e-b72c015c99b2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c9ae5e41-eab0-438c-b1a2-557ced6c9b06","resourceInvariantUUID":"56ecfca6-820c-4bfe-91e1-451cdf093e75","resourceCustomizationUUID":"cd57f009-5348-49f6-a095-93aca4209c03","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MGE4ZjU5NTQyZjQ0OThjMjg5MWZkN2FmZGE2YWE5MDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1fb8557f-29fb-4e36-8cb9-bce4713f0145","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NmI4Yjg4MTllMzlkYmRlNTFlOGM5NzI5ZGE4ZDlmZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de1ffd71-b81f-4948-ac3d-c8c59b04e05e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-27T06:06:09.993Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:06:09.993Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:06:09.996Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:06:09.996Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309965890,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:06:10.096Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:06:10.098Z||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-06-27T06:06:10.098Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:06:10.127Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:06:10.127Z||pool-35-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":5,"count":1}
2022-06-27T06:06:10.306Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:06:10.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:06:10.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309965890,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:06:10.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:06:10.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:06:10.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "ves-openapi-manager",
"timestamp": 1656309962213,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:06:10.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:06:10.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:06:10.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309966465,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:06:10.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:06:10.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:06:10.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "clamp",
"timestamp": 1656309970142,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:06:10.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:06:10.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:06:10.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "cds",
"timestamp": 1656309961142,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:06:10.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:06:10.997Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:06:10.998Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:06:11.000Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:06:11.000Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309965890,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:06:11.101Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-27T06:06:11.101Z||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-06-27T06:06:11.102Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:06:11.120Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:06:11.120Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:06:12.001Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "3ace40fe-91db-483c-aac9-b0578a5318fe",
"serviceDescription": "service",
"serviceInvariantUUID": "0fa04d1e-5f74-4a96-b68e-b72c015c99b2",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "cd57f009-5348-49f6-a095-93aca4209c03",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "c9ae5e41-eab0-438c-b1a2-557ced6c9b06",
"resourceInvariantUUID": "56ecfca6-820c-4bfe-91e1-451cdf093e75",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "NmI4Yjg4MTllMzlkYmRlNTFlOGM5NzI5ZGE4ZDlmZTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "de1ffd71-b81f-4948-ac3d-c8c59b04e05e"
}
],
"workloadContext": "Production"
}
2022-06-27T06:06:12.003Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-27T06:06:12.003Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3ace40fe-91db-483c-aac9-b0578a5318fe ASDC
2022-06-27T06:06:12.004Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:fbaa39aa-80a4-4871-9a0a-e85b31448df0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3ace40fe-91db-483c-aac9-b0578a5318fe
ServiceInvariantUUID:0fa04d1e-5f74-4a96-b68e-b72c015c99b2
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:de1ffd71-b81f-4948-ac3d-c8c59b04e05e
ArtifactChecksum:NmI4Yjg4MTllMzlkYmRlNTFlOGM5NzI5ZGE4ZDlmZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:cd57f009-5348-49f6-a095-93aca4209c03
ResourceInvariantUUID:56ecfca6-820c-4bfe-91e1-451cdf093e75
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c9ae5e41-eab0-438c-b1a2-557ced6c9b06
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-27T06:06:12.004Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ace40fe-91db-483c-aac9-b0578a5318fe 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-06-27T06:06:12.041Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-27T06:06:12.041Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-27T06:06:12.041Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-27T06:06:12.041Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: de1ffd71-b81f-4948-ac3d-c8c59b04e05e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-27T06:06:12.041Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-27T06:06:12.042Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-27T06:06:12.344Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-27T06:06:12.346Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar de1ffd71-b81f-4948-ac3d-c8c59b04e05e 52507
2022-06-27T06:06:12.346Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-27T06:06:12.346Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-27T06:06:12.347Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-27T06:06:12.347Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:06:12.349Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:06:12.349Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309972346,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:06:12.449Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:06:12.450Z||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-06-27T06:06:12.450Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:06:12.482Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:06:12.483Z||pool-37-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:06:13.349Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-27T06:06:13.350Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-27T06:06:13.351Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: de1ffd71-b81f-4948-ac3d-c8c59b04e05e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-27T06:06:13.351Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-27T06:06:13.351Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-27T06:06:13.351Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-27T06:06:13.481Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3455986294971209801/Definitions/service-BasicNetwork-template.yml
2022-06-27T06:06:14.027Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-27T06:06:14.050Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-27T06:06:14.051Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-27T06:06:14.051Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-27T06:06:14.051Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-27T06:06:14.051Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-27T06:06:14.051Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-27T06:06:14.051Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-27T06:06:14.051Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-27T06:06:14.051Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-27T06:06:14.051Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-27T06:06:14.052Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-27T06:06:14.052Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-27T06:06:14.052Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:06:14.052Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:06:14.053Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-27T06:06:14.053Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-27T06:06:14.053Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-27T06:06:14.053Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:06:14.053Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:06:14.053Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-27T06:06:14.053Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-27T06:06:14.054Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-27T06:06:14.054Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:06:14.054Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:06:14.054Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:06:14.054Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:06:14.055Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:06:14.055Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:06:14.055Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:06:14.055Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:06:14.055Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:06:14.055Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:06:14.055Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:3ace40fe-91db-483c-aac9-b0578a5318fe
Model Version:NULL
Model InvariantUuid:0fa04d1e-5f74-4a96-b68e-b72c015c99b2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:56ecfca6-820c-4bfe-91e1-451cdf093e75
Model UUID:20c8537d-9ef6-419c-b2a2-792e5f57d54d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:cd57f009-5348-49f6-a095-93aca4209c03
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-27T06:06:14.064Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: c9ae5e41-eab0-438c-b1a2-557ced6c9b06
2022-06-27T06:06:14.064Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||No resources found for Service: 3ace40fe-91db-483c-aac9-b0578a5318fe
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-06-27T06:06:14.069Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||
2022-06-27T06:06:14.069Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-27T06:06:14.070Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 3ace40fe-91db-483c-aac9-b0578a5318fe
2022-06-27T06:06:14.071Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3ace40fe-91db-483c-aac9-b0578a5318fe
2022-06-27T06:06:14.071Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-27T06:06:14.071Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-27T06:06:14.075Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54373f91, org.onap.sdc.toscaparser.api.parameters.Input@576d800b, org.onap.sdc.toscaparser.api.parameters.Input@5140ba6c, org.onap.sdc.toscaparser.api.parameters.Input@1b121025, org.onap.sdc.toscaparser.api.parameters.Input@76347f61]
2022-06-27T06:06:14.076Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:06:14.077Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:06:14.077Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:06:14.077Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:06:14.078Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3ace40fe-91db-483c-aac9-b0578a5318fe: Generic NeutronNet
2022-06-27T06:06:14.078Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:06:14.078Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:06:14.078Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:06:14.079Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-27T06:06:14.114Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:06:14.115Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:06:14.115Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:06:14.115Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:06:14.116Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:06:14.116Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:06:14.116Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-27T06:06:14.165Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-06-27T06:06:14.165Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-27T06:06:14.166Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-27T06:06:14.166Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-27T06:06:14.166Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:06:14.168Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:06:14.168Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309974165,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:06:14.268Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:06:14.269Z||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-06-27T06:06:14.269Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:06:14.295Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:06:14.296Z||pool-38-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-27T06:06:15.169Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0
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-06-27T06:06:15.180Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0
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-06-27T06:06:15.183Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T06:06:15.183Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-27T06:06:15.183Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-27T06:06:45.183Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0
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-06-27T06:06:45.197Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0
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-06-27T06:06:45.203Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T06:06:45.203Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-27T06:06:45.203Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-27T06:07:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:07:05.898Z||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-06-27T06:07:05.898Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:07:05.936Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:07:05.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:07:05.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309967373,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:07:05.939Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:07:15.203Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0
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-06-27T06:07:15.214Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0
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-06-27T06:07:15.215Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T06:07:15.216Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-27T06:07:15.216Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-27T06:07:45.216Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0
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-06-27T06:07:45.228Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0
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-06-27T06:07:45.230Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T06:07:45.231Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-27T06:07:45.231Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-27T06:08:05.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:08:05.895Z||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-06-27T06:08:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:08:05.936Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:08:05.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:08:05.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "policy-id",
"timestamp": 1656309966382,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:08:05.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-27T06:08:15.231Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0
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-06-27T06:08:15.240Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0
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-06-27T06:08:15.242Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T06:08:15.242Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-27T06:08:15.242Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-27T06:08:45.243Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0
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-06-27T06:08:45.259Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0
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-06-27T06:08:45.260Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T06:08:45.260Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-27T06:08:45.261Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-27T06:09:05.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:09:05.895Z||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-06-27T06:09:05.895Z||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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:09:05.963Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:09:05.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:05.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309965890,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:09:05.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-27T06:09:05.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:05.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "clamp",
"timestamp": 1656309970142,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:09:05.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-27T06:09:05.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:05.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309966465,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:09:05.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-27T06:09:05.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:05.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "ves-openapi-manager",
"timestamp": 1656309962213,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:09:05.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-27T06:09:05.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:05.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "cds",
"timestamp": 1656309961142,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:09:05.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-27T06:09:05.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:05.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656309967373,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:09:05.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-27T06:09:05.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:05.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "policy-id",
"timestamp": 1656309966382,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:09:05.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-27T06:09:05.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:05.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309972346,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:09:05.972Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:09:05.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:05.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309973582,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:09:05.972Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:09:05.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:05.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "cds",
"timestamp": 1656309973141,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:09:05.973Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:09:05.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:05.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "policy-id",
"timestamp": 1656309973586,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:09:05.974Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:09:05.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:05.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "cds",
"timestamp": 1656309974150,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-27T06:09:05.981Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fbaa39aa-80a4-4871-9a0a-e85b31448df0
2022-06-27T06:09:05.981Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbaa39aa-80a4-4871-9a0a-e85b31448df0 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-06-27T06:09:05.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:05.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "policy-id",
"timestamp": 1656309974590,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:09:05.994Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:09:05.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:05.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656309974165,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:09:05.995Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:09:05.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:05.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309975415,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:09:05.996Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:09:05.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:05.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "policy-id",
"timestamp": 1656309975594,
"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-06-27T06:09:06.001Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbaa39aa-80a4-4871-9a0a-e85b31448df0
2022-06-27T06:09:06.001Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbaa39aa-80a4-4871-9a0a-e85b31448df0 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-06-27T06:09:06.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:06.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656309976424,
"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-06-27T06:09:06.019Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fbaa39aa-80a4-4871-9a0a-e85b31448df0
2022-06-27T06:09:06.019Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbaa39aa-80a4-4871-9a0a-e85b31448df0 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-06-27T06:09:06.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:06.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "aai-ml",
"timestamp": 1656309977109,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:09:06.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-27T06:09:06.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:06.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "clamp",
"timestamp": 1656309977545,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:09:06.029Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:09:06.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:06.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "aai-ml",
"timestamp": 1656309977109,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:09:06.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-27T06:09:06.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:06.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "clamp",
"timestamp": 1656309979556,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:09:06.030Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:09:06.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:06.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "aai-ml",
"timestamp": 1656309979905,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:09:06.031Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:09:06.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:06.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "clamp",
"timestamp": 1656309980566,
"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-06-27T06:09:06.036Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fbaa39aa-80a4-4871-9a0a-e85b31448df0
2022-06-27T06:09:06.037Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbaa39aa-80a4-4871-9a0a-e85b31448df0 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-06-27T06:09:06.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:06.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "aai-ml",
"timestamp": 1656309985523,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:09:06.045Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:09:06.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-27T06:09:06.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "aai-ml",
"timestamp": 1656309986529,
"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-06-27T06:09:06.050Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fbaa39aa-80a4-4871-9a0a-e85b31448df0
2022-06-27T06:09:06.050Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbaa39aa-80a4-4871-9a0a-e85b31448df0 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-06-27T06:09:15.261Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0
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-06-27T06:09:15.272Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0
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-06-27T06:09:15.278Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T06:09:15.278Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-27T06:09:15.278Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-27T06:09:15.278Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-27T06:09:15.279Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:09:15.279Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:09:15.279Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:09:15.279Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:09:15.279Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:09:15.279Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:09:15.279Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||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-06-27T06:09:15.284Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-27T06:09:45.285Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0 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-06-27T06:09:45.290Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0 and serviceModelVersionId: 3ace40fe-91db-483c-aac9-b0578a5318fe
2022-06-27T06:09:45.290Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0fa04d1e-5f74-4a96-b68e-b72c015c99b2
2022-06-27T06:09:45.291Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0fa04d1e-5f74-4a96-b68e-b72c015c99b2/model-vers/model-ver/3ace40fe-91db-483c-aac9-b0578a5318fe?depth=0
2022-06-27T06:09:45.297Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-27T06:09:45.370Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fa04d1e-5f74-4a96-b68e-b72c015c99b2/model-vers/model-ver/3ace40fe-91db-483c-aac9-b0578a5318fe?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-06-27T06:09:45.372Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fa04d1e-5f74-4a96-b68e-b72c015c99b2/model-vers/model-ver/3ace40fe-91db-483c-aac9-b0578a5318fe?depth=0|INFO|500||Invoke
2022-06-27T06:09:45.398Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fa04d1e-5f74-4a96-b68e-b72c015c99b2/model-vers/model-ver/3ace40fe-91db-483c-aac9-b0578a5318fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-27T06:09:45.559Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fa04d1e-5f74-4a96-b68e-b72c015c99b2/model-vers/model-ver/3ace40fe-91db-483c-aac9-b0578a5318fe?depth=0|INFO|500||InvokeReturn
2022-06-27T06:09:45.560Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fa04d1e-5f74-4a96-b68e-b72c015c99b2/model-vers/model-ver/3ace40fe-91db-483c-aac9-b0578a5318fe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220627-06:09:45:773-16679], vertex-id=[540704], Content-Length=[0], Date=[Mon, 27 Jun 2022 06:09:45 GMT], Content-Type=[application/json]}
2022-06-27T06:09:45.560Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-27T06:09:45.560Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-27T06:09:45.560Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||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-06-27T06:09:45.568Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||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-06-27T06:09:45.569Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbaa39aa-80a4-4871-9a0a-e85b31448df0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-27T06:09:45.569Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-27T06:09:45.569Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:09:45.572Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:09:45.572Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656310185569,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-27T06:09:45.672Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:09:45.673Z||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-06-27T06:09:45.673Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:09:45.700Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:09:45.701Z||pool-39-thread-1|||||INFO|500||cambria reply ok (29 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-06-27T06:09:46.583Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:09:46.583Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|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-06-27T06:09:46.583Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|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 Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:09:51.056Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:09:51.057Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-27T06:09:51.057Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"92f0a08b-61d2-4b8a-a409-98d7f06c9545","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"091cc31b-d223-40ac-bb4c-44357253145d","serviceDescription":"service","serviceInvariantUUID":"2272a0a2-43c6-43fe-8c3d-248dbfd127fb","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"990d038b-260b-45db-9ccf-717c300f300d","resourceInvariantUUID":"c1bd99c7-5cd6-4bc1-803c-ef0304c29bb5","resourceCustomizationUUID":"d48bb706-0f20-4ffa-8f4b-76962a6dbe02","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MmE4NWU2Nzc0NTU1NDZhZjQxYTNlMzU4NDA3NTBlNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"748055ed-ed65-4840-8def-be79f40fda7c","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NzIwMzI5MGUwNGZmODllOTQ3MTMxN2EzYjMwYWVhYTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b84dc938-311e-4c47-91da-2d1d30cf846c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f068695d-6b0a-473c-8daa-caae1cb2a666","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ad074bfc-e7fc-4295-ba61-12470ada6bea","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cf435196-a74c-49a0-824f-720faded5229","artifactVersion":"2","generatedFromUUID":"f068695d-6b0a-473c-8daa-caae1cb2a666"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjA2NmFiMzMyY2Y5Y2JkZjdjOTg2MzU1NjdjMzZiZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"305b3e0d-d4b9-4cbf-94c4-2ffe7f22b4e6","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OTlkYTAzNzMxY2E1ODA2NTNhYzEyYTQ2MjkxMmVhYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef9ea766-fe5a-42c4-b732-9c1656cfbbfd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-27T06:09:51.060Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:09:51.060Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:09:51.062Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:09:51.062Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656310186583,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:09:51.162Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:09:51.163Z||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-06-27T06:09:51.163Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:09:51.201Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:09:51.201Z||pool-40-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:09:52.063Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:09:52.064Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:09:52.066Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:09:52.066Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656310186583,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-06-27T06:09:52.166Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-27T06:09:52.167Z||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-06-27T06:09:52.168Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:09:52.189Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:09:52.190Z||pool-41-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:09:53.067Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:09:53.068Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:09:53.070Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:09:53.070Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656310186583,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-06-27T06:09:53.170Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:09:53.171Z||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-06-27T06:09:53.171Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:09:53.185Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:09:53.185Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:09:54.070Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:09:54.071Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:09:54.073Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:09:54.073Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656310186583,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:09:54.173Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:09:54.174Z||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-06-27T06:09:54.175Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:09:54.191Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:09:54.192Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:09:55.074Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:09:55.075Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:09:55.078Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:09:55.078Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656310186583,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-06-27T06:09:55.178Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:09:55.179Z||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-06-27T06:09:55.180Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:09:55.193Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:09:55.194Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-27T06:09:56.079Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:09:56.080Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:09:56.082Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:09:56.082Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656310186583,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:09:56.183Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-27T06:09:56.184Z||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-06-27T06:09:56.185Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:09:56.207Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:09:56.208Z||pool-45-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:09:57.083Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:09:57.084Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:09:57.086Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:09:57.086Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656310186583,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:09:57.187Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:09:57.188Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-27T06:09:57.188Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:09:57.208Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:09:57.209Z||pool-46-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:09:58.089Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "091cc31b-d223-40ac-bb4c-44357253145d",
"serviceDescription": "service",
"serviceInvariantUUID": "2272a0a2-43c6-43fe-8c3d-248dbfd127fb",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "d48bb706-0f20-4ffa-8f4b-76962a6dbe02",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "990d038b-260b-45db-9ccf-717c300f300d",
"resourceInvariantUUID": "c1bd99c7-5cd6-4bc1-803c-ef0304c29bb5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "NzIwMzI5MGUwNGZmODllOTQ3MTMxN2EzYjMwYWVhYTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b84dc938-311e-4c47-91da-2d1d30cf846c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f068695d-6b0a-473c-8daa-caae1cb2a666",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cf435196-a74c-49a0-824f-720faded5229",
"generatedFromUUID": "f068695d-6b0a-473c-8daa-caae1cb2a666"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cf435196-a74c-49a0-824f-720faded5229",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "OTlkYTAzNzMxY2E1ODA2NTNhYzEyYTQ2MjkxMmVhYzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ef9ea766-fe5a-42c4-b732-9c1656cfbbfd"
}
],
"workloadContext": "Production"
}
2022-06-27T06:09:58.089Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-27T06:09:58.089Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 091cc31b-d223-40ac-bb4c-44357253145d ASDC
2022-06-27T06:09:58.090Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:92f0a08b-61d2-4b8a-a409-98d7f06c9545
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:091cc31b-d223-40ac-bb4c-44357253145d
ServiceInvariantUUID:2272a0a2-43c6-43fe-8c3d-248dbfd127fb
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:ef9ea766-fe5a-42c4-b732-9c1656cfbbfd
ArtifactChecksum:OTlkYTAzNzMxY2E1ODA2NTNhYzEyYTQ2MjkxMmVhYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d48bb706-0f20-4ffa-8f4b-76962a6dbe02
ResourceInvariantUUID:c1bd99c7-5cd6-4bc1-803c-ef0304c29bb5
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:990d038b-260b-45db-9ccf-717c300f300d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:b84dc938-311e-4c47-91da-2d1d30cf846c
ArtifactChecksum:NzIwMzI5MGUwNGZmODllOTQ3MTMxN2EzYjMwYWVhYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:f068695d-6b0a-473c-8daa-caae1cb2a666
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:cf435196-a74c-49a0-824f-720faded5229
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:cf435196-a74c-49a0-824f-720faded5229
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-27T06:09:58.090Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 091cc31b-d223-40ac-bb4c-44357253145d 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-06-27T06:09:58.121Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-27T06:09:58.122Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-27T06:09:58.122Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-27T06:09:58.122Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ef9ea766-fe5a-42c4-b732-9c1656cfbbfd from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-27T06:09:58.122Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-27T06:09:58.122Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-27T06:09:58.197Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-27T06:09:58.200Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ef9ea766-fe5a-42c4-b732-9c1656cfbbfd 71067
2022-06-27T06:09:58.201Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-27T06:09:58.201Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-27T06:09:58.201Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-27T06:09:58.201Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:09:58.203Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:09:58.203Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656310198201,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:09:58.306Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-27T06:09:58.307Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-27T06:09:58.307Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ...
2022-06-27T06:09:58.330Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:09:58.331Z||pool-47-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:09:59.204Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-27T06:09:59.205Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-27T06:09:59.205Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ef9ea766-fe5a-42c4-b732-9c1656cfbbfd, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-27T06:09:59.206Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-27T06:09:59.206Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-27T06:09:59.207Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-27T06:09:59.370Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17694901083653078176/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-27T06:10:00.542Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-27T06:10:00.543Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-27T06:10:00.543Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-27T06:10:00.543Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-27T06:10:00.543Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-27T06:10:00.543Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-27T06:10:00.544Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-27T06:10:00.544Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-27T06:10:00.544Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-27T06:10:00.544Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-27T06:10:00.544Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-27T06:10:00.544Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-27T06:10:00.544Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-27T06:10:00.544Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-27T06:10:00.544Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:10:00.545Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:10:00.545Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-27T06:10:00.545Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-27T06:10:00.545Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-27T06:10:00.545Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:10:00.546Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:10:00.546Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-27T06:10:00.546Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-27T06:10:00.546Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-27T06:10:00.546Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:10:00.546Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:10:00.547Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:10:00.547Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-27T06:10:00.547Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-27T06:10:00.547Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-27T06:10:00.547Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-27T06:10:00.548Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-27T06:10:00.548Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-27T06:10:00.548Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:10:00.548Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-27T06:10:00.548Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:10:00.549Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-27T06:10:00.549Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T06:10:00.549Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:10:00.549Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-27T06:10:00.549Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T06:10:00.549Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:10:00.550Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-27T06:10:00.550Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T06:10:00.550Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery