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-08-13T03:32:22.831Z||main|||||INFO|500||The following profiles are active: basic
2022-08-13T03:32:59.383Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-13T03:32:59.388Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-13T03:32:59.873Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-13T03:33:11.863Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-13T03:33:12.856Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-13T03:33:14.108Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-13T03:33:14.138Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-13T03:33:14.377Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-13T03:33:14.816Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-13T03:33:17.354Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-13T03:33:26.499Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-13T03:33:31.528Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-13T03:33:31.676Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-13T03:33:32.869Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-13T03:33:33.553Z||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-08-13T03:33:37.222Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-13T03:33:39.839Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-08-13T03:33:39.937Z||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$$7b5c92.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-08-13T03:33:39.939Z||main|||||WARN|500||The sdc end point is not alive
2022-08-13T03:33:47.146Z||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-08-13T03:33:54.532Z||main|||||WARN|500||---
2022-08-13T03:33:54.534Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-13T03:33:54.534Z||main|||||WARN|500||---
2022-08-13T03:33:55.719Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-13T03:34:09.694Z||main|||||INFO|500||Started Application in 117.483 seconds (JVM running for 124.5)
2022-08-13T03:34:09.831Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-13T03:34:09.839Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-13T03:34:09.879Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-13T03:34:10.000Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-13T03:34:10.192Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2a94e396-38f2-4c53-a654-b9eebf2c51a6 url= /sdc/v1/artifactTypes
2022-08-13T03:34:10.193Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-13T03:34:11.362Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-13T03:34:11.426Z||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-08-13T03:34:11.480Z||scheduling-1|||||DEBUG|500||create keys
2022-08-13T03:34:11.502Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-13T03:34:11.591Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:34:11.646Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ad17b061-b668-4406-a2ea-0943d96536d7 url= /sdc/v1/registerForDistribution
2022-08-13T03:34:11.893Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ad17b061-b668-4406-a2ea-0943d96536d7 url= /sdc/v1/registerForDistribution
2022-08-13T03:34:11.894Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-13T03:34:11.957Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-13T03:34:11.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:34:11.981Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:34:12.044Z||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-08-13T03:34:12.050Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:34:12.050Z||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-08-13T03:34:12.052Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:34:22.461Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:34:22.507Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:35:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:35:11.929Z||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-08-13T03:35:11.930Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:35:11.938Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:35:11.939Z||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-08-13T03:35:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:35:21.521Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:35:21.555Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:36:11.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:36:11.931Z||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-08-13T03:36:11.932Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:36:11.940Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:36:11.942Z||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-08-13T03:36:11.942Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:36:21.513Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:36:21.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:37:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:37:11.930Z||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-08-13T03:37:11.930Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:37:11.937Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:37:11.943Z||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-08-13T03:37:11.943Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:37:21.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:37:21.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:38:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:38:11.939Z||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-08-13T03:38:11.940Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:38:11.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:38:11.942Z||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-08-13T03:38:11.943Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:38:21.522Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:38:21.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:39:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:39:11.930Z||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-08-13T03:39:11.930Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:39:11.937Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:39:11.939Z||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-08-13T03:39:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:39:21.494Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:39:21.508Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:40:11.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:40:11.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T03:40:11.932Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T03:40:11.937Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:40:11.939Z||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-08-13T03:40:11.940Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:40:21.526Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:40:21.546Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:41:11.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:41:11.929Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T03:41:11.930Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T03:41:11.937Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:41:11.940Z||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-08-13T03:41:11.940Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:41:21.513Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:41:21.532Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:42:11.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:42:11.930Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T03:42:11.930Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T03:42:11.937Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:42:11.939Z||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-08-13T03:42:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:42:21.508Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:42:21.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:42:40.303Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-13T03:43:11.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:43:11.929Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T03:43:11.929Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T03:43:11.937Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:43:11.939Z||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-08-13T03:43:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:43:21.521Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:43:21.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:44:11.928Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:44:11.929Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T03:44:11.929Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T03:44:11.937Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:44:11.939Z||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-08-13T03:44:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:44:21.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:44:21.511Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:45:11.929Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:45:11.933Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T03:45:11.934Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T03:45:11.940Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:45:11.945Z||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-08-13T03:45:11.946Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:45:21.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:45:21.566Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:46:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:46:11.930Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T03:46:11.931Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T03:46:11.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:46:11.939Z||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-08-13T03:46:11.940Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:46:21.521Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:46:21.538Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:47:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:47:11.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T03:47:11.936Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T03:47:11.937Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:47:11.938Z||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-08-13T03:47:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:47:21.511Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:47:21.513Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:48:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:48:11.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T03:48:11.929Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T03:48:11.937Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:48:11.938Z||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-08-13T03:48:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:48:21.503Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:48:21.537Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:49:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:49:11.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T03:49:11.930Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T03:49:11.938Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:49:11.939Z||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-08-13T03:49:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:49:21.500Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:49:21.523Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:50:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:50:11.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T03:50:11.930Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T03:50:11.937Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:50:11.939Z||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-08-13T03:50:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:50:21.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:50:21.525Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:51:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:51:11.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T03:51:11.930Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T03:51:11.937Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:51:11.939Z||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-08-13T03:51:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:51:21.495Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:51:21.532Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:52:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:52:11.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T03:52:11.929Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T03:52:11.937Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:52:11.938Z||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-08-13T03:52:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:52:21.499Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:52:21.514Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:53:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:53:11.930Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T03:53:11.931Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T03:53:11.937Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:53:11.938Z||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-08-13T03:53:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:53:21.501Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:53:21.558Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:54:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:54:11.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T03:54:11.931Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T03:54:11.937Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:54:11.939Z||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-08-13T03:54:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:54:21.511Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:54:21.567Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:55:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:55:11.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T03:55:11.930Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T03:55:11.938Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:55:11.939Z||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-08-13T03:55:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:55:21.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:55:21.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:56:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:56:11.930Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T03:56:11.930Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T03:56:11.937Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:56:11.938Z||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-08-13T03:56:11.938Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:56:21.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:56:21.510Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:57:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:57:11.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T03:57:11.930Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T03:57:11.939Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:57:11.941Z||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-08-13T03:57:11.942Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:57:21.520Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:57:21.574Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:58:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:58:11.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T03:58:11.930Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T03:58:11.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:58:11.940Z||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-08-13T03:58:11.940Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:58:21.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:58:21.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:59:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:59:11.930Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T03:59:11.930Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T03:59:11.937Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T03:59:11.938Z||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-08-13T03:59:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T03:59:21.512Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T03:59:21.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:00:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:00:11.930Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T04:00:11.930Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:00:11.938Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:00:11.939Z||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-08-13T04:00:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:00:21.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:00:21.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:01:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:01:11.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T04:01:11.930Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:01:11.937Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:01:11.938Z||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-08-13T04:01:11.938Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:01:21.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:01:21.521Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:02:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:02:11.930Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T04:02:11.930Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:02:11.938Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:02:11.939Z||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-08-13T04:02:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:02:21.498Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:02:21.523Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:03:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:03:11.931Z||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-08-13T04:03:11.932Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:03:11.937Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:03:11.939Z||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-08-13T04:03:11.940Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:03:21.508Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:03:21.524Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:04:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:04:11.930Z||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-08-13T04:04:11.931Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:04:11.938Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:04:11.939Z||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-08-13T04:04:11.940Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:04:21.493Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:04:21.541Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:05:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:05:11.930Z||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-08-13T04:05:11.930Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:05:11.938Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:05:11.939Z||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-08-13T04:05:11.940Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:05:21.492Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:05:21.500Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:06:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:06:11.929Z||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-08-13T04:06:11.930Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:06:11.938Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:06:11.939Z||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-08-13T04:06:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:06:21.503Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:06:21.505Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:07:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:07:11.929Z||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-08-13T04:07:11.929Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:07:11.937Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:07:11.938Z||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-08-13T04:07:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:07:21.520Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:07:21.539Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:08:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:08:11.929Z||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-08-13T04:08:11.929Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:08:11.937Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:08:11.939Z||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-08-13T04:08:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:08:21.491Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:08:21.510Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:09:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:09:11.930Z||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-08-13T04:09:11.931Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:09:11.938Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:09:11.940Z||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-08-13T04:09:11.940Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:09:21.526Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:09:21.530Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:10:11.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:10:11.929Z||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-08-13T04:10:11.929Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:10:11.937Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:10:11.945Z||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-08-13T04:10:11.945Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:10:21.504Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:10:21.536Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:11:11.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:11:11.930Z||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-08-13T04:11:11.930Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:11:11.937Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:11:11.938Z||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-08-13T04:11:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:11:21.500Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:11:21.524Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:12:11.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:12:11.930Z||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-08-13T04:12:11.930Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:12:11.940Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:12:11.942Z||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-08-13T04:12:11.942Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:12:21.497Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:12:21.504Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:13:11.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:13:11.930Z||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-08-13T04:13:11.930Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:13:11.937Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:13:11.939Z||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-08-13T04:13:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:13:21.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:13:21.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:14:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:14:11.929Z||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-08-13T04:14:11.929Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:14:11.937Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:14:11.938Z||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-08-13T04:14:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:14:21.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:14:21.497Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:15:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:15:11.929Z||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-08-13T04:15:11.930Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:15:11.938Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:15:11.939Z||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-08-13T04:15:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:15:21.500Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:15:21.509Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:16:11.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:16:11.929Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T04:16:11.929Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:16:11.937Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:16:11.939Z||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-08-13T04:16:11.940Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:16:21.502Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:16:21.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:17:11.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:17:11.929Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T04:17:11.930Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:17:11.937Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:17:11.938Z||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-08-13T04:17:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:17:21.497Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:17:21.510Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:18:11.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:18:11.929Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T04:18:11.929Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:18:11.937Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:18:11.939Z||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-08-13T04:18:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:18:21.516Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:18:21.517Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:19:11.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:19:11.929Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T04:19:11.930Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:19:11.937Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:19:11.939Z||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-08-13T04:19:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:19:21.498Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:19:21.516Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:20:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:20:11.930Z||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-08-13T04:20:11.930Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:20:11.937Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:20:11.938Z||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-08-13T04:20:11.938Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:20:12.155Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:20:12.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "cds",
"timestamp": 1660364382099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660364377430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "ves-openapi-manager",
"timestamp": 1660364382944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364381932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "cds",
"timestamp": 1660364382099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660364377430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "ves-openapi-manager",
"timestamp": 1660364382944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.288Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364381932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json",
"status": "NOTIFIED"
}
2022-08-13T04:20:12.288Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "cds",
"timestamp": 1660364382099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.289Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660364377430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.290Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "ves-openapi-manager",
"timestamp": 1660364382944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364381932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-13T04:20:12.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "policy-id",
"timestamp": 1660364385239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.297Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "cds",
"timestamp": 1660364382099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.298Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660364377430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.298Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "ves-openapi-manager",
"timestamp": 1660364382944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364381932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.301Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "policy-id",
"timestamp": 1660364385239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "cds",
"timestamp": 1660364382099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660364377430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.303Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "ves-openapi-manager",
"timestamp": 1660364382944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364381932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-13T04:20:12.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "policy-id",
"timestamp": 1660364385239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-13T04:20:12.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "cds",
"timestamp": 1660364382099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660364377430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "ves-openapi-manager",
"timestamp": 1660364382944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364381932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "policy-id",
"timestamp": 1660364385239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "cds",
"timestamp": 1660364382099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:20:12.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660364377430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:20:12.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "ves-openapi-manager",
"timestamp": 1660364382944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.314Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364381932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:20:12.315Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "policy-id",
"timestamp": 1660364385239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.315Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "policy-id",
"timestamp": 1660364385239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.316Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "cds",
"timestamp": 1660364390688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:20:12.317Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:20:12.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660364391040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:20:12.317Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:20:12.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364391954,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:20:12.318Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:20:12.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "clamp",
"timestamp": 1660364392493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "policy-id",
"timestamp": 1660364385239,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:20:12.319Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "cds",
"timestamp": 1660364391715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-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=?
2022-08-13T04:20:12.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:20:12.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b049ddbd-1c3c-41c3-8e1d-7462a85e1634","serviceName":"vFW 2022-08-13 04-17-55","serviceVersion":"1.0","serviceUUID":"facf8ab3-2fd2-4c75-b360-43bf751da1b7","serviceDescription":"catalog service description","serviceInvariantUUID":"ed13d960-18e3-42a3-a33c-e6a0160ae6b9","resources":[{"resourceInstanceName":"vFW a860f55d-4789 0","resourceName":"vFW a860f55d-4789","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fd66bee4-a0df-495f-8895-aeb7ba6a2d7b","resourceInvariantUUID":"1d750c83-7dba-4d57-82f3-ace868a71a95","resourceCustomizationUUID":"2f47201d-66bf-47ca-95ba-d7aa76797f75","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vf-license-model.xml","artifactChecksum":"ODc1ZTAzOWIwMjcxNmJmMTk5OTdmZmVhZTgxMjgyMTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b8eb1086-53c8-48b9-a496-a47f17b72d53","artifactVersion":"1"},{"artifactName":"vfwa860f55d47890_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json","artifactChecksum":"OWM1MmJiZjdmZDgxNWM3MWYwN2I3MjU5ZjczMWFkYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ad23487d-ffcd-445e-b5db-e3a4aac2131a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c04e03aa-53f6-47d9-a357-d41c2924bc2c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vendor-license-model.xml","artifactChecksum":"ZDQyOWJiZGMwNjZiZGM5MzlmNzM2Yjg2ZGY4NDdhZTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"16d5ce05-3658-468f-a3c6-07e9588d3c3b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5a1ec174-c902-4116-a061-a25ca68a3845","artifactVersion":"2","generatedFromUUID":"c04e03aa-53f6-47d9-a357-d41c2924bc2c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220813041755-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-template.yml","artifactChecksum":"Y2U5Nzc4ZmI2ZDg4Mzg1MDVlNzM1NmM1YzdmMmNkODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df451ee1-771d-4b4f-a623-6bb7a99bc3aa","artifactVersion":"1"},{"artifactName":"service-Vfw20220813041755-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar","artifactChecksum":"Y2EyYmQ5OWYxZmU0ZWNlNTExN2JlY2QyYmE4OTQyNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d30cedd1-7c45-4220-8128-1f5bb31e77c6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-13T04:20:12.658Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:20:12.672Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T04:20:12.731Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:20:12.733Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b049ddbd-1c3c-41c3-8e1d-7462a85e1634
2022-08-13T04:20:12.731Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.784Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b049ddbd-1c3c-41c3-8e1d-7462a85e1634 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-08-13T04:20:12.829Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-08-13T04:20:12.839Z||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-08-13T04:20:12.839Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:20:12.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364393289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:20:12.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:20:12.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "clamp",
"timestamp": 1660364392493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json",
"status": "NOTIFIED"
}
2022-08-13T04:20:12.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "policy-id",
"timestamp": 1660364393164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:20:12.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:20:12.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364394477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:20:12.843Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:20:12.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "clamp",
"timestamp": 1660364392493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.843Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "policy-id",
"timestamp": 1660364394180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T04:20:12.844Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:20:12.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "clamp",
"timestamp": 1660364392493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364395680,
"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-08-13T04:20:12.876Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b049ddbd-1c3c-41c3-8e1d-7462a85e1634
2022-08-13T04:20:12.877Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b049ddbd-1c3c-41c3-8e1d-7462a85e1634 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-08-13T04:20:12.887Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:20:12.893Z||pool-3-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:20:12.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "aai-ml",
"timestamp": 1660364394156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "policy-id",
"timestamp": 1660364395189,
"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-08-13T04:20:12.904Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b049ddbd-1c3c-41c3-8e1d-7462a85e1634
2022-08-13T04:20:12.905Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b049ddbd-1c3c-41c3-8e1d-7462a85e1634 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-08-13T04:20:12.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "clamp",
"timestamp": 1660364392493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364396687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json",
"status": "DEPLOY_OK"
}
2022-08-13T04:20:12.931Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:20:12.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "aai-ml",
"timestamp": 1660364394156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "clamp",
"timestamp": 1660364392493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "aai-ml",
"timestamp": 1660364394156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "clamp",
"timestamp": 1660364392493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:20:12.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660364398112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T04:20:12.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:20:12.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "cds",
"timestamp": 1660364397099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "aai-ml",
"timestamp": 1660364394156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660364399119,
"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-08-13T04:20:12.956Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b049ddbd-1c3c-41c3-8e1d-7462a85e1634
2022-08-13T04:20:12.956Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b049ddbd-1c3c-41c3-8e1d-7462a85e1634 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-08-13T04:20:12.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "cds",
"timestamp": 1660364397099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "aai-ml",
"timestamp": 1660364394156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "cds",
"timestamp": 1660364397099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "aai-ml",
"timestamp": 1660364394156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "cds",
"timestamp": 1660364397099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "aai-ml",
"timestamp": 1660364394156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:20:12.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364401932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "cds",
"timestamp": 1660364397099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "aai-ml",
"timestamp": 1660364402117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:20:12.994Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:20:12.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364401932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json",
"status": "NOTIFIED"
}
2022-08-13T04:20:12.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "cds",
"timestamp": 1660364397099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "ves-openapi-manager",
"timestamp": 1660364402944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364401932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-13T04:20:12.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "cds",
"timestamp": 1660364397099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:20:12.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "ves-openapi-manager",
"timestamp": 1660364402944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364401932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:12.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:12.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:12.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "cds",
"timestamp": 1660364405055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:20:12.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:20:13.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:13.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "ves-openapi-manager",
"timestamp": 1660364402944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:13.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:13.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:13.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "policy-id",
"timestamp": 1660364405239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:13.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:13.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:13.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364401932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-13T04:20:13.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:13.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:13.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "cds",
"timestamp": 1660364406068,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-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-08-13T04:20:13.058Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9e162ba-50d5-4abb-861b-290c2b9c3d1a
2022-08-13T04:20:13.059Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e162ba-50d5-4abb-861b-290c2b9c3d1a 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-08-13T04:20:13.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:13.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "ves-openapi-manager",
"timestamp": 1660364402944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:13.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:13.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:13.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "policy-id",
"timestamp": 1660364405239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:13.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:13.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:13.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364401932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:13.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:13.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:13.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "ves-openapi-manager",
"timestamp": 1660364402944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:13.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:13.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:13.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "policy-id",
"timestamp": 1660364405239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-13T04:20:13.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:13.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:13.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364401932,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:20:13.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:13.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:13.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660364407429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:13.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:13.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:13.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "ves-openapi-manager",
"timestamp": 1660364402944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:13.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:13.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:13.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "policy-id",
"timestamp": 1660364405239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:13.085Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:13.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:13.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660364407429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:13.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:13.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:13.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364409998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:20:13.086Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:20:13.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:13.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "ves-openapi-manager",
"timestamp": 1660364402944,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:13.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:13.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:13.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "policy-id",
"timestamp": 1660364405239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:13.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:13.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:13.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660364407429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:13.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:13.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:13.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364411155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:20:13.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:20:13.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:20:13.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "policy-id",
"timestamp": 1660364405239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:13.093Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:20:13.754Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:20:13.755Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:20:13.760Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:20:13.764Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json",
"status": "NOTIFIED"
}
2022-08-13T04:20:13.859Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-13T04:20:13.861Z||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-08-13T04:20:13.861Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:20:13.888Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:20:13.892Z||pool-4-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:20:14.767Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:20:14.768Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:20:14.771Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:20:14.772Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-13T04:20:14.872Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T04:20:14.874Z||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-08-13T04:20:14.874Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:20:14.937Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:20:14.938Z||pool-5-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:20:15.773Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:20:15.774Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:20:15.777Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:20:15.778Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:15.878Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T04:20:15.879Z||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-08-13T04:20:15.880Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:20:15.940Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:20:15.941Z||pool-6-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:20:16.778Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:20:16.779Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:20:16.783Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:20:16.783Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-13T04:20:16.883Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T04:20:16.885Z||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-08-13T04:20:16.885Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:20:16.912Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:20:16.914Z||pool-7-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:20:17.784Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:20:17.786Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:20:17.796Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:20:17.797Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:20:17.897Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T04:20:17.899Z||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-08-13T04:20:17.899Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:20:17.922Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:20:17.923Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:20:18.798Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:20:18.799Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:20:18.816Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:20:18.818Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:20:18.906Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-08-13T04:20:18.908Z||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-08-13T04:20:18.908Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:20:18.956Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:20:18.958Z||pool-9-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:20:19.835Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"serviceName": "vFW 2022-08-13 04-17-55",
"serviceVersion": "1.0",
"serviceUUID": "facf8ab3-2fd2-4c75-b360-43bf751da1b7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ed13d960-18e3-42a3-a33c-e6a0160ae6b9",
"resources": [
{
"resourceInstanceName": "vFW a860f55d-4789 0",
"resourceCustomizationUUID": "2f47201d-66bf-47ca-95ba-d7aa76797f75",
"resourceName": "vFW a860f55d-4789",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "fd66bee4-a0df-495f-8895-aeb7ba6a2d7b",
"resourceInvariantUUID": "1d750c83-7dba-4d57-82f3-ace868a71a95",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa860f55d47890_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json",
"artifactChecksum": "OWM1MmJiZjdmZDgxNWM3MWYwN2I3MjU5ZjczMWFkYWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ad23487d-ffcd-445e-b5db-e3a4aac2131a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c04e03aa-53f6-47d9-a357-d41c2924bc2c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5a1ec174-c902-4116-a061-a25ca68a3845",
"generatedFromUUID": "c04e03aa-53f6-47d9-a357-d41c2924bc2c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5a1ec174-c902-4116-a061-a25ca68a3845",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220813041755-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"artifactChecksum": "Y2EyYmQ5OWYxZmU0ZWNlNTExN2JlY2QyYmE4OTQyNDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d30cedd1-7c45-4220-8128-1f5bb31e77c6"
}
],
"workloadContext": "Production"
}
2022-08-13T04:20:19.846Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-13T04:20:19.847Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 facf8ab3-2fd2-4c75-b360-43bf751da1b7 ASDC
2022-08-13T04:20:20.176Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:b049ddbd-1c3c-41c3-8e1d-7462a85e1634
ServiceName:vFW 2022-08-13 04-17-55
ServiceVersion:1.0
ServiceUUID:facf8ab3-2fd2-4c75-b360-43bf751da1b7
ServiceInvariantUUID:ed13d960-18e3-42a3-a33c-e6a0160ae6b9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220813041755-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar
ArtifactUUID:d30cedd1-7c45-4220-8128-1f5bb31e77c6
ArtifactChecksum:Y2EyYmQ5OWYxZmU0ZWNlNTExN2JlY2QyYmE4OTQyNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a860f55d-4789 0
ResourceCustomizationUUID:2f47201d-66bf-47ca-95ba-d7aa76797f75
ResourceInvariantUUID:1d750c83-7dba-4d57-82f3-ace868a71a95
ResourceName:vFW a860f55d-4789
ResourceType:VF
ResourceUUID:fd66bee4-a0df-495f-8895-aeb7ba6a2d7b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa860f55d47890_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json
ArtifactUUID:ad23487d-ffcd-445e-b5db-e3a4aac2131a
ArtifactChecksum:OWM1MmJiZjdmZDgxNWM3MWYwN2I3MjU5ZjczMWFkYWE=
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/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml
ArtifactUUID:c04e03aa-53f6-47d9-a357-d41c2924bc2c
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/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env
ArtifactUUID:5a1ec174-c902-4116-a061-a25ca68a3845
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/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env
ArtifactUUID:5a1ec174-c902-4116-a061-a25ca68a3845
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-13T04:20:20.178Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF facf8ab3-2fd2-4c75-b360-43bf751da1b7 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-08-13T04:20:20.489Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T04:20:20.493Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-13T04:20:20.506Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-13T04:20:20.507Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d30cedd1-7c45-4220-8128-1f5bb31e77c6 from URL: /sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar
2022-08-13T04:20:20.508Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-13T04:20:20.516Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar
2022-08-13T04:20:21.276Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-13T04:20:21.332Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar d30cedd1-7c45-4220-8128-1f5bb31e77c6 99036
2022-08-13T04:20:21.335Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar ASDC sendASDCNotification
2022-08-13T04:20:21.336Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar
2022-08-13T04:20:21.338Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T04:20:21.340Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:20:21.345Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:20:21.346Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364421333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:20:21.446Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T04:20:21.447Z||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-08-13T04:20:21.448Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:20:21.468Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:20:21.470Z||pool-10-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:20:22.346Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T04:20:22.348Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-13T04:20:22.348Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d30cedd1-7c45-4220-8128-1f5bb31e77c6, URL: /sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar to file: /app/ASDC/1/service-Vfw20220813041755-csar.csar
2022-08-13T04:20:22.351Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220813041755-csar.csar
2022-08-13T04:20:22.539Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220813041755-csar.csar
2022-08-13T04:20:22.540Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220813041755-csar.csar
2022-08-13T04:20:24.415Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5842092281884606169/Definitions/service-Vfw20220813041755-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_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-08-13T04:20:31.197Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-13T04:20:31.206Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-13T04:20:31.207Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220813041755-csar.csar
2022-08-13T04:20:31.207Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-13T04:20:31.207Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220813041755-csar.csar
2022-08-13T04:20:31.208Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220813041755-csar.csar
2022-08-13T04:20:31.208Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220813041755-csar.csar
2022-08-13T04:20:31.208Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220813041755-csar.csar
2022-08-13T04:20:31.208Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220813041755-csar.csar
2022-08-13T04:20:31.208Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220813041755-csar.csar
2022-08-13T04:20:31.209Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220813041755-csar.csar
2022-08-13T04:20:31.209Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220813041755-csar.csar
2022-08-13T04:20:31.209Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220813041755-csar.csar
2022-08-13T04:20:31.210Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220813041755-csar.csar
2022-08-13T04:20:31.210Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a860f55d-4789 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-Vfw20220813041755-csar.csar
2022-08-13T04:20:31.210Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220813041755-csar.csar
2022-08-13T04:20:31.210Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220813041755-csar.csar
2022-08-13T04:20:31.210Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-13T04:20:31.224Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:31.228Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:20:31.239Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria
2022-08-13T04:20:31.240Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-13T04:20:31.244Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T04:20:31.248Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:31.259Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:20:31.260Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria
2022-08-13T04:20:31.260Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-13T04:20:31.261Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T04:20:31.261Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:31.262Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:20:31.273Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:31.279Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is not matching search criteria
2022-08-13T04:20:31.281Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T04:20:31.283Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T04:20:31.283Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T04:20:31.284Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T04:20:31.284Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T04:20:31.284Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T04:20:31.284Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T04:20:31.285Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T04:20:31.285Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T04:20:31.285Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T04:20:31.286Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T04:20:31.286Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T04:20:31.286Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T04:20:31.287Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T04:20:31.287Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T04:20:31.287Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-13T04:20:31.288Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:31.297Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T04:20:31.301Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:31.302Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria
2022-08-13T04:20:31.302Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T04:20:31.303Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:31.304Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria
2022-08-13T04:20:31.304Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T04:20:31.304Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:31.304Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria
2022-08-13T04:20:31.305Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T04:20:31.305Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:31.305Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is not matching search criteria
2022-08-13T04:20:31.306Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T04:20:31.306Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T04:20:31.306Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-13T04:20:31.306Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T04:20:31.307Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T04:20:31.307Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T04:20:31.307Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T04:20:31.307Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T04:20:31.308Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T04:20:31.308Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T04:20:31.314Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T04:20:31.315Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6fc9bb6d-e07e-4555-b6c8-d4e1e404f1fd
2022-08-13T04:20:31.317Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:31.319Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is not matching search criteria
2022-08-13T04:20:31.320Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T04:20:31.321Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T04:20:31.321Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T04:20:31.321Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T04:20:31.322Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T04:20:31.322Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T04:20:31.322Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T04:20:31.323Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-13T04:20:31.323Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T04:20:31.323Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T04:20:31.323Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T04:20:31.324Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T04:20:31.324Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e37bbc1f-fdf9-4722-9d1f-5e91bfc41c07
2022-08-13T04:20:31.325Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:31.325Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is not matching search criteria
2022-08-13T04:20:31.325Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T04:20:31.326Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T04:20:31.326Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T04:20:31.326Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T04:20:31.327Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T04:20:31.327Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T04:20:31.328Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T04:20:31.328Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T04:20:31.328Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T04:20:31.328Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T04:20:31.329Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T04:20:31.329Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-13T04:20:31.329Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=79e1497c-9c58-4e45-a9d0-13351fa50bb8
2022-08-13T04:20:31.330Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:31.330Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:20:31.330Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:31.331Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:20:31.331Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:31.331Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:20:31.331Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:31.332Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:20:31.332Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-13 04-17-55
Description:catalog service description
Model UUID:facf8ab3-2fd2-4c75-b360-43bf751da1b7
Model Version:NULL
Model InvariantUuid:ed13d960-18e3-42a3-a33c-e6a0160ae6b9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a860f55d-4789
Model UUID:d3399b98-3458-453c-aa39-0370c16c7cce
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1d750c83-7dba-4d57-82f3-ace868a71a95
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2f47201d-66bf-47ca-95ba-d7aa76797f75
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2b1fafa4-126d-45bb-b45a-fd6df1fc472b
ModelName:VfwA860f55d4789..base_vfw..module-0
ModelUuid:d5ed2d42-8a4a-4b96-bd13-27c93aecfd48
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6fc9bb6d-e07e-4555-b6c8-d4e1e404f1fd
ModelInvariantUuid:b32b13e4-fc01-49ef-a5dc-1803d4d8eeaa
ModelName:vFW a860f55d-4789-nodes.vfwCvfc
ModelUuid:ed68c32c-136d-4bd6-8714-da78581ac814
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:09c8875d-c9a1-44c3-af33-d3b5194e6a46
ModelInvariantUuid:54da9bbc-4e4d-4f5f-9552-688b3cf29020
ModelName:VfwA860f55d4789.compute.nodes.heat.vfw
ModelUuid:5c37e7ac-9297-4aa9-898d-3c6c5bb4905e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e37bbc1f-fdf9-4722-9d1f-5e91bfc41c07
ModelInvariantUuid:976e64ab-7d82-46ae-b481-2e5dcdc24f5b
ModelName:vFW a860f55d-4789-nodes.vsnCvfc
ModelUuid:250e97ba-7102-49f8-b5f0-af3c2d64e24d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:086c9062-dc04-4eeb-82fc-a819c2775e41
ModelInvariantUuid:d150d074-fdaf-44c9-a4b3-90cfceb6c99e
ModelName:VfwA860f55d4789.compute.nodes.heat.vsn
ModelUuid:cc84c368-c518-43b8-a0de-34b5be20bc38
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:79e1497c-9c58-4e45-a9d0-13351fa50bb8
ModelInvariantUuid:3bb02afd-6ade-4ec1-a463-200992aae59a
ModelName:vFW a860f55d-4789-nodes.vpgCvfc
ModelUuid:c241002f-4c46-4ce9-aecd-ffb5df95ad0f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c25ce632-8e28-4646-8b96-16e86ee6e342
ModelInvariantUuid:f6ad656e-5dbf-4a0e-8ef1-9da5132c8712
ModelName:VfwA860f55d4789.compute.nodes.heat.vpg
ModelUuid:3eb26ff1-f265-4a1d-95f9-d52f31ce6123
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-08-13T04:20:31.355Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: fd66bee4-a0df-495f-8895-aeb7ba6a2d7b
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-08-13T04:20:31.575Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||vFW a860f55d-4789 0
2022-08-13T04:20:31.593Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fd66bee4-a0df-495f-8895-aeb7ba6a2d7b
2022-08-13T04:20:31.593Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ad23487d-ffcd-445e-b5db-e3a4aac2131a from URL: /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json
2022-08-13T04:20:31.596Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-13T04:20:31.597Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json
2022-08-13T04:20:31.874Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-13T04:20:31.875Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json ad23487d-ffcd-445e-b5db-e3a4aac2131a 785
2022-08-13T04:20:31.875Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json ASDC sendASDCNotification
2022-08-13T04:20:31.876Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json
2022-08-13T04:20:31.876Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T04:20:31.876Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:20:31.886Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:20:31.886Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364431875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:20:31.981Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-08-13T04:20:31.982Z||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-08-13T04:20:31.983Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:20:32.003Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:20:32.004Z||pool-11-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:20:32.889Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA860f55d4789..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2b1fafa4-126d-45bb-b45a-fd6df1fc472b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d5ed2d42-8a4a-4b96-bd13-27c93aecfd48",
"vfModuleModelCustomizationUUID": "eec12846-cc12-4289-b37d-32d1425e3f73",
"isBase": true,
"artifacts": [
"c04e03aa-53f6-47d9-a357-d41c2924bc2c",
"5a1ec174-c902-4116-a061-a25ca68a3845"
],
"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-08-13T04:20:32.917Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA860f55d4789..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d5ed2d42-8a4a-4b96-bd13-27c93aecfd48
VfModuleModelInvariantUUID:2b1fafa4-126d-45bb-b45a-fd6df1fc472b
VfModuleModelDescription:NULL
Artifacts UUID List:{
c04e03aa-53f6-47d9-a357-d41c2924bc2c
,
5a1ec174-c902-4116-a061-a25ca68a3845
}
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-08-13T04:20:32.934Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA860f55d4789..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2b1fafa4-126d-45bb-b45a-fd6df1fc472b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d5ed2d42-8a4a-4b96-bd13-27c93aecfd48",
"vfModuleModelCustomizationUUID": "eec12846-cc12-4289-b37d-32d1425e3f73",
"isBase": true,
"artifacts": [
"c04e03aa-53f6-47d9-a357-d41c2924bc2c",
"5a1ec174-c902-4116-a061-a25ca68a3845"
],
"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-08-13T04:20:32.935Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA860f55d4789..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d5ed2d42-8a4a-4b96-bd13-27c93aecfd48
VfModuleModelInvariantUUID:2b1fafa4-126d-45bb-b45a-fd6df1fc472b
VfModuleModelDescription:NULL
Artifacts UUID List:{
c04e03aa-53f6-47d9-a357-d41c2924bc2c
,
5a1ec174-c902-4116-a061-a25ca68a3845
}
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-08-13T04:20:32.935Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c04e03aa-53f6-47d9-a357-d41c2924bc2c from URL: /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml
2022-08-13T04:20:32.935Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-13T04:20:32.936Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml
2022-08-13T04:20:33.152Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-13T04:20:33.154Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml c04e03aa-53f6-47d9-a357-d41c2924bc2c 20368
2022-08-13T04:20:33.154Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-13T04:20:33.154Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml
2022-08-13T04:20:33.154Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T04:20:33.155Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:20:33.157Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:20:33.157Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364433154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:20:33.257Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T04:20:33.261Z||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-08-13T04:20:33.262Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:20:33.326Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:20:33.328Z||pool-12-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":3,"count":1}
2022-08-13T04:20:34.172Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5a1ec174-c902-4116-a061-a25ca68a3845 from URL: /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env
2022-08-13T04:20:34.173Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-13T04:20:34.182Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env
2022-08-13T04:20:34.281Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-13T04:20:34.282Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env 5a1ec174-c902-4116-a061-a25ca68a3845 2098
2022-08-13T04:20:34.282Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-13T04:20:34.283Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env
2022-08-13T04:20:34.283Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T04:20:34.283Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:20:34.287Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:20:34.287Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364434282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:20:34.395Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-08-13T04:20:34.405Z||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-08-13T04:20:34.406Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:20:34.454Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:20:34.455Z||pool-13-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:20:35.288Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: facf8ab3-2fd2-4c75-b360-43bf751da1b7
2022-08-13T04:20:35.289Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a860f55d-4789 0 fd66bee4-a0df-495f-8895-aeb7ba6a2d7b 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-08-13T04:20:35.399Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47ce3092, org.onap.sdc.toscaparser.api.parameters.Input@636d40b6, org.onap.sdc.toscaparser.api.parameters.Input@1f8be4de, org.onap.sdc.toscaparser.api.parameters.Input@7bd646db, org.onap.sdc.toscaparser.api.parameters.Input@4d2ab393]
2022-08-13T04:20:35.417Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:35.418Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:20:35.419Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-08-13T04:20:35.419Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 2f47201d-66bf-47ca-95ba-d7aa76797f75
2022-08-13T04:20:35.420Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2f47201d-66bf-47ca-95ba-d7aa76797f75 matches Tosca VF Customization UUID: 2f47201d-66bf-47ca-95ba-d7aa76797f75
2022-08-13T04:20:35.420Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 2f47201d-66bf-47ca-95ba-d7aa76797f75 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-08-13T04:20:35.434Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:35.435Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:20:35.439Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 2f47201d-66bf-47ca-95ba-d7aa76797f75: {\"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-08-13T04:20:35.440Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ec4103b
2022-08-13T04:20:35.441Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:35.441Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T04:20:35.442Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eec12846-cc12-4289-b37d-32d1425e3f73
2022-08-13T04:20:35.445Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eec12846-cc12-4289-b37d-32d1425e3f73
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-08-13T04:20:35.462Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:35.463Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria
2022-08-13T04:20:35.464Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T04:20:35.465Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:35.466Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria
2022-08-13T04:20:35.466Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T04:20:35.467Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:35.467Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is not matching search criteria
2022-08-13T04:20:35.467Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T04:20:35.468Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T04:20:35.468Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-13T04:20:35.468Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T04:20:35.469Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T04:20:35.469Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T04:20:35.469Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T04:20:35.470Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T04:20:35.470Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T04:20:35.470Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T04:20:35.471Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T04:20:35.471Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6fc9bb6d-e07e-4555-b6c8-d4e1e404f1fd
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-08-13T04:20:35.486Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:35.487Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria
2022-08-13T04:20:35.488Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T04:20:35.489Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:35.489Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is not matching search criteria
2022-08-13T04:20:35.490Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T04:20:35.490Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T04:20:35.491Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T04:20:35.491Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T04:20:35.492Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T04:20:35.492Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T04:20:35.494Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T04:20:35.495Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-13T04:20:35.495Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T04:20:35.495Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T04:20:35.495Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T04:20:35.496Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T04:20:35.496Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e37bbc1f-fdf9-4722-9d1f-5e91bfc41c07
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-08-13T04:20:35.501Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:35.502Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria
2022-08-13T04:20:35.505Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T04:20:35.511Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:35.512Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is not matching search criteria
2022-08-13T04:20:35.512Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T04:20:35.512Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T04:20:35.512Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T04:20:35.513Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T04:20:35.513Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T04:20:35.513Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T04:20:35.514Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T04:20:35.514Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T04:20:35.515Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T04:20:35.515Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T04:20:35.515Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T04:20:35.518Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-13T04:20:35.519Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=79e1497c-9c58-4e45-a9d0-13351fa50bb8
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-08-13T04:20:35.539Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:35.540Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria
2022-08-13T04:20:35.540Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T04:20:35.541Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:35.542Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Node template vFW a860f55d-4789 0 is matching search criteria
2022-08-13T04:20:35.542Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW a860f55d-4789 0] matching following query criteria: sdcType=VF, customizationUUID=2f47201d-66bf-47ca-95ba-d7aa76797f75
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-08-13T04:20:35.546Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:35.546Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:20:35.547Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid facf8ab3-2fd2-4c75-b360-43bf751da1b7: vFW a860f55d-4789
2022-08-13T04:20:35.547Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:35.547Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:20:35.547Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:35.548Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:20:35.548Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:35.548Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:20:35.548Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:35.549Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:20:35.549Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:20:35.549Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-08-13 04-17-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:20:35.549Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-08-13 04-17-55
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-08-13T04:20:36.395Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a860f55d-4789 fd66bee4-a0df-495f-8895-aeb7ba6a2d7b 1 ASDC deployResourceStructure
2022-08-13T04:20:36.398Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json ASDC sendASDCNotification
2022-08-13T04:20:36.399Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json
2022-08-13T04:20:36.399Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T04:20:36.399Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:20:36.405Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:20:36.406Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364436398,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json",
"status": "DEPLOY_OK"
}
2022-08-13T04:20:36.509Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-13T04:20:36.510Z||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-08-13T04:20:36.511Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:20:36.568Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:20:36.569Z||pool-14-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:20:37.407Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-13T04:20:37.407Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml
2022-08-13T04:20:37.407Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T04:20:37.408Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:20:37.411Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:20:37.412Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364437406,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-13T04:20:37.533Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 120 ms
2022-08-13T04:20:37.534Z||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-08-13T04:20:37.534Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:20:37.563Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:20:37.564Z||pool-15-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:20:38.415Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-13T04:20:38.416Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env
2022-08-13T04:20:38.416Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T04:20:38.423Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:20:38.432Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:20:38.432Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364438415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-13T04:20:38.532Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T04:20:38.534Z||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-08-13T04:20:38.534Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:20:38.557Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:20:38.558Z||pool-16-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-08-13T04:20:39.446Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar ASDC sendASDCNotification
2022-08-13T04:20:39.446Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar
2022-08-13T04:20:39.446Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T04:20:39.447Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:20:39.451Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:20:39.473Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364439446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T04:20:39.551Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2022-08-13T04:20:39.553Z||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-08-13T04:20:39.554Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:20:39.602Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:20:39.603Z||pool-17-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:20:40.476Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634
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-08-13T04:20:40.556Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634
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-08-13T04:20:40.568Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T04:20:40.569Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T04:20:40.570Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T04:21:10.571Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634
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-08-13T04:21:10.614Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634
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-08-13T04:21:10.623Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T04:21:10.624Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T04:21:10.624Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T04:21:11.938Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:21:11.939Z||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-08-13T04:21:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:21:12.053Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:21:12.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:21:12.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660364407429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:21:12.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:21:40.624Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634
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-08-13T04:21:40.693Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634
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-08-13T04:21:40.714Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T04:21:40.714Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T04:21:40.714Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T04:22:10.714Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634
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-08-13T04:22:10.734Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634
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-08-13T04:22:10.740Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T04:22:10.741Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T04:22:10.741Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T04:22:11.938Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:22:11.940Z||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-08-13T04:22:11.940Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:22:12.506Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:22:12.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364412473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:22:12.510Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:22:12.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:22:12.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "policy-id",
"timestamp": 1660364405239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:22:12.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660364407429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:22:12.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "clamp",
"timestamp": 1660364413977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:22:12.512Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:22:12.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364413546,
"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-08-13T04:22:12.524Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9e162ba-50d5-4abb-861b-290c2b9c3d1a
2022-08-13T04:22:12.525Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e162ba-50d5-4abb-861b-290c2b9c3d1a 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-08-13T04:22:12.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json",
"status": "NOTIFIED"
}
2022-08-13T04:22:12.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "policy-id",
"timestamp": 1660364413028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:22:12.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:22:12.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660364407429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:22:12.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660364414556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-13T04:22:12.548Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:22:12.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-13T04:22:12.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "policy-id",
"timestamp": 1660364414033,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T04:22:12.550Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:22:12.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660364407429,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:22:12.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "clamp",
"timestamp": 1660364416019,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T04:22:12.551Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:22:12.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:22:12.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "policy-id",
"timestamp": 1660364415036,
"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-08-13T04:22:12.560Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9e162ba-50d5-4abb-861b-290c2b9c3d1a
2022-08-13T04:22:12.560Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e162ba-50d5-4abb-861b-290c2b9c3d1a 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-08-13T04:22:12.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660364415327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:22:12.571Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:22:12.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "clamp",
"timestamp": 1660364417025,
"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-08-13T04:22:12.579Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b049ddbd-1c3c-41c3-8e1d-7462a85e1634
2022-08-13T04:22:12.580Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b049ddbd-1c3c-41c3-8e1d-7462a85e1634 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-08-13T04:22:12.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-13T04:22:12.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:22:12.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:22:12.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660364418034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T04:22:12.600Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:22:12.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660364419040,
"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-08-13T04:22:12.608Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9e162ba-50d5-4abb-861b-290c2b9c3d1a
2022-08-13T04:22:12.608Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e162ba-50d5-4abb-861b-290c2b9c3d1a 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-08-13T04:22:12.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "aai-ml",
"timestamp": 1660364420109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T04:22:12.626Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:22:12.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364421333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:22:12.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:22:12.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "aai-ml",
"timestamp": 1660364421116,
"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-08-13T04:22:12.636Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b049ddbd-1c3c-41c3-8e1d-7462a85e1634
2022-08-13T04:22:12.637Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b049ddbd-1c3c-41c3-8e1d-7462a85e1634 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-08-13T04:22:12.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "clamp",
"timestamp": 1660364422494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:22:12.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "clamp",
"timestamp": 1660364422494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json",
"status": "NOTIFIED"
}
2022-08-13T04:22:12.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "clamp",
"timestamp": 1660364422494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:22:12.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "clamp",
"timestamp": 1660364422494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:22:12.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "aai-ml",
"timestamp": 1660364424154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:22:12.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "clamp",
"timestamp": 1660364422494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:22:12.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "aai-ml",
"timestamp": 1660364424154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:22:12.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "clamp",
"timestamp": 1660364422494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:22:12.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "aai-ml",
"timestamp": 1660364424154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:22:12.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "clamp",
"timestamp": 1660364422494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:22:12.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "aai-ml",
"timestamp": 1660364424154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:22:12.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "aai-ml",
"timestamp": 1660364424154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:22:12.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "aai-ml",
"timestamp": 1660364424154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:22:12.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364431875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:22:12.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:22:12.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "aai-ml",
"timestamp": 1660364424154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:22:12.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-13T04:22:12.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "aai-ml",
"timestamp": 1660364432013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:22:12.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:22:12.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364433154,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:22:12.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:22:12.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364434282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:22:12.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:22:12.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364436398,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/vfwa860f55d47890_modules.json",
"status": "DEPLOY_OK"
}
2022-08-13T04:22:12.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:22:12.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364437406,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-13T04:22:12.657Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:22:12.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364438415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/resourceInstances/vfwa860f55d47890/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-13T04:22:12.658Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:22:12.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "clamp",
"timestamp": 1660364439976,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:22:12.658Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:22:12.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364439446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220813041755/1.0/artifacts/service-Vfw20220813041755-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T04:22:12.659Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:22:12.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "clamp",
"timestamp": 1660364441990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T04:22:12.659Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:22:12.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "aai-ml",
"timestamp": 1660364440883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T04:22:12.660Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:22:12.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "clamp",
"timestamp": 1660364442995,
"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-08-13T04:22:12.669Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a9e162ba-50d5-4abb-861b-290c2b9c3d1a
2022-08-13T04:22:12.670Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e162ba-50d5-4abb-861b-290c2b9c3d1a 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-08-13T04:22:12.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T04:22:12.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "aai-ml",
"timestamp": 1660364441889,
"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-08-13T04:22:12.701Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9e162ba-50d5-4abb-861b-290c2b9c3d1a
2022-08-13T04:22:12.701Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e162ba-50d5-4abb-861b-290c2b9c3d1a 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-08-13T04:22:40.744Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634
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-08-13T04:22:40.818Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634
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-08-13T04:22:40.830Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T04:22:40.830Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-13T04:22:40.830Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-13T04:22:40.831Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-13T04:22:40.831Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T04:22:40.831Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T04:22:40.831Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T04:22:40.831Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T04:22:40.831Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T04:22:40.832Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T04:22:40.832Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T04:22:40.870Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-13T04:23:10.871Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634 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-08-13T04:23:10.896Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b049ddbd-1c3c-41c3-8e1d-7462a85e1634 and serviceModelVersionId: facf8ab3-2fd2-4c75-b360-43bf751da1b7
2022-08-13T04:23:10.897Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ed13d960-18e3-42a3-a33c-e6a0160ae6b9
2022-08-13T04:23:11.937Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:23:11.939Z||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-08-13T04:23:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:23:21.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:23:38.990Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ed13d960-18e3-42a3-a33c-e6a0160ae6b9/model-vers/model-ver/facf8ab3-2fd2-4c75-b360-43bf751da1b7?depth=0
2022-08-13T04:23:39.280Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-13T04:23:40.671Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed13d960-18e3-42a3-a33c-e6a0160ae6b9/model-vers/model-ver/facf8ab3-2fd2-4c75-b360-43bf751da1b7?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-08-13T04:23:40.684Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed13d960-18e3-42a3-a33c-e6a0160ae6b9/model-vers/model-ver/facf8ab3-2fd2-4c75-b360-43bf751da1b7?depth=0|INFO|500||Invoke
2022-08-13T04:23:41.032Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed13d960-18e3-42a3-a33c-e6a0160ae6b9/model-vers/model-ver/facf8ab3-2fd2-4c75-b360-43bf751da1b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-13T04:23:41.399Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed13d960-18e3-42a3-a33c-e6a0160ae6b9/model-vers/model-ver/facf8ab3-2fd2-4c75-b360-43bf751da1b7?depth=0|INFO|500||InvokeReturn
2022-08-13T04:23:41.401Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed13d960-18e3-42a3-a33c-e6a0160ae6b9/model-vers/model-ver/facf8ab3-2fd2-4c75-b360-43bf751da1b7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220813-04:23:40:295-69833], vertex-id=[253976], Content-Length=[0], Date=[Sat, 13 Aug 2022 04:23:40 GMT], Content-Type=[application/json]}
2022-08-13T04:23:41.401Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-08-13T04:23:41.407Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-13T04:23:41.408Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||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-08-13T04:23:41.417Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-13T04:23:41.419Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b049ddbd-1c3c-41c3-8e1d-7462a85e1634 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-13T04:23:41.422Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-13T04:23:41.422Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:23:41.426Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:23:41.426Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364621420,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T04:23:41.526Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T04:23:41.528Z||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-08-13T04:23:41.528Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:23:41.548Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:23:41.548Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-13T04:23:42.443Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-13T04:23:42.444Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9e162ba-50d5-4abb-861b-290c2b9c3d1a","serviceName":"basic_onboard_uDtjMc","serviceVersion":"1.0","serviceUUID":"9e793b4c-8eaa-490b-824d-7984b256f27f","serviceDescription":"service","serviceInvariantUUID":"1cec8228-2800-4573-bc9b-f6bd0214e0ab","resources":[{"resourceInstanceName":"basic_onboard_uDtjMc 0","resourceName":"basic_onboard_uDtjMc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"78e3410b-c47c-4526-8654-927aa64e26c7","resourceInvariantUUID":"e9bb071f-1b3c-4b1a-bbe1-81c06ca0e192","resourceCustomizationUUID":"5fb8ea36-680f-47d7-aefa-d8f57870543d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vf-license-model.xml","artifactChecksum":"NWI5Yzk0NDVkODVjZjlmYzg3NTViYmU0NTk4Zjc1OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce370631-d326-4ea5-8e68-2b9910e17ea5","artifactVersion":"1"},{"artifactName":"basic_onboard_udtjmc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json","artifactChecksum":"MDFiNTNkMWI1ODUxODBlYjI0ZGVhYzdhNDIwMmJkZjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"951c7408-9ed9-4634-9580-4efb0e112060","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0c6935de-18c7-40b0-ac71-65b30d189a61","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"010c375e-f11b-487e-bf7d-fb3f6716f28f","artifactVersion":"2","generatedFromUUID":"3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUdtjmc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-template.yml","artifactChecksum":"ZmQ1NzI3ZTE3MWI1MWIxNjg1YWI5YmE1YjE2NDdjMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5730dc1-270c-405f-81e9-f61b90cc5491","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUdtjmc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar","artifactChecksum":"ZGMxMWUzZmFmMDE4ZWQwZDQzNDEzNmMxMDY5YjUxZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"64d6c058-8065-4ae8-b087-29954ff3756b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-13T04:23:42.446Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:23:42.446Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:23:42.449Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:23:42.450Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:23:42.550Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T04:23:42.551Z||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-08-13T04:23:42.551Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:23:42.576Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:23:42.577Z||pool-19-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:23:43.451Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:23:43.453Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:23:43.456Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:23:43.456Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json",
"status": "NOTIFIED"
}
2022-08-13T04:23:43.556Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T04:23:43.558Z||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-08-13T04:23:43.558Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:23:43.576Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:23:43.577Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:23:44.457Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:23:44.459Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:23:44.462Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:23:44.462Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-13T04:23:44.563Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T04:23:44.564Z||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-08-13T04:23:44.564Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:23:44.613Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:23:44.614Z||pool-21-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:23:45.466Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:23:45.469Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:23:45.481Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:23:45.482Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:23:45.591Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-08-13T04:23:45.595Z||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-08-13T04:23:45.595Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:23:45.621Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:23:45.622Z||pool-22-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:23:46.484Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:23:46.489Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:23:46.497Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:23:46.497Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-13T04:23:46.597Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T04:23:46.598Z||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-08-13T04:23:46.598Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:23:46.625Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:23:46.626Z||pool-23-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:23:47.497Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:23:47.498Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:23:47.501Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:23:47.501Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:23:47.602Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T04:23:47.603Z||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-08-13T04:23:47.603Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:23:47.629Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:23:47.629Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:23:48.502Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:23:48.503Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:23:48.506Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:23:48.507Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:23:48.606Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T04:23:48.608Z||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-08-13T04:23:48.608Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:23:48.634Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:23:48.635Z||pool-25-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:23:49.510Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"serviceName": "basic_onboard_uDtjMc",
"serviceVersion": "1.0",
"serviceUUID": "9e793b4c-8eaa-490b-824d-7984b256f27f",
"serviceDescription": "service",
"serviceInvariantUUID": "1cec8228-2800-4573-bc9b-f6bd0214e0ab",
"resources": [
{
"resourceInstanceName": "basic_onboard_uDtjMc 0",
"resourceCustomizationUUID": "5fb8ea36-680f-47d7-aefa-d8f57870543d",
"resourceName": "basic_onboard_uDtjMc",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "78e3410b-c47c-4526-8654-927aa64e26c7",
"resourceInvariantUUID": "e9bb071f-1b3c-4b1a-bbe1-81c06ca0e192",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_udtjmc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json",
"artifactChecksum": "MDFiNTNkMWI1ODUxODBlYjI0ZGVhYzdhNDIwMmJkZjc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "951c7408-9ed9-4634-9580-4efb0e112060",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "010c375e-f11b-487e-bf7d-fb3f6716f28f",
"generatedFromUUID": "3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "010c375e-f11b-487e-bf7d-fb3f6716f28f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardUdtjmc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"artifactChecksum": "ZGMxMWUzZmFmMDE4ZWQwZDQzNDEzNmMxMDY5YjUxZDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "64d6c058-8065-4ae8-b087-29954ff3756b"
}
],
"workloadContext": "Production"
}
2022-08-13T04:23:49.511Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-13T04:23:49.511Z|b049ddbd-1c3c-41c3-8e1d-7462a85e1634|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9e793b4c-8eaa-490b-824d-7984b256f27f ASDC
2022-08-13T04:23:49.512Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a9e162ba-50d5-4abb-861b-290c2b9c3d1a
ServiceName:basic_onboard_uDtjMc
ServiceVersion:1.0
ServiceUUID:9e793b4c-8eaa-490b-824d-7984b256f27f
ServiceInvariantUUID:1cec8228-2800-4573-bc9b-f6bd0214e0ab
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUdtjmc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar
ArtifactUUID:64d6c058-8065-4ae8-b087-29954ff3756b
ArtifactChecksum:ZGMxMWUzZmFmMDE4ZWQwZDQzNDEzNmMxMDY5YjUxZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_uDtjMc 0
ResourceCustomizationUUID:5fb8ea36-680f-47d7-aefa-d8f57870543d
ResourceInvariantUUID:e9bb071f-1b3c-4b1a-bbe1-81c06ca0e192
ResourceName:basic_onboard_uDtjMc
ResourceType:VF
ResourceUUID:78e3410b-c47c-4526-8654-927aa64e26c7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_udtjmc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json
ArtifactUUID:951c7408-9ed9-4634-9580-4efb0e112060
ArtifactChecksum:MDFiNTNkMWI1ODUxODBlYjI0ZGVhYzdhNDIwMmJkZjc=
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/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74
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/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env
ArtifactUUID:010c375e-f11b-487e-bf7d-fb3f6716f28f
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/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env
ArtifactUUID:010c375e-f11b-487e-bf7d-fb3f6716f28f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-13T04:23:49.512Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e793b4c-8eaa-490b-824d-7984b256f27f 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-08-13T04:23:49.637Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T04:23:49.637Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-13T04:23:49.638Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-13T04:23:49.638Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 64d6c058-8065-4ae8-b087-29954ff3756b from URL: /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar
2022-08-13T04:23:49.638Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-13T04:23:49.639Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar
2022-08-13T04:23:50.333Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-13T04:23:50.341Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar 64d6c058-8065-4ae8-b087-29954ff3756b 71565
2022-08-13T04:23:50.342Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar ASDC sendASDCNotification
2022-08-13T04:23:50.342Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar
2022-08-13T04:23:50.342Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T04:23:50.343Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:23:50.347Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:23:50.348Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364630342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:23:50.447Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T04:23:50.448Z||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-08-13T04:23:50.449Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:23:50.479Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:23:50.480Z||pool-26-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:23:51.349Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T04:23:51.351Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-13T04:23:51.351Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 64d6c058-8065-4ae8-b087-29954ff3756b, URL: /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar to file: /app/ASDC/1/service-BasicOnboardUdtjmc-csar.csar
2022-08-13T04:23:51.352Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUdtjmc-csar.csar
2022-08-13T04:23:51.352Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUdtjmc-csar.csar
2022-08-13T04:23:51.352Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUdtjmc-csar.csar
2022-08-13T04:23:51.675Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5689912833967175500/Definitions/service-BasicOnboardUdtjmc-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-08-13T04:23:54.005Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-13T04:23:54.006Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-13T04:23:54.007Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUdtjmc-csar.csar
2022-08-13T04:23:54.007Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-13T04:23:54.007Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_uDtjMc 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-BasicOnboardUdtjmc-csar.csar
2022-08-13T04:23:54.007Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||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-BasicOnboardUdtjmc-csar.csar
2022-08-13T04:23:54.007Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUdtjmc-csar.csar
2022-08-13T04:23:54.008Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUdtjmc-csar.csar
2022-08-13T04:23:54.008Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUdtjmc-csar.csar
2022-08-13T04:23:54.008Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUdtjmc-csar.csar
2022-08-13T04:23:54.008Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUdtjmc-csar.csar
2022-08-13T04:23:54.009Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUdtjmc-csar.csar
2022-08-13T04:23:54.009Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardUdtjmc-csar.csar
2022-08-13T04:23:54.009Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-13T04:23:54.009Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:54.010Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:23:54.010Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is matching search criteria
2022-08-13T04:23:54.011Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-13T04:23:54.011Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_uDtjMc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T04:23:54.028Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:54.028Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:23:54.029Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is matching search criteria
2022-08-13T04:23:54.029Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-13T04:23:54.029Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_uDtjMc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T04:23:54.030Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:54.030Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:23:54.032Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:54.035Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is not matching search criteria
2022-08-13T04:23:54.035Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-13T04:23:54.035Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-13T04:23:54.036Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-13T04:23:54.036Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-13T04:23:54.036Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-13T04:23:54.039Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:54.039Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T04:23:54.040Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:54.040Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is matching search criteria
2022-08-13T04:23:54.041Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_uDtjMc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T04:23:54.041Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:54.042Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is matching search criteria
2022-08-13T04:23:54.042Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_uDtjMc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T04:23:54.042Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:54.043Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is matching search criteria
2022-08-13T04:23:54.043Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_uDtjMc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T04:23:54.043Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:54.044Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is not matching search criteria
2022-08-13T04:23:54.044Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-13T04:23:54.044Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-13T04:23:54.044Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dc7840f5-5d96-4a94-a922-9b5f64f82fa4
2022-08-13T04:23:54.045Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:54.045Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:23:54.045Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:54.046Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:23:54.046Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:54.046Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:23:54.047Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:54.047Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:23:54.047Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_uDtjMc
Description:service
Model UUID:9e793b4c-8eaa-490b-824d-7984b256f27f
Model Version:NULL
Model InvariantUuid:1cec8228-2800-4573-bc9b-f6bd0214e0ab
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_uDtjMc
Model UUID:0e76bfc9-b0bb-411b-895a-b4ee00581035
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e9bb071f-1b3c-4b1a-bbe1-81c06ca0e192
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5fb8ea36-680f-47d7-aefa-d8f57870543d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:91f15b55-a371-44d6-b96e-f9171f583596
ModelName:BasicOnboardUdtjmc..base_ubuntu18..module-0
ModelUuid:fd49e47a-1ca8-43f4-949b-ecb9c0d21ddd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:dc7840f5-5d96-4a94-a922-9b5f64f82fa4
ModelInvariantUuid:3184a6f6-b147-4a36-a361-e9541d5fcafd
ModelName:basic_onboard_uDtjMc-nodes.ubuntu18Cvfc
ModelUuid:fc9003d4-79b6-486c-a174-5b965ebbd8b2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:05ff6b2f-d7fc-49eb-92dd-77079a1a0ef5
ModelInvariantUuid:5549ad47-0749-4e2f-8fa5-89d2b1c62d21
ModelName:BasicOnboardUdtjmc.compute.nodes.heat.ubuntu18
ModelUuid:11e1a618-bad8-4d0f-953f-7bd8f730a281
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-08-13T04:23:54.068Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 78e3410b-c47c-4526-8654-927aa64e26c7
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-08-13T04:23:54.074Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||basic_onboard_uDtjMc 0
2022-08-13T04:23:54.076Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 78e3410b-c47c-4526-8654-927aa64e26c7
2022-08-13T04:23:54.076Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 951c7408-9ed9-4634-9580-4efb0e112060 from URL: /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json
2022-08-13T04:23:54.077Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-13T04:23:54.078Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json
2022-08-13T04:23:54.218Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-13T04:23:54.218Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json 951c7408-9ed9-4634-9580-4efb0e112060 798
2022-08-13T04:23:54.219Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json ASDC sendASDCNotification
2022-08-13T04:23:54.219Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json
2022-08-13T04:23:54.220Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T04:23:54.220Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:23:54.223Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:23:54.224Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364634219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:23:54.326Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-13T04:23:54.327Z||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-08-13T04:23:54.327Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:23:54.378Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:23:54.379Z||pool-27-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:23:55.235Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUdtjmc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "91f15b55-a371-44d6-b96e-f9171f583596",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fd49e47a-1ca8-43f4-949b-ecb9c0d21ddd",
"vfModuleModelCustomizationUUID": "4cfce68c-24c9-4a37-8f33-c06939f00a37",
"isBase": true,
"artifacts": [
"3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74",
"010c375e-f11b-487e-bf7d-fb3f6716f28f"
],
"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-08-13T04:23:55.244Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUdtjmc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd49e47a-1ca8-43f4-949b-ecb9c0d21ddd
VfModuleModelInvariantUUID:91f15b55-a371-44d6-b96e-f9171f583596
VfModuleModelDescription:NULL
Artifacts UUID List:{
3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74
,
010c375e-f11b-487e-bf7d-fb3f6716f28f
}
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-08-13T04:23:55.249Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUdtjmc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "91f15b55-a371-44d6-b96e-f9171f583596",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fd49e47a-1ca8-43f4-949b-ecb9c0d21ddd",
"vfModuleModelCustomizationUUID": "4cfce68c-24c9-4a37-8f33-c06939f00a37",
"isBase": true,
"artifacts": [
"3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74",
"010c375e-f11b-487e-bf7d-fb3f6716f28f"
],
"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-08-13T04:23:55.250Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUdtjmc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd49e47a-1ca8-43f4-949b-ecb9c0d21ddd
VfModuleModelInvariantUUID:91f15b55-a371-44d6-b96e-f9171f583596
VfModuleModelDescription:NULL
Artifacts UUID List:{
3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74
,
010c375e-f11b-487e-bf7d-fb3f6716f28f
}
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-08-13T04:23:55.250Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74 from URL: /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml
2022-08-13T04:23:55.250Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-13T04:23:55.251Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml
2022-08-13T04:23:55.461Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-13T04:23:55.461Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml 3fd1f6f5-bf4f-47f4-a152-1dafa4c35c74 5033
2022-08-13T04:23:55.462Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-13T04:23:55.462Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml
2022-08-13T04:23:55.462Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T04:23:55.462Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:23:55.467Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:23:55.468Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364635462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:23:55.578Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-08-13T04:23:55.579Z||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-08-13T04:23:55.579Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:23:55.612Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:23:55.613Z||pool-28-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:23:56.472Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 010c375e-f11b-487e-bf7d-fb3f6716f28f from URL: /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env
2022-08-13T04:23:56.473Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-13T04:23:56.473Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env
2022-08-13T04:23:56.586Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-13T04:23:56.587Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env 010c375e-f11b-487e-bf7d-fb3f6716f28f 909
2022-08-13T04:23:56.588Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-13T04:23:56.588Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env
2022-08-13T04:23:56.588Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T04:23:56.589Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:23:56.592Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:23:56.592Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364636588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:23:56.700Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-08-13T04:23:56.702Z||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-08-13T04:23:56.702Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:23:56.746Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:23:56.748Z||pool-29-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:23:57.593Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 9e793b4c-8eaa-490b-824d-7984b256f27f
2022-08-13T04:23:57.594Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_uDtjMc 0 78e3410b-c47c-4526-8654-927aa64e26c7 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-08-13T04:23:57.670Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e57af03, org.onap.sdc.toscaparser.api.parameters.Input@737ac8cb, org.onap.sdc.toscaparser.api.parameters.Input@2687484a, org.onap.sdc.toscaparser.api.parameters.Input@3c28d42d, org.onap.sdc.toscaparser.api.parameters.Input@7fc44b1c]
2022-08-13T04:23:57.675Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:57.676Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:23:57.676Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-08-13T04:23:57.676Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 5fb8ea36-680f-47d7-aefa-d8f57870543d
2022-08-13T04:23:57.677Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5fb8ea36-680f-47d7-aefa-d8f57870543d matches Tosca VF Customization UUID: 5fb8ea36-680f-47d7-aefa-d8f57870543d
2022-08-13T04:23:57.678Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 5fb8ea36-680f-47d7-aefa-d8f57870543d 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-08-13T04:23:57.685Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:57.687Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:23:57.688Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 5fb8ea36-680f-47d7-aefa-d8f57870543d: {\"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-08-13T04:23:57.689Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3cf703f7
2022-08-13T04:23:57.689Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:57.690Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T04:23:57.690Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4cfce68c-24c9-4a37-8f33-c06939f00a37
2022-08-13T04:23:57.691Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4cfce68c-24c9-4a37-8f33-c06939f00a37
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-08-13T04:23:57.697Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:57.698Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is matching search criteria
2022-08-13T04:23:57.698Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_uDtjMc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T04:23:57.699Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:57.699Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is matching search criteria
2022-08-13T04:23:57.699Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_uDtjMc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T04:23:57.699Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:57.700Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is not matching search criteria
2022-08-13T04:23:57.700Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-13T04:23:57.700Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-13T04:23:57.700Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dc7840f5-5d96-4a94-a922-9b5f64f82fa4
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-08-13T04:23:57.706Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:57.722Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is matching search criteria
2022-08-13T04:23:57.723Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_uDtjMc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T04:23:57.723Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:57.724Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_uDtjMc 0 is matching search criteria
2022-08-13T04:23:57.724Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_uDtjMc 0] matching following query criteria: sdcType=VF, customizationUUID=5fb8ea36-680f-47d7-aefa-d8f57870543d
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-08-13T04:23:57.730Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:57.731Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:23:57.731Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 9e793b4c-8eaa-490b-824d-7984b256f27f: basic_onboard_uDtjMc
2022-08-13T04:23:57.750Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:57.757Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:23:57.759Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:57.759Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:23:57.760Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:57.760Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:23:57.761Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:57.761Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:23:57.762Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:23:57.762Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_uDtjMc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:23:57.762Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_uDtjMc
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-08-13T04:23:58.154Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_uDtjMc 78e3410b-c47c-4526-8654-927aa64e26c7 1 ASDC deployResourceStructure
2022-08-13T04:23:58.155Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json ASDC sendASDCNotification
2022-08-13T04:23:58.155Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json
2022-08-13T04:23:58.156Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T04:23:58.156Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:23:58.162Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:23:58.162Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364638155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-13T04:23:58.269Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-08-13T04:23:58.271Z||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-08-13T04:23:58.271Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:23:58.318Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:23:58.320Z||pool-30-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:23:59.165Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-13T04:23:59.167Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml
2022-08-13T04:23:59.169Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T04:23:59.170Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:23:59.173Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:23:59.173Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364639164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-13T04:23:59.276Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-13T04:23:59.277Z||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-08-13T04:23:59.278Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:23:59.322Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:23:59.323Z||pool-31-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:24:00.175Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-13T04:24:00.175Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env
2022-08-13T04:24:00.175Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T04:24:00.176Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:24:00.187Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:24:00.188Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364640174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-13T04:24:00.294Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-08-13T04:24:00.296Z||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-08-13T04:24:00.296Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:24:00.378Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:24:00.379Z||pool-32-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":1,"count":1}
2022-08-13T04:24:01.190Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar ASDC sendASDCNotification
2022-08-13T04:24:01.190Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar
2022-08-13T04:24:01.190Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T04:24:01.191Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:24:01.196Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:24:01.196Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364641190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T04:24:01.301Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-13T04:24:01.303Z||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-08-13T04:24:01.303Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:24:01.338Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:24:01.339Z||pool-33-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-08-13T04:24:02.197Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9e162ba-50d5-4abb-861b-290c2b9c3d1a
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-08-13T04:24:02.275Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9e162ba-50d5-4abb-861b-290c2b9c3d1a
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-08-13T04:24:02.283Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T04:24:02.283Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-13T04:24:02.283Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-13T04:24:02.284Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-13T04:24:02.284Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T04:24:02.284Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T04:24:02.284Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T04:24:02.285Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T04:24:02.285Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T04:24:02.285Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T04:24:02.285Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T04:24:02.308Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-13T04:24:11.937Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:24:11.939Z||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-08-13T04:24:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:24:12.666Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:24:12.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T04:24:12.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b049ddbd-1c3c-41c3-8e1d-7462a85e1634",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364621420,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T04:24:12.670Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:24:12.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T04:24:12.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:24:12.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-13T04:24:12.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T04:24:12.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json",
"status": "NOTIFIED"
}
2022-08-13T04:24:12.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-13T04:24:12.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T04:24:12.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-08-13T04:24:12.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-13T04:24:12.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T04:24:12.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:24:12.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-13T04:24:12.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T04:24:12.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-08-13T04:24:12.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-13T04:24:12.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T04:24:12.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:24:12.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-13T04:24:12.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T04:24:12.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364411928,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:24:12.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-08-13T04:24:12.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T04:24:12.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364630342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:24:12.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:24:12.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T04:24:12.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364634219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:24:12.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:24:12.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T04:24:12.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364635462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:24:12.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:24:12.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T04:24:12.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364636588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:24:12.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:24:12.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T04:24:12.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364638155,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/basic_onboard_udtjmc0_modules.json",
"status": "DEPLOY_OK"
}
2022-08-13T04:24:12.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:24:12.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T04:24:12.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364639164,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-08-13T04:24:12.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:24:12.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T04:24:12.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364640174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/resourceInstances/basic_onboard_udtjmc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-08-13T04:24:12.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:24:12.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T04:24:12.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364641190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdtjmc/1.0/artifacts/service-BasicOnboardUdtjmc-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T04:24:12.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:24:32.309Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9e162ba-50d5-4abb-861b-290c2b9c3d1a 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-08-13T04:24:32.320Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9e162ba-50d5-4abb-861b-290c2b9c3d1a and serviceModelVersionId: 9e793b4c-8eaa-490b-824d-7984b256f27f
2022-08-13T04:24:32.320Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1cec8228-2800-4573-bc9b-f6bd0214e0ab
2022-08-13T04:24:32.322Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1cec8228-2800-4573-bc9b-f6bd0214e0ab/model-vers/model-ver/9e793b4c-8eaa-490b-824d-7984b256f27f?depth=0
2022-08-13T04:24:32.335Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-13T04:24:32.434Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cec8228-2800-4573-bc9b-f6bd0214e0ab/model-vers/model-ver/9e793b4c-8eaa-490b-824d-7984b256f27f?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-08-13T04:24:32.437Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cec8228-2800-4573-bc9b-f6bd0214e0ab/model-vers/model-ver/9e793b4c-8eaa-490b-824d-7984b256f27f?depth=0|INFO|500||Invoke
2022-08-13T04:24:32.485Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cec8228-2800-4573-bc9b-f6bd0214e0ab/model-vers/model-ver/9e793b4c-8eaa-490b-824d-7984b256f27f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-13T04:24:32.789Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cec8228-2800-4573-bc9b-f6bd0214e0ab/model-vers/model-ver/9e793b4c-8eaa-490b-824d-7984b256f27f?depth=0|INFO|500||InvokeReturn
2022-08-13T04:24:32.790Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cec8228-2800-4573-bc9b-f6bd0214e0ab/model-vers/model-ver/9e793b4c-8eaa-490b-824d-7984b256f27f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220813-04:24:31:746-55127], vertex-id=[188472], Content-Length=[0], Date=[Sat, 13 Aug 2022 04:24:31 GMT], Content-Type=[application/json]}
2022-08-13T04:24:32.790Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-08-13T04:24:32.790Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-13T04:24:32.790Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||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-08-13T04:24:32.806Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-13T04:24:32.806Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9e162ba-50d5-4abb-861b-290c2b9c3d1a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-13T04:24:32.807Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-13T04:24:32.807Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:24:32.811Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:24:32.811Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364672806,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T04:24:32.914Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-13T04:24:32.916Z||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-08-13T04:24:32.916Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:24:32.947Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:24:32.948Z||pool-34-thread-1|||||INFO|500||cambria reply ok (33 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-08-13T04:24:33.836Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:24:33.837Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:24:33.838Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:24:44.211Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:24:44.213Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:24:44.214Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:24:44.214Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:24:53.775Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:24:53.777Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:24:53.778Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:24:53.778Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:25:03.338Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:25:03.340Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:25:03.342Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:25:03.342Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:25:11.937Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:25:11.939Z||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-08-13T04:25:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:25:12.694Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:25:12.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-13T04:25:12.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a9e162ba-50d5-4abb-861b-290c2b9c3d1a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660364672806,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T04:25:12.696Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:25:12.900Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:25:12.901Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:25:12.902Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:25:12.902Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:25:22.507Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:26:11.928Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:26:11.929Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:26:11.929Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:26:11.937Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:26:11.939Z||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-08-13T04:26:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:26:21.526Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:26:21.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:27:11.928Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:27:11.929Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:27:11.930Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:27:11.937Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:27:11.938Z||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-08-13T04:27:11.938Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:27:21.514Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:27:21.522Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:28:11.928Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:28:11.930Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:28:11.930Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:28:11.937Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:28:11.939Z||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-08-13T04:28:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:28:21.519Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:28:21.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:29:11.928Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:29:11.929Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:29:11.929Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:29:11.937Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:29:11.938Z||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-08-13T04:29:11.938Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:29:21.496Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:29:21.518Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:30:11.928Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:30:11.929Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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-08-13T04:30:11.929Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:30:11.938Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:30:11.939Z||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-08-13T04:30:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:30:12.628Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:30:12.629Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.629Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"730ac1bd-ec33-4464-9ccd-47e7c97d6c59","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b47f163f-5a45-43b0-8057-7e55f4a23d4a","serviceDescription":"service","serviceInvariantUUID":"04287fde-86ab-455d-a2f2-9dfe64903e4e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"79571c7f-005e-47b0-a29a-885af969d134","resourceInvariantUUID":"484c6731-11e2-42e1-aa92-3ed7cdd1e177","resourceCustomizationUUID":"36294498-16e0-4529-acf4-f2bd5949bed3","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":"MzE0MjhiNDA1YzBlZWE5OGRmOGQ2ODE1ZTgwOTExNTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2525859a-1085-4117-b10b-68bff4473257","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTAyZGUwNzYzN2ZiODZhZDhjZWFlYWZhNTQ0NmI3OWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"06173a76-2fc2-4796-a713-3ba5bd31b82b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-13T04:30:12.635Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:30:12.636Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:30:12.639Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:30:12.639Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660365011928,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:30:12.650Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:30:12.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "clamp",
"timestamp": 1660364992493,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:30:12.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:30:12.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "aai-ml",
"timestamp": 1660364994154,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:30:12.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:30:12.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "aai-ml",
"timestamp": 1660364994154,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:30:12.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:30:12.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "clamp",
"timestamp": 1660364992493,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:30:12.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:30:12.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "cds",
"timestamp": 1660364997099,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:30:12.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:30:12.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "aai-ml",
"timestamp": 1660364998209,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:30:12.672Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:30:12.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "cds",
"timestamp": 1660364997099,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:30:12.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:30:12.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "cds",
"timestamp": 1660365000107,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:30:12.673Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:30:12.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "cds",
"timestamp": 1660365001116,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T04:30:12.740Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T04:30:12.742Z||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-08-13T04:30:12.744Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:30:12.749Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 730ac1bd-ec33-4464-9ccd-47e7c97d6c59
2022-08-13T04:30:12.750Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 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-08-13T04:30:12.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660365001932,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:30:12.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:30:12.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660365001932,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:30:12.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:30:12.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "ves-openapi-manager",
"timestamp": 1660365002944,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:30:12.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:30:12.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "aai-ml",
"timestamp": 1660365003542,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T04:30:12.822Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:30:12.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "ves-openapi-manager",
"timestamp": 1660365002944,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:30:12.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:30:12.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "aai-ml",
"timestamp": 1660365004547,
"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-08-13T04:30:12.839Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:30:12.841Z||pool-35-thread-1|||||INFO|500||cambria reply ok (100 ms):{"serverTimeMs":1,"count":1}
2022-08-13T04:30:12.847Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 730ac1bd-ec33-4464-9ccd-47e7c97d6c59
2022-08-13T04:30:12.847Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 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-08-13T04:30:12.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "policy-id",
"timestamp": 1660365005239,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:30:12.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:30:12.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "clamp",
"timestamp": 1660365008200,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:30:12.896Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:30:12.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "policy-id",
"timestamp": 1660365005239,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:30:12.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:30:12.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "clamp",
"timestamp": 1660365009266,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T04:30:12.898Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:30:12.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660365007430,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:30:12.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:30:12.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "policy-id",
"timestamp": 1660365008264,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:30:12.899Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:30:12.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "clamp",
"timestamp": 1660365010272,
"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-08-13T04:30:12.934Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 730ac1bd-ec33-4464-9ccd-47e7c97d6c59
2022-08-13T04:30:12.935Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 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-08-13T04:30:12.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660365007430,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:30:12.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:30:12.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "policy-id",
"timestamp": 1660365009270,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T04:30:12.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:30:12.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:12.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "policy-id",
"timestamp": 1660365010274,
"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-08-13T04:30:12.999Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 730ac1bd-ec33-4464-9ccd-47e7c97d6c59
2022-08-13T04:30:13.000Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 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-08-13T04:30:13.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:30:13.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660365010555,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:30:13.048Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:30:13.640Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:30:13.641Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:30:13.645Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:30:13.645Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660365011928,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:30:13.747Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-13T04:30:13.749Z||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-08-13T04:30:13.750Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:30:13.821Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:30:13.822Z||pool-36-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:30:14.646Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "b47f163f-5a45-43b0-8057-7e55f4a23d4a",
"serviceDescription": "service",
"serviceInvariantUUID": "04287fde-86ab-455d-a2f2-9dfe64903e4e",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "36294498-16e0-4529-acf4-f2bd5949bed3",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "79571c7f-005e-47b0-a29a-885af969d134",
"resourceInvariantUUID": "484c6731-11e2-42e1-aa92-3ed7cdd1e177",
"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": "OTAyZGUwNzYzN2ZiODZhZDhjZWFlYWZhNTQ0NmI3OWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "06173a76-2fc2-4796-a713-3ba5bd31b82b"
}
],
"workloadContext": "Production"
}
2022-08-13T04:30:14.646Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-13T04:30:14.647Z|a9e162ba-50d5-4abb-861b-290c2b9c3d1a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b47f163f-5a45-43b0-8057-7e55f4a23d4a ASDC
2022-08-13T04:30:14.648Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:730ac1bd-ec33-4464-9ccd-47e7c97d6c59
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b47f163f-5a45-43b0-8057-7e55f4a23d4a
ServiceInvariantUUID:04287fde-86ab-455d-a2f2-9dfe64903e4e
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:06173a76-2fc2-4796-a713-3ba5bd31b82b
ArtifactChecksum:OTAyZGUwNzYzN2ZiODZhZDhjZWFlYWZhNTQ0NmI3OWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:36294498-16e0-4529-acf4-f2bd5949bed3
ResourceInvariantUUID:484c6731-11e2-42e1-aa92-3ed7cdd1e177
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:79571c7f-005e-47b0-a29a-885af969d134
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-08-13T04:30:14.653Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b47f163f-5a45-43b0-8057-7e55f4a23d4a 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-08-13T04:30:14.737Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T04:30:14.739Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-13T04:30:14.739Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-13T04:30:14.739Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 06173a76-2fc2-4796-a713-3ba5bd31b82b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-13T04:30:14.740Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-13T04:30:14.740Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-13T04:30:15.043Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-13T04:30:15.051Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 06173a76-2fc2-4796-a713-3ba5bd31b82b 52512
2022-08-13T04:30:15.053Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-13T04:30:15.055Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-13T04:30:15.056Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T04:30:15.057Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:30:15.062Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:30:15.063Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660365015052,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:30:15.163Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T04:30:15.165Z||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-08-13T04:30:15.165Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:30:15.213Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:30:15.214Z||pool-37-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:30:16.063Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T04:30:16.065Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-13T04:30:16.065Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 06173a76-2fc2-4796-a713-3ba5bd31b82b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T04:30:16.066Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-08-13T04:30:16.067Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T04:30:16.067Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T04:30:16.403Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1571774416728964041/Definitions/service-BasicNetwork-template.yml
2022-08-13T04:30:17.346Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-13T04:30:17.347Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-13T04:30:17.348Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T04:30:17.348Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-08-13T04:30:17.348Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T04:30:17.349Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T04:30:17.349Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T04:30:17.349Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T04:30:17.349Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T04:30:17.349Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T04:30:17.350Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T04:30:17.350Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T04:30:17.350Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-13T04:30:17.350Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:30:17.350Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:30:17.351Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-13T04:30:17.351Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-13T04:30:17.351Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T04:30:17.351Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:30:17.352Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:30:17.352Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-13T04:30:17.352Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-13T04:30:17.352Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T04:30:17.353Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:30:17.353Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:30:17.354Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:30:17.354Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:30:17.354Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:30:17.355Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:30:17.355Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:30:17.355Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:30:17.356Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:30:17.356Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:30:17.356Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:b47f163f-5a45-43b0-8057-7e55f4a23d4a
Model Version:NULL
Model InvariantUuid:04287fde-86ab-455d-a2f2-9dfe64903e4e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:484c6731-11e2-42e1-aa92-3ed7cdd1e177
Model UUID:6190f850-e484-44b3-af97-91d80048ab7c
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:36294498-16e0-4529-acf4-f2bd5949bed3
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-08-13T04:30:17.369Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 79571c7f-005e-47b0-a29a-885af969d134
2022-08-13T04:30:17.369Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||No resources found for Service: b47f163f-5a45-43b0-8057-7e55f4a23d4a
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-08-13T04:30:17.376Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||
2022-08-13T04:30:17.377Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-08-13T04:30:17.379Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b47f163f-5a45-43b0-8057-7e55f4a23d4a
2022-08-13T04:30:17.379Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b47f163f-5a45-43b0-8057-7e55f4a23d4a
2022-08-13T04:30:17.380Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-08-13T04:30:17.380Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-08-13T04:30:17.390Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16d0ce33, org.onap.sdc.toscaparser.api.parameters.Input@6b0023ad, org.onap.sdc.toscaparser.api.parameters.Input@1b87b576, org.onap.sdc.toscaparser.api.parameters.Input@13235d5a, org.onap.sdc.toscaparser.api.parameters.Input@392a85b]
2022-08-13T04:30:17.393Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:30:17.394Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:30:17.395Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:30:17.395Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:30:17.396Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b47f163f-5a45-43b0-8057-7e55f4a23d4a: Generic NeutronNet
2022-08-13T04:30:17.396Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:30:17.396Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:30:17.396Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:30:17.397Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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-08-13T04:30:17.474Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:30:17.476Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:30:17.477Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:30:17.478Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:30:17.478Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:30:17.479Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:30:17.479Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||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-08-13T04:30:17.608Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-08-13T04:30:17.610Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-13T04:30:17.611Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-13T04:30:17.611Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T04:30:17.612Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:30:17.616Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:30:17.616Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660365017610,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T04:30:17.716Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T04:30:17.718Z||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-08-13T04:30:17.718Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:30:17.775Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:30:17.776Z||pool-38-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:30:18.618Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59
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-08-13T04:30:18.662Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59
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-08-13T04:30:18.671Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T04:30:18.671Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-13T04:30:18.672Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T04:30:18.672Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T04:30:48.673Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59
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-08-13T04:30:48.706Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59
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-08-13T04:30:48.713Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T04:30:48.714Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-13T04:30:48.714Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T04:30:48.715Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T04:31:11.937Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:31:11.939Z||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-08-13T04:31:11.939Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:31:12.164Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:31:12.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:31:12.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660365011928,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:31:12.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:31:18.718Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59
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-08-13T04:31:18.780Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59
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-08-13T04:31:18.790Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T04:31:18.790Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-13T04:31:18.790Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T04:31:18.790Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T04:31:48.791Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59
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-08-13T04:31:48.826Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59
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-08-13T04:31:48.840Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T04:31:48.841Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-13T04:31:48.841Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T04:31:48.841Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T04:32:11.941Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:32:11.943Z||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-08-13T04:32:11.943Z||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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:32:12.043Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:32:12.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660365012544,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T04:32:12.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:32:12.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660365011928,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:32:12.050Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660365013550,
"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-08-13T04:32:12.077Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 730ac1bd-ec33-4464-9ccd-47e7c97d6c59
2022-08-13T04:32:12.078Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 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-08-13T04:32:12.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660365015052,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:32:12.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:32:12.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660365017610,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-13T04:32:12.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T04:32:12.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "cds",
"timestamp": 1660365057099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "ves-openapi-manager",
"timestamp": 1660365062944,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660365061932,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "policy-id",
"timestamp": 1660365065239,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "cds",
"timestamp": 1660365057099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "ves-openapi-manager",
"timestamp": 1660365062944,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660365061932,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "policy-id",
"timestamp": 1660365065239,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "ves-openapi-manager",
"timestamp": 1660365062944,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660365061932,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "cds",
"timestamp": 1660365057099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "policy-id",
"timestamp": 1660365065239,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660365067429,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "ves-openapi-manager",
"timestamp": 1660365062944,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "cds",
"timestamp": 1660365057099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660365061932,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "policy-id",
"timestamp": 1660365065239,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660365067429,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "ves-openapi-manager",
"timestamp": 1660365062944,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "cds",
"timestamp": 1660365057099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660365061932,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "policy-id",
"timestamp": 1660365065239,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1660365067429,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "cds",
"timestamp": 1660365057099,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1660365061932,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "ves-openapi-manager",
"timestamp": 1660365062944,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-08-13T04:32:12.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:12.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T04:32:12.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "policy-id",
"timestamp": 1660365065239,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:12.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-08-13T04:32:18.842Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59
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-08-13T04:32:18.879Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59
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-08-13T04:32:18.892Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T04:32:18.893Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-13T04:32:18.893Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-13T04:32:18.893Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-13T04:32:18.893Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T04:32:18.893Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T04:32:18.894Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T04:32:18.894Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T04:32:18.894Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T04:32:18.894Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-08-13T04:32:18.894Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T04:32:18.925Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-13T04:32:48.926Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 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-08-13T04:32:48.945Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 and serviceModelVersionId: b47f163f-5a45-43b0-8057-7e55f4a23d4a
2022-08-13T04:32:48.946Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04287fde-86ab-455d-a2f2-9dfe64903e4e
2022-08-13T04:32:48.948Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04287fde-86ab-455d-a2f2-9dfe64903e4e/model-vers/model-ver/b47f163f-5a45-43b0-8057-7e55f4a23d4a?depth=0
2022-08-13T04:32:48.962Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-08-13T04:32:49.081Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04287fde-86ab-455d-a2f2-9dfe64903e4e/model-vers/model-ver/b47f163f-5a45-43b0-8057-7e55f4a23d4a?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-08-13T04:32:49.084Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04287fde-86ab-455d-a2f2-9dfe64903e4e/model-vers/model-ver/b47f163f-5a45-43b0-8057-7e55f4a23d4a?depth=0|INFO|500||Invoke
2022-08-13T04:32:49.154Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04287fde-86ab-455d-a2f2-9dfe64903e4e/model-vers/model-ver/b47f163f-5a45-43b0-8057-7e55f4a23d4a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-08-13T04:32:49.543Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04287fde-86ab-455d-a2f2-9dfe64903e4e/model-vers/model-ver/b47f163f-5a45-43b0-8057-7e55f4a23d4a?depth=0|INFO|500||InvokeReturn
2022-08-13T04:32:49.543Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04287fde-86ab-455d-a2f2-9dfe64903e4e/model-vers/model-ver/b47f163f-5a45-43b0-8057-7e55f4a23d4a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220813-04:32:48:403-37428], vertex-id=[254168], Content-Length=[0], Date=[Sat, 13 Aug 2022 04:32:48 GMT], Content-Type=[application/json]}
2022-08-13T04:32:49.551Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-08-13T04:32:49.551Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-13T04:32:49.551Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||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-08-13T04:32:49.571Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-13T04:32:49.571Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 730ac1bd-ec33-4464-9ccd-47e7c97d6c59 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-13T04:32:49.572Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-13T04:32:49.573Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:32:49.578Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:32:49.578Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "730ac1bd-ec33-4464-9ccd-47e7c97d6c59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660365169572,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T04:32:49.684Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-08-13T04:32:49.686Z||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-08-13T04:32:49.686Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:32:49.750Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:32:49.752Z||pool-39-thread-1|||||INFO|500||cambria reply ok (67 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-08-13T04:32:50.633Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T04:32:50.634Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|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-08-13T04:32:50.634Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|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 o3eFBA9aUab8FfqA) ...
2022-08-13T04:32:55.130Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:32:55.143Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-13T04:32:55.145Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2c77418b-ae21-4128-b916-4795bc52b30c","serviceName":"Demo_pNF_D6Y4P6elgSidfljyNjUk","serviceVersion":"1.0","serviceUUID":"3d41875d-a1bb-4578-8186-ecf9659a4cc8","serviceDescription":"catalog service description","serviceInvariantUUID":"3152f55a-26b6-443f-aa2c-dd919e112ab7","resources":[{"resourceInstanceName":"pNF d87b8c05-dcf5 0","resourceName":"pNF d87b8c05-dcf5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5fcb3005-0df9-4379-9365-0b21baf5ed46","resourceInvariantUUID":"3ff98542-0188-4faf-909d-a80349d4afeb","resourceCustomizationUUID":"bea4ee6b-e321-41bf-b18c-ab37ed37494b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vf-license-model.xml","artifactChecksum":"MDIwYjgwYWJiMzkxNzYzYTQxMzA3Mzg1YzQ4YWE1OWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"26b33b2d-64ff-499b-9b8d-3aef3b8e4619","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/pNF.csar","artifactChecksum":"NDQwNTA2OGJiYzYwODE1Nzk4NjJkYTBmNWUyNTE2NGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b53d10cb-2497-47b9-9b31-f2bdde406753","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"04006854-72a1-420b-b811-b71c9dbdee72","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vendor-license-model.xml","artifactChecksum":"ODhmY2U2YzQxZTYyMzQyYTM3MTRmZjRhOTAyMWIzN2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eb96d29b-77c6-41a8-9903-c559a90724ad","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0895f927-e5d2-497b-b55e-c2786894b786","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66cf9059-cfb1-4616-a68b-84971b5a3405","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfD6y4p6elgsidfljynjuk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-template.yml","artifactChecksum":"YzQzZDM3MDg0ZWZiZDFmYTdjYzljNGNlZTQ0MjJjMTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"acbd39e3-8edd-4afc-bbfc-90c1399af67d","artifactVersion":"1"},{"artifactName":"service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar","artifactChecksum":"NTM2ODcwNmJiMWI2NWZmNTM2NjNiZDUwZWY2NTNmOWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79b274f2-7c64-469b-b718-4fc27d3a34a7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-13T04:32:55.152Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:32:55.152Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:32:55.155Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:32:55.155Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660365170633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:55.255Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T04:32:55.257Z||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-08-13T04:32:55.258Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:32:55.288Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:32:55.291Z||pool-40-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:32:56.156Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:32:56.157Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:32:56.162Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:32:56.163Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660365170633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:56.270Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-08-13T04:32:56.272Z||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-08-13T04:32:56.272Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:32:56.306Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:32:56.318Z||pool-41-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:32:57.164Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:32:57.165Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:32:57.169Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:32:57.169Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660365170633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:57.270Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T04:32:57.271Z||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-08-13T04:32:57.271Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:32:57.310Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:32:57.312Z||pool-42-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:32:58.170Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:32:58.171Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:32:58.174Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:32:58.174Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660365170633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:58.278Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-13T04:32:58.279Z||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-08-13T04:32:58.279Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:32:58.349Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:32:58.350Z||pool-43-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:32:59.177Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:32:59.178Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:32:59.194Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:32:59.194Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660365170633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:32:59.283Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-08-13T04:32:59.285Z||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-08-13T04:32:59.285Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:32:59.319Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:32:59.322Z||pool-44-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:33:00.225Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:33:00.226Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:33:00.230Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:33:00.231Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660365170633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/resourceInstances/pnfd87b8c05dcf50/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:33:00.354Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 123 ms
2022-08-13T04:33:00.355Z||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-08-13T04:33:00.356Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:33:00.442Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:33:00.444Z||pool-45-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:33:01.242Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:33:01.244Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:33:01.274Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:33:01.274Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660365170633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-13T04:33:01.373Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T04:33:01.375Z||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-08-13T04:33:01.375Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:33:01.418Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:33:01.422Z||pool-46-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:33:02.275Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T04:33:02.276Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:33:02.290Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:33:02.290Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660365170633,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar",
"status": "NOTIFIED"
}
2022-08-13T04:33:02.395Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-13T04:33:02.396Z||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-08-13T04:33:02.396Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:33:02.430Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:33:02.430Z||pool-47-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:33:03.291Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"serviceName": "Demo_pNF_D6Y4P6elgSidfljyNjUk",
"serviceVersion": "1.0",
"serviceUUID": "3d41875d-a1bb-4578-8186-ecf9659a4cc8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3152f55a-26b6-443f-aa2c-dd919e112ab7",
"resources": [
{
"resourceInstanceName": "pNF d87b8c05-dcf5 0",
"resourceCustomizationUUID": "bea4ee6b-e321-41bf-b18c-ab37ed37494b",
"resourceName": "pNF d87b8c05-dcf5",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "5fcb3005-0df9-4379-9365-0b21baf5ed46",
"resourceInvariantUUID": "3ff98542-0188-4faf-909d-a80349d4afeb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar",
"artifactChecksum": "NTM2ODcwNmJiMWI2NWZmNTM2NjNiZDUwZWY2NTNmOWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "79b274f2-7c64-469b-b718-4fc27d3a34a7"
}
],
"workloadContext": "Production"
}
2022-08-13T04:33:03.292Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-13T04:33:03.292Z|730ac1bd-ec33-4464-9ccd-47e7c97d6c59|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3d41875d-a1bb-4578-8186-ecf9659a4cc8 ASDC
2022-08-13T04:33:03.293Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:2c77418b-ae21-4128-b916-4795bc52b30c
ServiceName:Demo_pNF_D6Y4P6elgSidfljyNjUk
ServiceVersion:1.0
ServiceUUID:3d41875d-a1bb-4578-8186-ecf9659a4cc8
ServiceInvariantUUID:3152f55a-26b6-443f-aa2c-dd919e112ab7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar
ArtifactUUID:79b274f2-7c64-469b-b718-4fc27d3a34a7
ArtifactChecksum:NTM2ODcwNmJiMWI2NWZmNTM2NjNiZDUwZWY2NTNmOWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d87b8c05-dcf5 0
ResourceCustomizationUUID:bea4ee6b-e321-41bf-b18c-ab37ed37494b
ResourceInvariantUUID:3ff98542-0188-4faf-909d-a80349d4afeb
ResourceName:pNF d87b8c05-dcf5
ResourceType:PNF
ResourceUUID:5fcb3005-0df9-4379-9365-0b21baf5ed46
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-08-13T04:33:03.294Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d41875d-a1bb-4578-8186-ecf9659a4cc8 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-08-13T04:33:03.487Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T04:33:03.488Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-13T04:33:03.488Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-13T04:33:03.488Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 79b274f2-7c64-469b-b718-4fc27d3a34a7 from URL: /sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar
2022-08-13T04:33:03.488Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-08-13T04:33:03.489Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar
2022-08-13T04:33:03.678Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-08-13T04:33:03.686Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar 79b274f2-7c64-469b-b718-4fc27d3a34a7 82644
2022-08-13T04:33:03.687Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar ASDC sendASDCNotification
2022-08-13T04:33:03.687Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar
2022-08-13T04:33:03.687Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T04:33:03.688Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-08-13T04:33:03.699Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T04:33:03.700Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c77418b-ae21-4128-b916-4795bc52b30c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1660365183687,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-13T04:33:03.798Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-13T04:33:03.799Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T04:33:03.800Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as o3eFBA9aUab8FfqA) ...
2022-08-13T04:33:03.843Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-13T04:33:03.844Z||pool-48-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-08-13T04:33:04.703Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T04:33:04.704Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-08-13T04:33:04.705Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 79b274f2-7c64-469b-b718-4fc27d3a34a7, URL: /sdc/v1/catalog/services/DemoPnfD6y4p6elgsidfljynjuk/1.0/artifacts/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar to file: /app/ASDC/1/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar
2022-08-13T04:33:04.706Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar
2022-08-13T04:33:04.707Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar
2022-08-13T04:33:04.707Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar
2022-08-13T04:33:05.297Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP600297474535228851/Definitions/service-DemoPnfD6y4p6elgsidfljynjuk-template.yml
2022-08-13T04:33:07.321Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-13T04:33:07.322Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-13T04:33:07.322Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar
2022-08-13T04:33:07.322Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-13T04:33:07.322Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d87b8c05-dcf5 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar
2022-08-13T04:33:07.322Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar
2022-08-13T04:33:07.322Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar
2022-08-13T04:33:07.323Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar
2022-08-13T04:33:07.323Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar
2022-08-13T04:33:07.323Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar
2022-08-13T04:33:07.323Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfD6y4p6elgsidfljynjuk-csar.csar
2022-08-13T04:33:07.324Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-08-13T04:33:07.324Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:33:07.324Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_D6Y4P6elgSidfljyNjUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:33:07.325Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Node template pNF d87b8c05-dcf5 0 is matching search criteria
2022-08-13T04:33:07.325Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-13T04:33:07.325Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF d87b8c05-dcf5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T04:33:07.326Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:33:07.326Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_D6Y4P6elgSidfljyNjUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:33:07.326Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Node template pNF d87b8c05-dcf5 0 is matching search criteria
2022-08-13T04:33:07.327Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-08-13T04:33:07.327Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF d87b8c05-dcf5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T04:33:07.328Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:33:07.328Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_D6Y4P6elgSidfljyNjUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:33:07.328Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:33:07.329Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_D6Y4P6elgSidfljyNjUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:33:07.329Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:33:07.329Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_D6Y4P6elgSidfljyNjUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:33:07.329Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:33:07.330Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_D6Y4P6elgSidfljyNjUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:33:07.330Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:33:07.330Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_D6Y4P6elgSidfljyNjUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:33:07.330Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_D6Y4P6elgSidfljyNjUk
Description:catalog service description
Model UUID:3d41875d-a1bb-4578-8186-ecf9659a4cc8
Model Version:NULL
Model InvariantUuid:3152f55a-26b6-443f-aa2c-dd919e112ab7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
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-08-13T04:33:07.342Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5fcb3005-0df9-4379-9365-0b21baf5ed46
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-08-13T04:33:07.356Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||pNF d87b8c05-dcf5 0
2022-08-13T04:33:07.357Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5fcb3005-0df9-4379-9365-0b21baf5ed46
2022-08-13T04:33:07.357Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 3d41875d-a1bb-4578-8186-ecf9659a4cc8
2022-08-13T04:33:07.357Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3d41875d-a1bb-4578-8186-ecf9659a4cc8
2022-08-13T04:33:07.357Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d87b8c05-dcf5 0 5fcb3005-0df9-4379-9365-0b21baf5ed46 ASDC
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-08-13T04:33:07.366Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64b7ef53, org.onap.sdc.toscaparser.api.parameters.Input@7e906fd1, org.onap.sdc.toscaparser.api.parameters.Input@51abe78c, org.onap.sdc.toscaparser.api.parameters.Input@5c9eb4c6, org.onap.sdc.toscaparser.api.parameters.Input@7080571]
2022-08-13T04:33:07.367Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-13T04:33:07.367Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_D6Y4P6elgSidfljyNjUk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T04:33:07.368Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3d41875d-a1bb-4578-8186-ecf9659a4cc8: pNF d87b8c05-dcf5
2022-08-13T04:33:07.369Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||INFO|500||Processing PNF resource: 5fcb3005-0df9-4379-9365-0b21baf5ed46
2022-08-13T04:33:07.369Z|2c77418b-ae21-4128-b916-4795bc52b30c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery